mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-13 03:24:21 +00:00
remove kickstart file for Fedora Sugar Spin
This commit is contained in:
parent
801ff420d9
commit
af94e059e8
@ -1,64 +0,0 @@
|
|||||||
# Filename:
|
|
||||||
# fedora-livecd-sugar.ks
|
|
||||||
# Maintainers:
|
|
||||||
# Sebastian Dziallas <sdz AT fedoraproject DOT org>
|
|
||||||
# Marco Pesenti Gritti <marcopg AT sugarlabs DOT org>
|
|
||||||
|
|
||||||
%include fedora-live-base.ks
|
|
||||||
|
|
||||||
%packages
|
|
||||||
|
|
||||||
# sugar!
|
|
||||||
@sugar-desktop
|
|
||||||
|
|
||||||
# e-mail client
|
|
||||||
alpine
|
|
||||||
|
|
||||||
# display manager
|
|
||||||
slim
|
|
||||||
|
|
||||||
# exclude input methods
|
|
||||||
-scim*
|
|
||||||
-m17n*
|
|
||||||
|
|
||||||
# avoid weird case where we pull in more festival stuff than we need
|
|
||||||
festival
|
|
||||||
festvox-slt-arctic-hts
|
|
||||||
|
|
||||||
# dictionaries are big
|
|
||||||
-aspell-*
|
|
||||||
-hunspell-*
|
|
||||||
-man-pages-*
|
|
||||||
-words
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post
|
|
||||||
cat > /etc/sysconfig/desktop <<EOF
|
|
||||||
DISPLAYMANAGER=/usr/bin/slim-dynwm
|
|
||||||
EOF
|
|
||||||
|
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
|
||||||
|
|
||||||
chkconfig --level 5 setroubleshoot off 2>/dev/null
|
|
||||||
chkconfig --level 5 sendmail off 2>/dev/null
|
|
||||||
chkconfig --level 5 bluetooth off 2>/dev/null
|
|
||||||
chkconfig --level 5 cupsd off 2>/dev/null
|
|
||||||
|
|
||||||
# disable screensaver locking
|
|
||||||
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /apps/gnome-screensaver/lock_enabled false >/dev/null
|
|
||||||
|
|
||||||
# set up timed auto-login for after 60 seconds
|
|
||||||
cat >> /etc/slim.conf << FOE
|
|
||||||
auto_login yes
|
|
||||||
default_user liveuser
|
|
||||||
FOE
|
|
||||||
|
|
||||||
# setup xinitrc
|
|
||||||
echo "sugar-shell" > /home/liveuser/.xinitrc
|
|
||||||
chmod a+x /home/liveuser/.xinitrc
|
|
||||||
chown liveuser:liveuser /home/liveuser/.xinitrc
|
|
||||||
|
|
||||||
EOF
|
|
||||||
|
|
||||||
%end
|
|
Loading…
Reference in New Issue
Block a user