diff options
| author | jandob | 2016-02-04 13:45:39 +0100 |
|---|---|---|
| committer | jandob | 2016-02-04 13:45:39 +0100 |
| commit | db96426531b4b8759f7601c4b89203a282d7ce31 (patch) | |
| tree | d573b7cf84ba8bb919f654f78de1797c9ba54187 /builder | |
| parent | rebash update (diff) | |
| download | systemd-init-db96426531b4b8759f7601c4b89203a282d7ce31.tar.gz systemd-init-db96426531b4b8759f7601c4b89203a282d7ce31.tar.xz systemd-init-db96426531b4b8759f7601c4b89203a282d7ce31.zip | |
fix
Diffstat (limited to 'builder')
| -rwxr-xr-x | builder/build-initramfs.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builder/build-initramfs.sh b/builder/build-initramfs.sh index 71a65526..2cbb210d 100755 --- a/builder/build-initramfs.sh +++ b/builder/build-initramfs.sh @@ -141,13 +141,13 @@ function build_initramfs_print_command_line_option_description() { -t --target Creates an image against given target template filesystem. If not explicitly speicifed current system will be used as template system - (default). + (default: "$build_initramfs_target"). -s --use-systemd-in-initramfs Use Systemd as init process in initramfs (improved performance but less features) (default: "$build_initramfs_use_systemd_in_initramfs"). -Additional dracut parameter and normal parameter can be added by deleimiting +Additional dracut parameter and normal parameter can be added by delimiting them via a single dash (-) (default: "$build_initramfs_dracut_parameter" with "--modules" and dynamically determined modules. Additional custom modules are concated.). |
