From: Michael Prokop Date: Sun, 5 Oct 2008 13:13:55 +0000 (+0200) Subject: Update changelog, improve docs X-Git-Tag: v0.23~24 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=62ceea810afd85cfdb70089f97cbb099c9ce2680 Update changelog, improve docs --- diff --git a/debian/changelog b/debian/changelog index b3cd7cb..f64fd00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 15 Sep 2008 19:51:57 +0200 + -- Michael Prokop Sun, 05 Oct 2008 14:47:27 +0200 grml-debootstrap (0.22) unstable; urgency=low diff --git a/grml-debootstrap.8.txt b/grml-debootstrap.8.txt index a29bb41..dcb94d1 100644 --- a/grml-debootstrap.8.txt +++ b/grml-debootstrap.8.txt @@ -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 ----------------------