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:
Jeremy Katz 2008-10-09 12:59:00 -04:00
parent 41664a0c2b
commit ca81e0ef35

View File

@ -14,7 +14,7 @@ auth --useshadow --enablemd5
selinux --enforcing selinux --enforcing
firewall --disabled firewall --disabled
xconfig --startxonboot xconfig --startxonboot
part / --size 4096 part / --size 3072
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)