diff options
author | John Southworth <john.southworth@vyatta.com> | 2012-08-28 15:46:07 -0700 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2012-08-28 15:46:07 -0700 |
commit | 3e9f0b15e325e0c562a4aac983c9b702efc92562 (patch) | |
tree | e27368ac03a48e14e6bb5443cfd167725e62b1d7 /scripts | |
parent | be90c4defb6c6970a30071bacf15f5bdb7b5bc43 (diff) | |
download | vyatta-cfg-system-3e9f0b15e325e0c562a4aac983c9b702efc92562.tar.gz vyatta-cfg-system-3e9f0b15e325e0c562a4aac983c9b702efc92562.zip |
Revert "Write barriers don't work on all devices, disable them"
This reverts commit f344e975d1b0eb489af7fb2d2f22168bc465b1de.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install-system | 2 |
1 files changed, 1 insertions, 1 deletions
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 |