Update changelog, improve docs
authorMichael Prokop <mika@grml.org>
Sun, 5 Oct 2008 13:13:55 +0000 (15:13 +0200)
committerMichael Prokop <mika@grml.org>
Sun, 5 Oct 2008 13:13:55 +0000 (15:13 +0200)
debian/changelog
grml-debootstrap.8.txt

index b3cd7cb..f64fd00 100644 (file)
@@ -1,8 +1,13 @@
 grml-debootstrap (0.23) unstable; urgency=low
 
   * Improve look'n'feel of partition error dialog.
+  * Allow symlinks when coping existing files to chroot.
+    Patch by Tong Sun - thanks!
+  * Improve documentation regarding installation of bootloader when
+    using directories as installation target. [Closes: issue539]
+    Patch by Tong Sun - thanks!
 
- -- Michael Prokop <mika@grml.org>  Mon, 15 Sep 2008 19:51:57 +0200
+ -- Michael Prokop <mika@grml.org>  Sun, 05 Oct 2008 14:47:27 +0200
 
 grml-debootstrap (0.22) unstable; urgency=low
 
index a29bb41..dcb94d1 100644 (file)
@@ -47,7 +47,7 @@ Options and environment variables
     Corresponding with configuration variable GROOT.
 
 *--boot_append* <_appendline for the kernel_>::
-    Specify appendline for the kernel. 
+    Specify appendline for the kernel.
     E.g. "_pci=nomsi_"
 
 *-m*, *--mirror* <_URL_>::
@@ -77,8 +77,9 @@ Options and environment variables
 
 *-t*, *--target* <_target_>::
     Target partition (/dev/...) or directory (anything else without /dev at the
-    beginning). To install grub using *--grub* and *--groot*, make sure to 
-    specify _device_ instead of directory as _target_.
+    beginning). To install grub using *--grub* and *--groot*, make sure to
+    use a _device_ instead of a directory as _target_ (installation of
+    grub as bootloader when using directories isn't supported yet).
 
 WARNING: the commandline parsing of grml-debootstrap does not validate the provided
 arguments for the commandline options. Please be careful and check docs and
@@ -167,7 +168,7 @@ want to put existing files to the new Debian system you can place them into the
 /etc/debootstrap/. Every existing directory will be copied to the new Debian
 system then. If you want to install additional packages that are not available
 via the grml or debian mirror drop them into /etc/debootstrap/extrapackages and
-take sure that EXTRAPACKAGES is set to "yes". 
+take sure that EXTRAPACKAGES is set to "yes".
 
 Automatic installation
 ----------------------