forked from srbala/fedora-kickstarts
SoaS: merge fixes from branch
This commit is contained in:
parent
c3a1adefdc
commit
ff0315f017
@ -10,7 +10,7 @@ selinux --permissive
|
|||||||
firewall --enabled --service=mdns
|
firewall --enabled --service=mdns
|
||||||
xconfig --startxonboot
|
xconfig --startxonboot
|
||||||
part / --size 4096 --fstype ext4
|
part / --size 4096 --fstype ext4
|
||||||
services --enabled=NetworkManager,messagebus --disabled=network,sshd,iscsi,iscsid,lldpad
|
services --enabled=NetworkManager,messagebus,avahi-daemon --disabled=network,sshd,iscsi,iscsid,lldpad
|
||||||
|
|
||||||
repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
|
repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
|
||||||
#repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
|
#repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
|
||||||
@ -392,8 +392,7 @@ rm -f /core*
|
|||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
%post --nochroot
|
||||||
%post
|
|
||||||
cp $INSTALL_ROOT/usr/share/doc/*-release-*/GPL $LIVE_ROOT/GPL
|
cp $INSTALL_ROOT/usr/share/doc/*-release-*/GPL $LIVE_ROOT/GPL
|
||||||
|
|
||||||
# only works on x86, x86_64
|
# only works on x86, x86_64
|
||||||
|
@ -16,6 +16,10 @@ part / --size=2048
|
|||||||
|
|
||||||
# == Core Sugar Platform ==
|
# == Core Sugar Platform ==
|
||||||
@sugar-desktop
|
@sugar-desktop
|
||||||
|
sugar-clock
|
||||||
|
|
||||||
|
# temp work around due to working networking in Sugar. GRR NetworkManager!
|
||||||
|
NetworkManager-gnome
|
||||||
|
|
||||||
# explicitly remove these as they're broken
|
# explicitly remove these as they're broken
|
||||||
-sugar-read
|
-sugar-read
|
||||||
@ -153,6 +157,7 @@ org.laptop.TurtleArtActivity
|
|||||||
org.sugarlabs.AbacusActivity
|
org.sugarlabs.AbacusActivity
|
||||||
org.sugarlabs.IRC
|
org.sugarlabs.IRC
|
||||||
org.vpri.EtoysActivity
|
org.vpri.EtoysActivity
|
||||||
|
tv.alterna.Clock
|
||||||
vu.lux.olpc.Speak
|
vu.lux.olpc.Speak
|
||||||
FOE
|
FOE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user