summaryrefslogtreecommitdiffstats
path: root/builder/build-initramfs.sh
diff options
context:
space:
mode:
authorJonathan Bauer2018-08-21 16:51:08 +0200
committerJonathan Bauer2018-08-21 16:51:08 +0200
commit700bc2989466b25363e0f30b30981dbc9c3ef26d (patch)
tree39d56000c29cc6e118d689315c4cbc911112c5bb /builder/build-initramfs.sh
parentintroduce --kernel-version option (diff)
downloadsystemd-init-700bc2989466b25363e0f30b30981dbc9c3ef26d.tar.gz
systemd-init-700bc2989466b25363e0f30b30981dbc9c3ef26d.tar.xz
systemd-init-700bc2989466b25363e0f30b30981dbc9c3ef26d.zip
added missing description for the --init option
Diffstat (limited to 'builder/build-initramfs.sh')
-rwxr-xr-xbuilder/build-initramfs.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/builder/build-initramfs.sh b/builder/build-initramfs.sh
index fa957721..0a0dc493 100755
--- a/builder/build-initramfs.sh
+++ b/builder/build-initramfs.sh
@@ -159,6 +159,10 @@ print_command_line_option_description() {
explicitly specified current system will be used as template system
(default: "$target").
+-i --init Initializes the various repositories and build the required
+ dependencies but do not build the initramfs. Use this to accelerate
+ subsequent calls of this script.
+
-k --kernel-version Creates an image for the given kernel version. Will
require the presence of kernel headers for this version.
(default: "$(uname -r)")