[Fedora-spins] [PATCH] Modified the fedora-aos.ks to use this aos-base-pkgs.ks

David Huff dhuff at redhat.com
Tue Nov 18 14:39:30 UTC 2008


Added serial console support
---
 fedora-aos.ks |   70 ++++++--------------------------------------------------
 1 files changed, 8 insertions(+), 62 deletions(-)

diff --git a/fedora-aos.ks b/fedora-aos.ks
index ed8de4f..e9b6194 100644
--- a/fedora-aos.ks
+++ b/fedora-aos.ks
@@ -7,7 +7,7 @@ timezone US/Eastern
 auth --useshadow --enablemd5
 selinux --permissive
 firewall --disabled
-bootloader --timeout=1 --append="acpi=force"
+bootloader --timeout=1 --append="acpi=force console=ttyS0,15200"
 network --bootproto=dhcp --device=eth0 --onboot=on
 services --enabled=network
 
@@ -24,15 +24,15 @@ services --enabled=network
 part / --size 550 --fstype ext3 --ondisk sda
 
 #
-# Repositories
+# Repositories these need to be updated once f10 is out
 #
 # To compose against the current release tree, use the following "repo" (enabled by default)
-#repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-9&arch=$basearch
+repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-9&arch=$basearch
 # To include updates, use the following "repo" (enabled by default)
-#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f9&arch=$basearch
+repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f9&arch=$basearch
 
-# To compose against rawhide, use the following "repo" (disabled by default)
-repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
+# To compose against rawhide, use the following "repo" 
+#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
 
 # To compose against local trees, (edit and) use:
 #repo --name=f9 --baseurl=http://localrepo/fedora/releases/9/Everything/$basearch/os/
@@ -42,62 +42,8 @@ repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?rep
 # Add all the packages after the base packages
 #
 %packages --excludedocs --nobase
-bash
-kernel
-grub
-e2fsprogs
-passwd
-policycoreutils
-chkconfig
-rootfiles
-yum
-vim-minimal
-acpid
-#needed to disable selinux
-lokkit
-
-#Allow for dhcp access
-dhclient
-iputils
-
-#
-# Packages to Remove
-#
-
-# no need for kudzu if the hardware doesn't change
--kudzu
--prelink
--setserial
--ed
-
-# Remove the authconfig pieces
--authconfig
--rhpl
--wireless-tools
-
-# Remove the kbd bits
--kbd
--usermode
-
-# these are all kind of overkill but get pulled in by mkinitrd ordering
--mkinitrd
--kpartx
--dmraid
--mdadm
--lvm2
--tar
-
-# selinux toolchain of policycoreutils, libsemanage, ustr
--policycoreutils
--checkpolicy
--selinux-policy*
--libselinux-python
--libselinux
-
-# Things it would be nice to loose
--fedora-logos
-generic-logos
--fedora-release-notes
+        %include snippets/aos-base-pkgs.ks
+	#add your packages here
 %end
 
 #
-- 
1.6.0.3




More information about the spins mailing list