mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-09 23:50:07 +00:00
Switch default rootfs size to 3072MB
Switch the default rootfs to be smaller. This shouldn't impact most of the images as they're already CD sized. But this makes it so that we can put the unsquashed ext3fs onto an SD card for slower machines which makes a huge difference in performance
This commit is contained in:
parent
41664a0c2b
commit
ca81e0ef35
@ -14,7 +14,7 @@ auth --useshadow --enablemd5
|
||||
selinux --enforcing
|
||||
firewall --disabled
|
||||
xconfig --startxonboot
|
||||
part / --size 4096
|
||||
part / --size 3072
|
||||
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