Skip to content

Commit b1c32bd

Browse files
committed
dmverity-root: remove noload since it is not compatible with ext2
1 parent 003870c commit b1c32bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

initramfs/scripts/dmverity-root

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ if [ $? -ne 0 ]; then
7777
fi
7878

7979
# Verity protected volume group is setup - mount it as root
80-
mount -o ro,noload /dev/mapper/vroot ${rootmnt}
80+
mount -o ro,noatime /dev/mapper/vroot ${rootmnt}
8181
if [ $? -ne 0 ]; then
8282
log_failure_msg "$PREFIX: ${ROOT} unable to mount verity dm, remounting"
8383
veritysetup close vroot

0 commit comments

Comments
 (0)