From 97dd8fafc8e7e246c89e313ec4de4cf487df367d Mon Sep 17 00:00:00 2001 From: Wolfgang Karall Date: Tue, 23 Aug 2016 13:35:39 +0000 Subject: [PATCH] Use 'defaults' and not the IO-bottleneck of the decade 'sync' in the options for the root filesystem. --- partitions/sample-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partitions/sample-server b/partitions/sample-server index ef15c41..f41ade0 100644 --- a/partitions/sample-server +++ b/partitions/sample-server @@ -2,7 +2,7 @@ size=1G type=ext3 mountpoint=/ -options=sync,errors=remount-ro +options=defaults,errors=remount-ro [swap] size=2G