Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!
| author | Michael Prokop <mika@grml.org> |
| Mon Apr 16 20:29:17 2007 +0200 (19 months ago) | |
| changeset 138 | ab6c44d7262c |
| manifest | ab6c44d7262c |
| parent 137 | 08d541017586 |
| child 139 | dac006ad6696 |
--- a/grml-debootstrap.txt Mon Apr 16 20:15:23 2007 +0200+++ b/grml-debootstrap.txt Mon Apr 16 20:29:17 2007 +0200@@ -131,7 +131,7 @@ Debian system by default.The default directory for storing information about executed stages. Everysingle function of grml-debootstrap will write 'done' to the stages directory-into a file named as the function itself if it has been executed sucessfully.+into a file named as the function itself if it has been executed successfully.You can adjust the location of the directory via configuration variable STAGESvia /etc/debootstrap/config. Please notice that you have to remove the stagesdirectory on your own if you want to re-execute grml-deboostrap after running it@@ -150,6 +150,54 @@ want to put existing files to the new De/etc/debootstrap/. Every existing directory will be copied to the new Debiansystem then.+Automatic installation+----------------------++If environment variable AUTOINSTALL is set grml-debootstrap can be executed in a+full automatic mode. While this mode isn't really useful for interactive+execution (just configure /etc/debootstrap/configure or specify the relevant+variables on the commandline instead) it is meant for use via bootoption+debian2hd. The bootoption debian2hd (more precise: the kernelname on bootprompt)+supports the following bootoptions (they correspond with the commandline options+mentioned above):++ target=...++The target partition/directory of the new Debian system. Usage example:+target=/dev/hda1++ grub=...++Where do you want to install grub to? Use grub syntax for specifying.+Usage example: grub=hd0++ groot=...++Specify root device for usage in grub (corresponds with $TARGET).+Again, use grub syntax for specifying. Usage example: groot=hd0,0++ release=...++Specify release of new Debian system. Defaults to Debian stable.+Supported relases: sarge, etch, lenny and sid. Usage example: release=sid++ mirror=...++Specify mirror which should be used for apt-get/aptitude instead+of the default one (ftp://ftp.debian.de/debian).+Usage example: mirror=ftp://ftp.tugraz.at/mirror/debian++ password=...++Set passwort of user root without prompting for it but set it to the given+argument. Usage example: password=AiTh5ahn++[NOTE]+Automatic installation within booting process is done in grml-autoconfig via+setting environment variable AUTOINSTALL and creation of+/usr/bin/grml-debootstrap_noninteractive with the available and relevant+bootoptions for grml-debootstrap.+Supported Releases------------------