mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-06 11:39:40 +08: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user