summaryrefslogtreecommitdiffstats
path: root/locale
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-01-16 08:32:14 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-01-16 08:32:14 (EST)
commit2eaa08271dd61d95b6bc363ef6126c271e977024 (patch)
treea8e9d3c2a774a7b6b34117c9fa842f7fae2190bc /locale
parent002c6082e50872a65defb00f3311604c8ad11647 (diff)
cmd/mkinitramfs: Remove command
Will be replaced by an installer backend. Also, the name "mkINITramfs" (emphasis added) never really made sense here. In ProteanOS, the RAM-based file system is the final file system, not an initial one.
Diffstat (limited to 'locale')
-rw-r--r--locale/C.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/locale/C.sh b/locale/C.sh
index d1891c4..ee4e237 100644
--- a/locale/C.sh
+++ b/locale/C.sh
@@ -103,13 +103,6 @@ msg_prokit_cmd_build_summary='build a package'
msg_prokit_cmd_build_usage='<root> [-l] [<option> ...] <pkg-dir>'
msg_prokit_cmd_build_not_a_dir='Not a directory: %s'
-# src/cmd/mkinitramfs.sh
-msg_prokit_cmd_mkinitramfs_summary='generate an initramfs containing an '\
-'installed system'
-msg_prokit_cmd_mkinitramfs_usage='-l <linux-output> -i <initramfs-output> '\
-'<root>'
-msg_prokit_cmd_mkinitramfs_kernel_not_found='No Linux image found'
-
# src/profile.sh
msg_prokit_profile_not_found='Profile "%s" not found'
msg_prokit_profile_not_detected='No installed system found at "%s"'