Skip to content

Commit

Permalink
Use "relatime" instead of "noatime"
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Sep 7, 2023
1 parent 6f4296b commit a0d7c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine-make-vm-image
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ fi

cat > etc/fstab <<-EOF
# <fs> <mountpoint> <type> <opts> <dump/pass>
UUID=$root_uuid / $ROOTFS noatime 0 1
UUID=$root_uuid / $ROOTFS relatime 0 1
EOF

#-----------------------------------------------------------------------
Expand Down

0 comments on commit a0d7c6c

Please sign in to comment.