From ca81e0ef35ca3daf83cd7e35601b480b607b4ca8 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 9 Oct 2008 12:59:00 -0400 Subject: [PATCH] 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 --- fedora-live-base.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)