X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=chroot-script;h=4f10c547c4402e665653e5e6f0a5230c9865a363;hp=023ccff5cb5917d1733f23ac1d48f59088d8bc9a;hb=5f348b98c314456e8a6858bfdc215caa9abd62db;hpb=04d37b915d46d73ffaa41ec9d55b6413e84ca82d diff --git a/chroot-script b/chroot-script index 023ccff..4f10c54 100755 --- a/chroot-script +++ b/chroot-script @@ -431,8 +431,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