mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
a8cca1535f
GNU GRUB is a multiboot boot loader. It was derived from GRUB, the GRand Unified Bootloader, which was originally designed and implemented by Erich Stefan Boleyn.
15 lines
679 B
Plaintext
15 lines
679 B
Plaintext
--- util/grub.d/10_kfreebsd.in.orig 2010-06-11 14:37:42.000000000 +0400
|
|
+++ util/grub.d/10_kfreebsd.in 2010-06-11 14:37:59.000000000 +0400
|
|
@@ -46,9 +46,9 @@
|
|
args="$4" # not used yet
|
|
title="$(gettext "%s, with kFreeBSD %s")"
|
|
printf "menuentry \"${title}\" ${CLASS} {\n" "${os}" "${version}"
|
|
- save_default_entry | sed -e "s/^/\t/"
|
|
+ save_default_entry | sed -e "s/^/ /"
|
|
if [ -z "${prepare_boot_cache}" ]; then
|
|
- prepare_boot_cache="$(prepare_grub_to_access_device ${GRUB_DEVICE_BOOT} | sed -e "s/^/\t/")"
|
|
+ prepare_boot_cache="$(prepare_grub_to_access_device ${GRUB_DEVICE_BOOT} | sed -e "s/^/ /")"
|
|
fi
|
|
printf '%s\n' "${prepare_boot_cache}"
|
|
cat << EOF
|