Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@localhost.localdomain>2009-11-20 15:10:52 (GMT)
committer root <root@localhost.localdomain>2009-11-20 15:10:52 (GMT)
commitda261172a6cd76ae77e78e58ff5fe5e4a247bde8 (patch)
tree53439798394a7c23ae31b6e601a2c7fed23888f2
parent69110495db2262c051915d48e689f83ae75af85b (diff)
let's move to F12 now. finally. yay!
-rw-r--r--soas-base.ks9
1 files changed, 4 insertions, 5 deletions
diff --git a/soas-base.ks b/soas-base.ks
index eeb66bc..2d5cedb 100644
--- a/soas-base.ks
+++ b/soas-base.ks
@@ -5,14 +5,13 @@ auth --useshadow --enablemd5
selinux --disabled
firewall --disabled
xconfig --startxonboot
-bootloader --timeout=1 --append="selinux=0"
+bootloader --timeout=1
part / --size 2048 --fstype ext4
services --enabled=NetworkManager --disabled=atd,auditd,cups,dnsmasq,ip6tables,iptables,irda,mdmonitor,netfs,network,nfs,nfslock,nscd,portreserve,rpcbind,rpcgssd,rpcidmapd,sshd
-# we're on Rawhide now again
-# repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=i386 --excludepkgs=kdebase-workspace,plymouth,plymouth-*,PolicyKit-kde
-# use this in case the mirrors are out of date
-repo --name=rawhide --baseurl=http://download.fedora.redhat.com/pub/fedora/linux/development/i386/os/ --excludepkgs=kdebase-workspace,plymouth,plymouth-*,PolicyKit-kde
+# Fedora 12 is out now!
+repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-12&arch=i386 --excludepkgs=plymouth*
+repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f12&arch=i386 --excludepkgs=plymouth*
%packages
@base