Merge "Mount root filesystem readonly during boot"

This commit is contained in:
Jenkins 2014-01-27 08:56:10 +00:00 committed by Gerrit Code Review
commit 82080313db

View File

@ -49,7 +49,7 @@ DEFAULT linux
LABEL linux
KERNEL $kernel
APPEND rw root=LABEL=cloudimg-rootfs
APPEND ro root=LABEL=cloudimg-rootfs
INITRD $initrd
_EOF_
}