]> xenbits.xensource.com Git - xenclient/build.git/commitdiff
change params to tune2fs at James' request
authorChristopher Clark <christopher.clark@citrix.com>
Wed, 9 Sep 2009 18:08:27 +0000 (11:08 -0700)
committerChristopher Clark <christopher.clark@citrix.com>
Wed, 9 Sep 2009 18:08:27 +0000 (11:08 -0700)
target/generic/target_xenclient_installer_skeleton/install/stages/Trash-and-install

index 3222257f2c5418290421d635a62e45c97a81336a..8acc9f5a290b3ed1ef252d747bc730fa85ecb671 100755 (executable)
@@ -66,7 +66,7 @@ write_dom0_rootfs()
     do_cmd sync
     do_cmd fsck -y -f "${DEVICE}"
     do_cmd resize2fs "${DEVICE}" || return 1
-    do_cmd tune2fs -j -C 0 -c 100 "${DEVICE}" || return 1
+    do_cmd tune2fs -i 0 -c -1 -j -m 0 "${DEVICE}" || return 1
     return 0
 }