Support execution of --grub when installing to target directory
authorMichael Prokop <mika@grml.org>
Tue, 15 Apr 2014 10:41:24 +0000 (12:41 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 15 Apr 2014 10:48:57 +0000 (12:48 +0200)
Thanks: Michael Renner <michael.renner@amd.co.at> for initial bug report and sponsoring my development time

grml-debootstrap
grml-debootstrap.8.txt

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
index 1cacd8a..ec14eb6 100644 (file)
@@ -183,9 +183,7 @@ Options and environment variables
 
 *-t*, *--target* _target_::
     Target partition (/dev/...) or directory (anything else without /dev at the
-    beginning). To install grub using *--grub* make sure to use a _device_
-    instead of a directory as _target_ (installation of grub as bootloader when
-    using directories is NOT supported).
+    beginning).
 
 *-v*, *--verbose*::
     Increase verbosity.