From b45a5a041ab24739a8b5f73fef6b03afcc460efd Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Wed, 26 Jun 2013 16:33:06 -0500 Subject: [PATCH] partition: in most cases its mmc, so mount as noatime Signed-off-by: Robert Nelson --- mk_mmc.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/mk_mmc.sh b/mk_mmc.sh index 17491bb..108f8b7 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -970,11 +970,10 @@ setup_parition_recipe () { #This (so far) has been leaving the first Partition Alone... cat > ${TEMPDIR}/initrd-tree/partition_recipe <<-__EOF__ 500 1000 -1 ext4 - method{ format } - format{ } - use_filesystem{ } - filesystem{ ext4 } - mountpoint{ / } . + method{ format } format{ } + use_filesystem{ } filesystem{ ext4 } + mountpoint{ / } + options/noatime{ noatime } . 128 1200 ${conf_swapsize_mb} 300% linux-swap method{ swap }