From 2eaa08271dd61d95b6bc363ef6126c271e977024 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 16 Jan 2021 08:32:14 -0500 Subject: 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. --- (limited to 'src/cmd/local.mk') 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 -- cgit v0.9.1