mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-07 23:00:30 +08:00
Rename fedora-mini-base.ks and fedora-mini-moblin.ks to match the naming convention used by other spins, and edit the spins that include these kickstart files accordingly
Include fedora-live-mini.ks in the custom set of kickstarts
This commit is contained in:
47
fedora-livecd-moblin.ks
Normal file
47
fedora-livecd-moblin.ks
Normal file
@@ -0,0 +1,47 @@
|
||||
# Maintained by the Fedora Mini SIG:
|
||||
# https://fedoraproject.org/wiki/SIGs/FedoraMini
|
||||
|
||||
%include fedora-live-mini.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
|
||||
Reference in New Issue
Block a user