forked from srbala/fedora-kickstarts
Include QA's base ks file for test days.
This commit is contained in:
parent
f05c69d17d
commit
457fe5982d
60
custom/qa-test-day.ks
Normal file
60
custom/qa-test-day.ks
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
%include fedora-livecd-desktop.ks
|
||||||
|
|
||||||
|
%packages
|
||||||
|
gdb
|
||||||
|
strace
|
||||||
|
ltrace
|
||||||
|
libdrm
|
||||||
|
pidgin
|
||||||
|
mc
|
||||||
|
vim
|
||||||
|
nano
|
||||||
|
wget
|
||||||
|
xorg-x11-apps
|
||||||
|
gtk-recordmydesktop
|
||||||
|
gconf-editor
|
||||||
|
gimp
|
||||||
|
# save some space
|
||||||
|
-empathy
|
||||||
|
-@games
|
||||||
|
-brasero*
|
||||||
|
-sound-juicer
|
||||||
|
-gthumb
|
||||||
|
-gnome-backgrounds
|
||||||
|
-desktop-backgrounds*
|
||||||
|
-evolution
|
||||||
|
# brand as fedora test spin
|
||||||
|
fedora-logos
|
||||||
|
-generic-logos
|
||||||
|
%end
|
||||||
|
|
||||||
|
%post
|
||||||
|
# Set Test_Day:Current as default browser homepage
|
||||||
|
cat << EOF > `ls -1 /usr/lib*/firefox*/browserconfig.properties`
|
||||||
|
browser.startup.homepage=https://fedoraproject.org/wiki/Test_Day:Current
|
||||||
|
EOF
|
||||||
|
|
||||||
|
# Create a .desktop link for Test Day wiki
|
||||||
|
mkdir -p /etc/skel/Desktop
|
||||||
|
cat << EOF > /etc/skel/Desktop/testday-wiki.desktop
|
||||||
|
[Desktop Entry]
|
||||||
|
Encoding=UTF-8
|
||||||
|
Name=Participate in a Test Day
|
||||||
|
Type=Link
|
||||||
|
URL=https://fedoraproject.org/wiki/Test_Day:Current
|
||||||
|
Icon=gnome-fs-bookmark
|
||||||
|
EOF
|
||||||
|
|
||||||
|
# Create a .desktop link for Test Day IRC chat
|
||||||
|
cat << EOF > /etc/skel/Desktop/testday-irc.desktop
|
||||||
|
[Desktop Entry]
|
||||||
|
Encoding=UTF-8
|
||||||
|
Name=Connect to a Test Day chat
|
||||||
|
Type=Link
|
||||||
|
URL=http://webchat.freenode.net/?channels=fedora-test-day
|
||||||
|
Icon=gnome-fs-bookmark
|
||||||
|
EOF
|
||||||
|
|
||||||
|
# Add gnome-terminal shortcut to desktop
|
||||||
|
cp /usr/share/applications/gnome-terminal.desktop /etc/skel/Desktop
|
||||||
|
%end
|
Loading…
Reference in New Issue
Block a user