X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap.8.txt;h=53d0dc96e12bd12383b2d5cab5542bf119072020;hp=0e69323ea63ff6d7cc4699fd8fac4b26a816f02e;hb=32fe0a9a2b6ca795f096448a35acf0f2c640a465;hpb=b901134bfb0a25bf1b6c8f25b953bb2231e21e90 diff --git a/grml-debootstrap.8.txt b/grml-debootstrap.8.txt index 0e69323..53d0dc9 100644 --- a/grml-debootstrap.8.txt +++ b/grml-debootstrap.8.txt @@ -65,6 +65,12 @@ Options and environment variables Extra parameters passed to the debootstrap command. +*--filesystem* <_filesystem_>:: + + Filesystem that should be created when installing to a partition. + If unset defaults to ext3. Valid values are all filesystems that + can be created through mkfs.. + *--grub* <_device_>:: Device where grub should be installed to. Note that only the MBR (master @@ -103,6 +109,10 @@ Options and environment variables Skip debootstrap, only do configuration to the target. +*--nopackages*:: + + Skip installation of packages defined in /etc/debootstrap/packages. + *--insecure*:: Do not download and check signatures for retrieved Release files. @@ -131,6 +141,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 @@ -194,7 +212,8 @@ Files /etc/debootstrap/config Main configuration file. You have to adjust it according to your needs -before you are able to run grml-debootstrap. +if you want to execute grml-debootstrap in the non-interactive mode without +any special command line arguments. /etc/debootstrap/chroot-script @@ -304,6 +323,14 @@ grml-debootstrap can handle the release but you really should not use Etch anymore unless you really know what you are doing. Choose Lenny instead. ================================================================================ +[NOTE] +.Lenny-Release +================================================================================ +When installing lenny to a new mdraid, grml-debootstrap will use md metadata +format version 0.90. This limits the device to a maximum size of 2TB, but has +the advantage of grub-legacy actually being able to boot from it. +================================================================================ + Bugs ----