meta-netboot: mount remote filesystem with 'noatime' option
[AGL/meta-agl.git] / meta-netboot / recipes-core / initramfs-netboot / files / init.sh
index dae9a85..81c2c79 100644 (file)
@@ -108,7 +108,7 @@ done
 
 # mount NBD device
 mkdir -p /sysroot
-mount $NBD_DEV /sysroot || bail_out "Unable to mount root NBD device"
+mount $NBD_DEV -o noatime /sysroot || bail_out "Unable to mount root NBD device"
 
 # move mounted devices to new root
 cd /sysroot