From d980f499988a68ae72b3b80e809267f9de4588ed Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Wed, 19 Jul 2023 15:27:26 +0200 Subject: [PATCH 4/4] 10_illumos: Use --noescape so that $ZFS_BOOTFS is passed properly --- util/grub.d/10_illumos.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/grub.d/10_illumos.in b/util/grub.d/10_illumos.in index a133e1b3f..5649e441f 100644 --- a/util/grub.d/10_illumos.in +++ b/util/grub.d/10_illumos.in @@ -47,7 +47,7 @@ message="$(gettext_printf "Loading kernel of Illumos ...")" fi zfs-bootfs $($grub_mkrelpath /) ZFS_BOOTFS echo '$(echo "$message" | grub_quote)' - multiboot $($grub_mkrelpath /platform/i86pc/kernel)/\$ISADIR/unix /platform/i86pc/kernel/\$ISADIR/unix -B \$ZFS_BOOTFS,console=text + multiboot --noescape $($grub_mkrelpath /platform/i86pc/kernel)/\$ISADIR/unix /platform/i86pc/kernel/\$ISADIR/unix -B \$ZFS_BOOTFS,console=text module $($grub_mkrelpath /platform/i86pc)/\$ISADIR/boot_archive /platform/i86pc/\$ISADIR/boot_archive } EOF -- 2.39.2