Follow-up Comment #21, bug #44448 (project grub):

just for future reference; your current grub-fstest ls command fails because
you are running it as "ls /boot/kernel", but you need to run it as "ls
/@/boot/kernel"  - the boot is directory on dataset, and dataset root is
specified by /@/. or if you wanna list files on
poolname/ROOT/dataset/boot/kernel, you need to use "ls
ROOT/dataset/@/boot/kernel" - thats assuming you have dataset tree as
pool/ROOT/dataset and inside it you have normal directory tree /boot/kernel.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44448>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-grub mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to