summaryrefslogtreecommitdiffstats
path: root/src/cmd/local.mk
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 /src/cmd/local.mk
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 'src/cmd/local.mk')
-rw-r--r--src/cmd/local.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cmd/local.mk b/src/cmd/local.mk
index a925de2..b863449 100644
--- a/src/cmd/local.mk
+++ b/src/cmd/local.mk
@@ -4,5 +4,4 @@ prokit_SOURCES += \
src/cmd/install.sh \
src/cmd/shell.sh \
src/cmd/opkg.sh \
- src/cmd/build.sh \
- src/cmd/mkinitramfs.sh
+ src/cmd/build.sh