From 31250afdd0cb6764bf4462f04600c5c4f6015d02 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 24 Oct 2009 03:20:38 +0200 Subject: [PATCH] Fix typo in GRUB_CMDLINE_LINUX --- chroot-script | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/chroot-script b/chroot-script index 16b8514..7495e80 100755 --- a/chroot-script +++ b/chroot-script @@ -459,23 +459,23 @@ grub() { esac cat > /etc/default/grub << EOF - # Note: this file has been generated by chroot-script of grml-debootstrap. - # This configuration file is a workaround being necessary as the device.map - # generated by the live system might not correspond with your harddisk - # installation. - # - # Please restore the original Debian configuration executing the following - # commands when running your harddisk installation: - # - # grub-mkdevicemap - # mv /etc/default/grub.orig /etc/default/grub - # update-grub - # +# Note: this file has been generated by chroot-script of grml-debootstrap. +# This configuration file is a workaround being necessary as the device.map +# generated by the live system might not correspond with your harddisk +# installation. +# +# Please restore the original Debian configuration executing the following +# commands when running your harddisk installation: +# +# grub-mkdevicemap +# mv /etc/default/grub.orig /etc/default/grub +# update-grub +# GRUB_DEFAULT=0 GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR=Debian -GRUB_DISABLE_LINUX_UUID=true -GRUB_CMDLLINE_LINUX="$GRUB_CMDLINE" +# GRUB_DISABLE_LINUX_UUID=true +GRUB_CMDLINE_LINUX="$GRUB_CMDLINE" EOF [ -n "$INSTALL_NOTES" ] && echo " -- 2.1.4