summaryrefslogtreecommitdiffstats
path: root/locale
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-01-15 00:05:14 (EST)
committer P. J. McDermott <pj@pehjota.net>2016-01-15 00:05:14 (EST)
commite76dcfd51cf5e1f780383ab6ff12df8d8cc59eed (patch)
tree3c95b932f672530786d51af5ae8486a39651da5d /locale
parent0f2a1dafc585c29c87abfd52368dd717ec096fbb (diff)
cmd/mkinitramfs: New stub of a command
Diffstat (limited to 'locale')
-rw-r--r--locale/en_US.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh
index 53a608f..b33e5ce 100644
--- a/locale/en_US.sh
+++ b/locale/en_US.sh
@@ -106,6 +106,12 @@ msg_prokit_cmd_installer_pc_summary='install a PC system onto a block device'
msg_prokit_cmd_installer_pc_usage='-a <arch> -p <plat> [-m <mirror>] '\
'<suite> <device>'
+# src/cmd/mkinitramfs.sh
+msg_prokit_cmd_mkinitramfs_summary='generate an initramfs containing an '\
+'installed system'
+msg_prokit_cmd_mkinitramfs_usage='-l <vmlinuz-output> -i <initramfs-output> '\
+'<root>'
+
# src/profile.sh
msg_prokit_profile_not_found='Profile "%s" not found'