From 5f348b98c314456e8a6858bfdc215caa9abd62db Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 27 Jan 2012 13:35:58 +0100 Subject: [PATCH] grub_install: slightly change message if grub is not installed If using the VM install feature then grub is installed in main grml-debootstrap script instead of the chroot script. So don't confuse people too much with "not installing grub" and later actually installing grub... --- chroot-script | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.1.4