[Fedora-spins] [spin-kickstarts/arm] split out the base x options from arm base.

Dennis Gilmore ausil at fedoraproject.org
Fri Jun 15 19:06:25 UTC 2012


commit ce63aab3663bea8c1b8a3b7a04fdeb131e58b71e
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Fri Jun 15 14:05:20 2012 -0500

    split out the base x options from arm base.
    
    we will have minimal shell only options for devices also

 fedora-arm-base-x.ks          |   12 +
 fedora-arm-base.ks            |    7 -
 fedora-arm-beagle-xfce.ks     |    2 +-
 fedora-arm-panda-xfce-flat.ks |  517 -----------------------------------------
 fedora-arm-panda-xfce.ks      |    2 +-
 fedora-arm-tegra-xfce.ks      |    2 +-
 6 files changed, 15 insertions(+), 527 deletions(-)
---
diff --git a/fedora-arm-base-x.ks b/fedora-arm-base-x.ks
new file mode 100644
index 0000000..c948712
--- /dev/null
+++ b/fedora-arm-base-x.ks
@@ -0,0 +1,12 @@
+
+ at include fedora-arm-base.ks
+xconfig --startxonboot
+
+
+%packages
+ at base-x
+ at fonts
+ at input-methods
+ibus-pinyin-db-open-phrase
+
+%end
diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks
index f8b85a5..de40d76 100644
--- a/fedora-arm-base.ks
+++ b/fedora-arm-base.ks
@@ -13,7 +13,6 @@ timezone US/Eastern
 auth --useshadow --enablemd5
 selinux --enforcing
 firewall --enabled --service=mdns,sshd
-xconfig --startxonboot
 part /boot --fstype=ext3  --size=256
 part / --size 3072 --fstype ext4
 services --enabled=NetworkManager,sshd
@@ -24,14 +23,8 @@ repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?rep
 #repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch
 
 %packages
- at base-x
 @base
 @core
- at fonts
- at input-methods
-# use a small pinyin db for live
--ibus-pinyin-db-open-phrase
-ibus-pinyin-db-android
 @admin-tools
 @dial-up
 @hardware-support
diff --git a/fedora-arm-beagle-xfce.ks b/fedora-arm-beagle-xfce.ks
index 9d97ac1..0f16c04 100644
--- a/fedora-arm-beagle-xfce.ks
+++ b/fedora-arm-beagle-xfce.ks
@@ -1,6 +1,6 @@
 
 part /boot/efi --fstype=efi --grow --maxsize=50 --size=20
-%include fedora-arm-base.ks
+%include fedora-arm-base-x.ks
 %include fedora-xfce-base.ks
 
 
diff --git a/fedora-arm-panda-xfce.ks b/fedora-arm-panda-xfce.ks
index cb38e92..01af8a9 100644
--- a/fedora-arm-panda-xfce.ks
+++ b/fedora-arm-panda-xfce.ks
@@ -1,6 +1,6 @@
 
 part /boot/efi --fstype=efi --grow --maxsize=50 --size=20
-%include fedora-arm-base.ks
+%include fedora-arm-base-x.ks
 %include fedora-xfce-base.ks
 
 
diff --git a/fedora-arm-tegra-xfce.ks b/fedora-arm-tegra-xfce.ks
index 1ebfa08..c95471a 100644
--- a/fedora-arm-tegra-xfce.ks
+++ b/fedora-arm-tegra-xfce.ks
@@ -1,5 +1,5 @@
 
-%include fedora-arm-base.ks
+%include fedora-arm-base-x.ks
 %include fedora-xfce-base.ks
 
 


More information about the spins mailing list