partition: in most cases its mmc, so mount as noatime

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/22/head
Robert Nelson 12 years ago
parent 3c3fe3d79e
commit b45a5a041a

@ -970,11 +970,10 @@ setup_parition_recipe () {
#This (so far) has been leaving the first Partition Alone... #This (so far) has been leaving the first Partition Alone...
cat > ${TEMPDIR}/initrd-tree/partition_recipe <<-__EOF__ cat > ${TEMPDIR}/initrd-tree/partition_recipe <<-__EOF__
500 1000 -1 ext4 500 1000 -1 ext4
method{ format } method{ format } format{ }
format{ } use_filesystem{ } filesystem{ ext4 }
use_filesystem{ } mountpoint{ / }
filesystem{ ext4 } options/noatime{ noatime } .
mountpoint{ / } .
128 1200 ${conf_swapsize_mb} 300% linux-swap 128 1200 ${conf_swapsize_mb} 300% linux-swap
method{ swap } method{ swap }

Loading…
Cancel
Save