mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-09 23:50:07 +00:00
add fedora-mini-moblin spin
This commit is contained in:
parent
00f8a13d3a
commit
83b613eea8
@ -14,7 +14,8 @@ fedora_DATA = \
|
||||
fedora-livecd-xfce.ks \
|
||||
fedora-livedvd-electronic-lab.ks \
|
||||
fedora-livedvd-games.ks \
|
||||
fedora-mini-base.ks
|
||||
fedora-mini-base.ks \
|
||||
fedora-mini-moblin.ks
|
||||
|
||||
customdir = ${pkgdatadir}/custom/
|
||||
custom_DATA = \
|
||||
|
@ -1,4 +1,4 @@
|
||||
AC_INIT([spin-kickstarts], 0.13.1)
|
||||
AC_INIT([spin-kickstarts], 0.13.2)
|
||||
AC_SUBST([RELEASE], 1)
|
||||
|
||||
ALL_LINGUAS="bn_IN bn ca cs da de el es fi fr gl gu hi hr hu is it ja ko ml ms nb nl or pa pl pt pt_BR ru sk sl sr@latin sr sv ta tr uk zh_CN zh_TW"
|
||||
|
47
fedora-mini-moblin.ks
Normal file
47
fedora-mini-moblin.ks
Normal file
@ -0,0 +1,47 @@
|
||||
# Maintained by the Fedora Mini SIG:
|
||||
# https://fedoraproject.org/wiki/SIGs/FedoraMini
|
||||
|
||||
%include fedora-mini-base.ks
|
||||
|
||||
%packages
|
||||
|
||||
# moblin desktop
|
||||
@moblin-desktop
|
||||
mesa-dri-drivers-experimental
|
||||
notification-daemon
|
||||
gnome-terminal
|
||||
empathy
|
||||
gypsy
|
||||
geoclue-gypsy
|
||||
firefox
|
||||
|
||||
# Some useful gnome tools
|
||||
cheese
|
||||
syncevolution-moblin
|
||||
evolution-couchdb
|
||||
nautilus
|
||||
|
||||
# display managers
|
||||
gdm
|
||||
#uxlaunch
|
||||
|
||||
%end
|
||||
|
||||
%post
|
||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
||||
# 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
|
||||
# make sure the fonts are not too big
|
||||
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t int /desktop/gnome/font_rendering/dpi 120 >/dev/null
|
||||
|
||||
# set up timed auto-login for after 60 seconds
|
||||
cat >> /etc/gdm/custom.conf << FOE
|
||||
[daemon]
|
||||
TimedLoginEnable=true
|
||||
TimedLogin=liveuser
|
||||
TimedLoginDelay=60
|
||||
FOE
|
||||
|
||||
EOF
|
||||
|
||||
%end
|
Loading…
Reference in New Issue
Block a user