summaryrefslogtreecommitdiffstats
path: root/fedora-live-base.ks
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2009-01-20 17:04:20 -0500
committerJeremy Katz <katzj@redhat.com>2009-01-20 17:04:20 -0500
commit68b14e1e540ecfcb27dcc0d64ec1f51d13d2c84e (patch)
tree99a7409a02427d65a8d7f5099ed40e2976ea111a /fedora-live-base.ks
parent6c3b810f83b61da80424d796140848c4efee2a54 (diff)
downloadspin-kickstarts-68b14e1e540ecfcb27dcc0d64ec1f51d13d2c84e.tar.gz
spin-kickstarts-68b14e1e540ecfcb27dcc0d64ec1f51d13d2c84e.tar.xz
spin-kickstarts-68b14e1e540ecfcb27dcc0d64ec1f51d13d2c84e.zip
Switch to ext4 for / on the live images
With ef2fsprogs-1.41.3-4.fc11, shrinking of ext4 filesystems is fixed and since we want to be using ext4 as the rootfs for Fedora 11 alpha, let's make the change. Note that you'll also need livecd-tools-021 for livecd-creator to not reject the fstype
Diffstat (limited to 'fedora-live-base.ks')
-rw-r--r--fedora-live-base.ks2
1 files changed, 1 insertions, 1 deletions
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index f8d34bc..fa80235 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -14,7 +14,7 @@ auth --useshadow --enablemd5
selinux --enforcing
firewall --enabled
xconfig --startxonboot
-part / --size 3072
+part / --size 3072 --fstype ext4
services --enabled=NetworkManager --disabled=network,sshd
# To compose against the current release tree, use the following "repo" (enabled by default)