make rootfs read-only

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK
2020-11-02 22:22:05 +01:00
parent 79a7be9716
commit fd6ab2ce4c
20 changed files with 47 additions and 535 deletions

View File

@@ -16,7 +16,7 @@
# Startup the system
::sysinit:/bin/cat /etc/issue
::sysinit:/bin/mount -t proc proc /proc
::sysinit:/bin/mount -o remount,rw /
#::sysinit:/bin/mount -o remount,rw /
::sysinit:/bin/mkdir -p /dev/pts /dev/shm
::sysinit:/bin/mount -a
::sysinit:/sbin/swapon -a