Support execution of --grub when installing to target directory
[grml-debootstrap.git] / grml-debootstrap
index 66c8213..d573ca9 100755 (executable)
@@ -846,7 +846,6 @@ set_target_directory(){
     MKFS=''
     TUNE2FS=''
     FSCK=''
-    GRUB=''
     # make sure we normalise the path to an absolute directory name so something like:
     #  mkdir -p foo/a bar/a; (cd foo; grml-debootstrap -t a)&; (cd bar; grml-debootstrap -t a)&; wait
     # works