mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-12-22 05:35:26 +00:00
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:
parent
6c3b810f83
commit
68b14e1e54
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user