[Fedora-spins] [spin-kickstarts/f21] fix up the options to the bootloader config, make the rootfs smaller.

Dennis Gilmore ausil at fedoraproject.org
Wed Jul 30 07:24:28 UTC 2014


commit 8fa093cdc8c18b873c37a72b5eb584ac69e42ef7
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Wed Jul 30 02:23:41 2014 -0500

    fix up the options to the bootloader config, make the rootfs smaller.

 fedora-docker-base.ks |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/fedora-docker-base.ks b/fedora-docker-base.ks
index 9af8798..1a335d3 100644
--- a/fedora-docker-base.ks
+++ b/fedora-docker-base.ks
@@ -4,7 +4,7 @@
 # yum configuration in order to enable other languages.
 
 
-bootloader --disable
+bootloader --location=none
 timezone America/New_York --isUtc --nontp
 rootpw --plaintext qweqwe
 
@@ -12,7 +12,7 @@ keyboard us
 firewall --disable
 zerombr
 clearpart --all
-part / --size 4096 --fstype ext4
+part / --size 3000 --fstype ext4
 reboot
 
 %packages --excludedocs --instLangs=en --nocore


More information about the spins mailing list