From 68b14e1e540ecfcb27dcc0d64ec1f51d13d2c84e Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Tue, 20 Jan 2009 17:04:20 -0500 Subject: [PATCH] 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 --- fedora-live-base.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)