mirror of https://github.com/parazyd/arm-sdk.git
don't remount-ro on errors
This commit is contained in:
parent
3697dc61a6
commit
87e4a90817
|
|
@ -3,7 +3,7 @@
|
|||
proc /proc proc nodev,noexec,nosuid 0 0
|
||||
|
||||
## rootfs
|
||||
/dev/mmcblk0p2 / ext4 errors=remount-ro,noatime 0 1
|
||||
/dev/mmcblk0p2 / ext4 noatime 0 1
|
||||
|
||||
## bootfs
|
||||
/dev/mmcblk0p1 /boot vfat defaults 0 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue