summaryrefslogtreecommitdiffstats
path: root/fedora-live-base.ks
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-10-09 12:59:00 -0400
committerJeremy Katz <katzj@redhat.com>2008-10-09 12:59:00 -0400
commitca81e0ef35ca3daf83cd7e35601b480b607b4ca8 (patch)
tree098e8ab68215f018c4fd9f35e32c0ff43c7c6e71 /fedora-live-base.ks
parent41664a0c2b1d44726f12447b2d663138dd939e64 (diff)
downloadspin-kickstarts-ca81e0ef35ca3daf83cd7e35601b480b607b4ca8.tar.gz
spin-kickstarts-ca81e0ef35ca3daf83cd7e35601b480b607b4ca8.tar.xz
spin-kickstarts-ca81e0ef35ca3daf83cd7e35601b480b607b4ca8.zip
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
Diffstat (limited to 'fedora-live-base.ks')
-rw-r--r--fedora-live-base.ks2
1 files changed, 1 insertions, 1 deletions
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index 50522b7..ac70069 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -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)