X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=chroot-script;h=7caf4dded5eb7ff9a316d016bb11502ceb123e3f;hp=023ccff5cb5917d1733f23ac1d48f59088d8bc9a;hb=4d08103ac3162e4e71b932d0da8dca8846d94b3c;hpb=d17c54b54e79379c7aa485d8caf90d963aa72bd7 diff --git a/chroot-script b/chroot-script index 023ccff..7caf4dd 100755 --- a/chroot-script +++ b/chroot-script @@ -5,6 +5,9 @@ # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. ################################################################################ +# GRML_CHROOT_SCRIPT_MARKER - do not remove this line unless you want to keep +# this script as /bin/chroot-script on your new installed system +################################################################################ . /etc/debootstrap/config || exit 1 . /etc/debootstrap/variables || exit 1 @@ -362,7 +365,6 @@ fi cat >> /etc/fstab << EOF proc /proc proc defaults 0 0 -/sys /sys sysfs noauto,rw,nosuid,nodev,noexec 0 0 /dev/cdrom /mnt/cdrom0 iso9660 ro,user,noauto 0 0 # some other examples: # /dev/sda2 none swap sw,pri=0 0 0 @@ -431,8 +433,8 @@ initrd() { grub_install() { if [ -z "$GRUB" ] ; then - echo "Notice: \$GRUB not defined, will not install grub therefore." - return 0 + echo "Notice: \$GRUB not defined, will not install grub inside chroot at this stage." + return 0 fi if ! dpkg --list grub-pc 2>/dev/null | grep -q '^ii' ; then