mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-21 03:12:41 +01:00
make rootfs read-only
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user