From ca81e0ef35ca3daf83cd7e35601b480b607b4ca8 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Oct 09 2008 16:59:00 +0000 Subject: 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 --- 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)