[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH vRESEND 4/4] 10_illumos: Use --noescape so that $ZFS_BOOTFS is pa
From: |
Vladimir Serbinenko |
Subject: |
[PATCH vRESEND 4/4] 10_illumos: Use --noescape so that $ZFS_BOOTFS is passed properly |
Date: |
Fri, 17 May 2024 10:52:50 +0300 |
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
---
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