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
This commit is contained in:
Jeremy Katz 2009-01-20 17:04:20 -05:00
parent 6c3b810f83
commit 68b14e1e54
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ auth --useshadow --enablemd5
selinux --enforcing selinux --enforcing
firewall --enabled firewall --enabled
xconfig --startxonboot xconfig --startxonboot
part / --size 3072 part / --size 3072 --fstype ext4
services --enabled=NetworkManager --disabled=network,sshd services --enabled=NetworkManager --disabled=network,sshd
# To compose against the current release tree, use the following "repo" (enabled by default) # To compose against the current release tree, use the following "repo" (enabled by default)