diff options
Diffstat (limited to 'custom/grub-zfs-snap')
| -rw-r--r-- | custom/grub-zfs-snap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/grub-zfs-snap b/custom/grub-zfs-snap index f1eacb4..27f2c1f 100644 --- a/custom/grub-zfs-snap +++ b/custom/grub-zfs-snap @@ -103,7 +103,7 @@ SUBMENU_START insmod part_gpt insmod fat insmod zfs - search --no-floppy --fs-uuid --set=root \$(grub-probe --target=fs_uuid /boot) + search --no-floppy --fs-uuid --set=root $(grub-probe --target=fs_uuid /boot) echo 'Loading Linux kernel...' linux /${KERNEL_FILE} root=ZFS=${snapshot} ro spl.spl_hostid=0x${hostid} echo 'Loading initial ramdisk...' |
