Initial commit from Ventoy@7cbdc5c
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm -f init
|
||||
|
||||
gcc -DMOUNT_NOMAIN -Os -static *.c -I. -lutil -lkiconv -o init
|
||||
|
||||
strip --strip-all init
|
||||
|
||||
if [ -e init ]; then
|
||||
echo -e "\n========= SUCCESS ==============\n"
|
||||
else
|
||||
echo -e "\n========= FAILED ==============\n"
|
||||
fi
|
||||
Reference in New Issue
Block a user