From: Michael Prokop Date: Wed, 10 Dec 2008 10:08:14 +0000 (+0100) Subject: Update documentation X-Git-Tag: v0.24~6 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=a158cf56b91b091294200584fbc1c88618494bf5;ds=sidebyside Update documentation --- diff --git a/debian/changelog b/debian/changelog index 3dbe0ec..3aa67ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-debootstrap (0.24) unstable; urgency=low + + * Update documentation. + + -- Michael Prokop Wed, 10 Dec 2008 11:07:56 +0100 + grml-debootstrap (0.23) unstable; urgency=low The "hey, rocking - we get patches via git" release. diff --git a/grml-debootstrap b/grml-debootstrap index 245f0d8..3466eb4 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -11,7 +11,7 @@ set -e # exit on any error # variables {{{ PN="$(basename $0)" -VERSION='0.23' +VERSION='0.24' MNTPOINT="/mnt/debootstrap.$$" # inside the chroot system locales might not be available, so use minimum: diff --git a/grml-debootstrap.8.txt b/grml-debootstrap.8.txt index df7cdae..90b784c 100644 --- a/grml-debootstrap.8.txt +++ b/grml-debootstrap.8.txt @@ -38,6 +38,13 @@ Options and environment variables *-c*, *--config* <_file_>:: Use specified configuration file, defaults to /etc/debootstrap/config. +*--chroot-scripts* <_directory_>:: + + Execute chroot scripts from specified directory. This allows customisation + of the chroot setup, the executable script(s) present in the given directory + are executed at the end of the chroot procedure. + Default directory: /etc/debootstrap/chroot-scripts/ + *-d*, *--confdir* <_path_>:: Place of configuration files for debootstrap, defaults to /etc/debootstrap. @@ -98,6 +105,12 @@ Options and environment variables Specify release of new Debian system. Supported releases: sarge, etch, lenny and sid. Corresponding with configuration variable RELEASE. +*--scripts* <_directory_>:: + + Execute scripts from specified directory. This allows customisation of + the system after the chroot has been set up. + Default directory: /etc/debootstrap/scripts/ + *-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