1
0
mirror of synced 2026-02-26 16:23:27 +00:00

Use 'defaults' and not the IO-bottleneck of the decade 'sync' in the options for the root filesystem.

This commit is contained in:
Wolfgang Karall
2016-08-23 13:35:39 +00:00
committed by Axel Beckert
parent 58899daffe
commit 97dd8fafc8

View File

@@ -2,7 +2,7 @@
size=1G
type=ext3
mountpoint=/
options=sync,errors=remount-ro
options=defaults,errors=remount-ro
[swap]
size=2G