* docs/grub.texi (File name syntax): Document ZFS filenames

(/volume@snapshot/...).
This commit is contained in:
Andrey Borzenkov 2013-09-24 15:22:08 +04:00
parent 3fff48ab45
commit b3328b68ed
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2013-09-24 Andrey Borzenkov <arvidjaar@gmail.com>
* docs/grub.texi (File name syntax): Document ZFS filenames
(/volume@snapshot/...).
2013-09-23 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/emu/hostdisk_windows.c (grub_util_get_windows_path):

View file

@ -2564,6 +2564,13 @@ GRUB's @dfn{root device} implicitly. So if you set the root device to,
say, @samp{(hd1,1)} by the command @samp{set root=(hd1,1)} (@pxref{set}),
then @code{/boot/kernel} is the same as @code{(hd1,1)/boot/kernel}.
On ZFS filesystem the first path component must be
@var{volume}@samp{@@}[@var{snapshot}].
So @samp{/rootvol@@snap-129/boot/grub/grub.cfg} refers to file
@samp{/boot/grub/grub.cfg} in snapshot of volume @samp{rootvol} with name
@samp{snap-129}. Trailing @samp{@@} after volume name is mandatory even if
snapshot name is omitted.
@node Block list syntax
@section How to specify block lists