X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap.8.txt;h=b9e0349ababa1e7720432c96be2dc6fbb8616c90;hp=adf638363fbce8508cf1f012f90cece0c29de938;hb=abaa0ae3ce13b407e587d5ec5884695203e0bf7f;hpb=cbf40a49324ae7feb468e528a7845465304faaff diff --git a/grml-debootstrap.8.txt b/grml-debootstrap.8.txt index adf6383..b9e0349 100644 --- a/grml-debootstrap.8.txt +++ b/grml-debootstrap.8.txt @@ -103,6 +103,10 @@ Options and environment variables Skip debootstrap, only do configuration to the target. +*--insecure*:: + + Do not download and check signatures for retrieved Release files. + *-p*, *--mntpoint* <_/mntpoint_>:: Specify mountpoint that should be used for mounting the target system. @@ -127,6 +131,14 @@ Options and environment variables squeeze (note: requires current version of debootstrap) and sid. Corresponding with configuration variable RELEASE. +*--pre-scripts* <_directory_>:: + + Execute scripts from specified directory before executing the chroot + script. This allows customisation of the system before the chroot has + been set up. The environment variable $MNTPOINT is available inside the + scripts for direct access of the chroot. + Default directory: /etc/debootstrap/pre-scripts/ + *--scripts* <_directory_>:: Execute scripts from specified directory. This allows customisation of