mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 05:56:58 +02:00
build_image: mount root read-only on USB.
I think read-only is the default, but this makes it explicit. Review URL: http://chromereview.prom.corp.google.com/1181041 git-svn-id: svn://chrome-svn/chromeos/trunk@159 06c00378-0e64-4dae-be16-12b19f9950a1
This commit is contained in:
parent
182c45ee72
commit
83bcbe4507
@ -242,7 +242,7 @@ TIMEOUT 0
|
||||
label chromeos-usb
|
||||
menu label chromeos-usb
|
||||
kernel vmlinuz
|
||||
append quiet console=tty2 initrd=initrd.img init=/sbin/init boot=local rootwait root=LABEL=$DISK_LABEL noresume noswap i915.modeset=1 loglevel=1
|
||||
append quiet console=tty2 initrd=initrd.img init=/sbin/init boot=local rootwait root=LABEL=$DISK_LABEL ro noresume noswap i915.modeset=1 loglevel=1
|
||||
|
||||
label chromeos-hd
|
||||
menu label chromeos-hd
|
||||
|
Loading…
Reference in New Issue
Block a user