We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003870c commit b1c32bdCopy full SHA for b1c32bd
initramfs/scripts/dmverity-root
@@ -77,7 +77,7 @@ if [ $? -ne 0 ]; then
77
fi
78
79
# Verity protected volume group is setup - mount it as root
80
-mount -o ro,noload /dev/mapper/vroot ${rootmnt}
+mount -o ro,noatime /dev/mapper/vroot ${rootmnt}
81
if [ $? -ne 0 ]; then
82
log_failure_msg "$PREFIX: ${ROOT} unable to mount verity dm, remounting"
83
veritysetup close vroot
0 commit comments