X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=chroot-script;h=7495e80604cdf27d01b8c968f4df9625a2733607;hb=31250afdd0cb6764bf4462f04600c5c4f6015d02;hp=ab1dc90bc77c4496150619ebac506cecf85c7046;hpb=d7a46c09d601e1993dc8a383da309c3fa0775ba6;p=grml-debootstrap.git diff --git a/chroot-script b/chroot-script index ab1dc90..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 " @@ -492,7 +492,7 @@ to finalise configuration. This instructions are available in the header of /etc/default/grub as well. " >> $INSTALL_NOTES - $UPDATEGRUB -y + $UPDATEGRUB fi fi }