preinit: parse rootfstype from kernel command line

This commit is contained in:
Daniel Barlow
2023-10-19 18:56:09 +01:00
parent f3225c2bd5
commit 61dc5beca8
5 changed files with 116 additions and 13 deletions
+4
View File
@@ -0,0 +1,4 @@
CFLAGS+=-Os -DPREINIT_USE_LIBC -fno-stack-protector -fpic -fPIC
LDFLAGS=-static
preinit: preinit.o parseopts.o