From 378b321ef2347d75f4f46ebd9540c5d9edbd7328 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 17 Mar 2020 08:50:14 +0100 Subject: [PATCH] build/nano: noatime as per forum mention --- build/nano.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/nano.sh b/build/nano.sh index 30a304e..02976e2 100644 --- a/build/nano.sh +++ b/build/nano.sh @@ -55,7 +55,7 @@ setup_entropy ${STAGEDIR} cat > ${STAGEDIR}/etc/fstab << EOF # Device Mountpoint FStype Options Dump Pass# -/dev/ufs/${NANOLABEL} / ufs rw 1 1 # notrim +/dev/ufs/${NANOLABEL} / ufs rw,noatime 1 1 # notrim EOF makefs -t ffs -s ${NANOSIZE} -B little -f 400000 \