From 82037c7e260d6e5c73f47162a14b4778629c53a8 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 5 May 2011 08:19:20 -0700 Subject: Make ext4 the default file system type --- scripts/install-system | 2 +- scripts/install/install-get-partition | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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" diff --git a/scripts/install/install-get-partition b/scripts/install/install-get-partition index 1195da4d..86197708 100755 --- a/scripts/install/install-get-partition +++ b/scripts/install/install-get-partition @@ -32,7 +32,7 @@ ROOT_PARTITION_TYPE='' # global holding variable used in the select_partition sub PARTITION='' # default file system type -ROOT_FSTYPE='ext3' +ROOT_FSTYPE='ext4' # default start of root partition ROOT_OFFSET="1024S" # 512K align for SSD etc -- cgit v1.2.3