From 3e9f0b15e325e0c562a4aac983c9b702efc92562 Mon Sep 17 00:00:00 2001 From: John Southworth Date: Tue, 28 Aug 2012 15:46:07 -0700 Subject: Revert "Write barriers don't work on all devices, disable them" This reverts commit f344e975d1b0eb489af7fb2d2f22168bc465b1de. --- scripts/install-system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/install-system') diff --git a/scripts/install-system b/scripts/install-system index 6f3dccdc..fbff5e1f 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,nobarrier\t0 1" >> $rootfsdir/etc/fstab + echo -e "UUID=$uuid\t/\t$ROOT_FSTYPE\tnoatime\t0 1" >> $rootfsdir/etc/fstab fi #setup the hostname file -- cgit v1.2.3