summaryrefslogtreecommitdiff
path: root/scripts/install-system
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2011-05-05 08:19:20 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2011-05-05 08:19:20 -0700
commit82037c7e260d6e5c73f47162a14b4778629c53a8 (patch)
tree8ceb8f09cab348e30c18feb9d62d6562d375401f /scripts/install-system
parentb1d5aa579fc24949aae9ccad218e23952f77f321 (diff)
downloadvyatta-cfg-quagga-82037c7e260d6e5c73f47162a14b4778629c53a8.tar.gz
vyatta-cfg-quagga-82037c7e260d6e5c73f47162a14b4778629c53a8.zip
Make ext4 the default file system type
Diffstat (limited to 'scripts/install-system')
-rwxr-xr-xscripts/install-system2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-system b/scripts/install-system
index 278e77dc..cfa31515 100755
--- a/scripts/install-system
+++ b/scripts/install-system
@@ -75,7 +75,7 @@ fi
PARTITION=''
# default file system type
-ROOT_FSTYPE="ext3"
+ROOT_FSTYPE="ext4"
# start of root partition (64 sectors == 32K bytes)
ROOT_OFFSET="64S"