From f344e975d1b0eb489af7fb2d2f22168bc465b1de Mon Sep 17 00:00:00 2001 From: John Southworth Date: Tue, 28 Aug 2012 13:36:49 -0700 Subject: Write barriers don't work on all devices, disable them --- scripts/install-system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/install-system b/scripts/install-system index fbff5e1f..6f3dccdc 100755 --- a/scripts/install-system +++ b/scripts/install-system @@ -972,7 +972,7 @@ install_root_filesystem () { echo "Unable to read filesystem UUID. Exiting." exit 1 else - echo -e "UUID=$uuid\t/\t$ROOT_FSTYPE\tnoatime\t0 1" >> $rootfsdir/etc/fstab + echo -e "UUID=$uuid\t/\t$ROOT_FSTYPE\tnoatime,nobarrier\t0 1" >> $rootfsdir/etc/fstab fi #setup the hostname file -- cgit v1.2.3