mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-26 21:58:20 +01:00
mount root read-only
This commit is contained in:
parent
a3c25dd877
commit
13b62b041e
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
root=/dev/mmcblk0p1
|
||||
extraargs=console=tty0,115200 sunxi_no_mali_mem_reserve sunxi_g2d_mem_reserve=0 sunxi_ve_mem_reserve=0 hdmi.audio=EDID:0 disp.screen0_output_mode=EDID:1280x720p50 rootwait
|
||||
root=/dev/mmcblk0p1 ro
|
||||
extraargs=console=tty0,115200 sunxi_no_mali_mem_reserve sunxi_g2d_mem_reserve=0 sunxi_ve_mem_reserve=0 hdmi.audio=EDID:0 disp.screen0_output_mode=EDID:1280x720p50 rootwait panic=10 rootfstype=ext4 rootflags=discard
|
||||
panic=10 rootfstype=ext4 rootflags=discard
|
||||
|
|
Loading…
Reference in a new issue