diff options
author | maximilian attems <maks@debian.org> | 2006-04-18 13:44:02 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2006-04-18 13:44:02 +0200 |
commit | c29d49d84418075e1887c965d978c7cc0e07a95f (patch) | |
tree | 96a6978e388412b3c121a4fde773dc60474602e4 /initramfs-tools.8 | |
parent | 7f7832004e1fe8b9a13afb2ac765f4f611ffc6ed (diff) | |
download | initramfs-tools-c29d49d84418075e1887c965d978c7cc0e07a95f.tar.gz initramfs-tools-c29d49d84418075e1887c965d978c7cc0e07a95f.zip |
0.60:
- bug script
- cryptoroot support
- change exported variables
- nfsopts, rootflags support
- warn lilo+grub install
- doc fixes
Diffstat (limited to 'initramfs-tools.8')
-rw-r--r-- | initramfs-tools.8 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/initramfs-tools.8 b/initramfs-tools.8 index 991cff9..f0077ec 100644 --- a/initramfs-tools.8 +++ b/initramfs-tools.8 @@ -118,7 +118,7 @@ adds a module (and any modules which it depends on) to the initramfs image. .RS .PP .B Example: -manual_add_modules reiserfs +manual_add_modules isofs .RE .TP @@ -314,6 +314,13 @@ are the last scripts to be executed before procfs and sysfs are moved to the real rootfs and execution is turned over to the init binary which should now be found in the mounted rootfs. +.SS Boot parameters +.TP +\fB \fI +/conf/param.conf +allows boot scripts to change exported variables that are listed on top of init. Write the new values to it. It will be sourced after an boot script run if it exists. + + .SH EXAMPLES .SS Hook script |