Use 'defaults' and not the IO-bottleneck of the decade 'sync' in the options for the root filesystem.
This commit is contained in:
committed by
Axel Beckert
parent
58899daffe
commit
97dd8fafc8
@@ -2,7 +2,7 @@
|
||||
size=1G
|
||||
type=ext3
|
||||
mountpoint=/
|
||||
options=sync,errors=remount-ro
|
||||
options=defaults,errors=remount-ro
|
||||
|
||||
[swap]
|
||||
size=2G
|
||||
|
||||
Reference in New Issue
Block a user