mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-10 00:50:32 +08:00
Compare commits
66 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a382d63c17 | ||
|
|
74f896bdbf | ||
|
|
33e214ee06 | ||
|
|
51673c1ddc | ||
|
|
c430042f08 | ||
|
|
24e8c12302 | ||
|
|
fe5b6843ac | ||
|
|
9b40e37957 | ||
|
|
56bc67430b | ||
|
|
41b3b4dea6 | ||
|
|
adfe66c38f | ||
|
|
ab82d07e4f | ||
|
|
8bf40fdc8e | ||
|
|
6f76dabb74 | ||
|
|
0741647868 | ||
|
|
681365531c | ||
|
|
1bdc87189a | ||
|
|
9a57bcfb07 | ||
|
|
d275ae9403 | ||
|
|
6aa8533f0e | ||
|
|
32e066e039 | ||
|
|
1cbf4f481f | ||
|
|
e853d96f22 | ||
|
|
bb14cdd406 | ||
|
|
ff93964670 | ||
|
|
2dfb8c0758 | ||
|
|
7492604654 | ||
|
|
1288d6007d | ||
|
|
96cf7a22e5 | ||
|
|
b9dc4f5f49 | ||
|
|
045b630a4e | ||
|
|
4df45db78e | ||
|
|
6d05550b86 | ||
|
|
573d47ed00 | ||
|
|
61239d49f4 | ||
|
|
1f41edbb13 | ||
|
|
62a0e57497 | ||
|
|
e51dfb813a | ||
|
|
c6f9b71b37 | ||
|
|
217620ac55 | ||
|
|
987c05cc5e | ||
|
|
8f0b1a1f68 | ||
|
|
d26fba8808 | ||
|
|
d96f923c04 | ||
|
|
6dfda6e355 | ||
|
|
f3b92ac9e0 | ||
|
|
528f3500f2 | ||
|
|
c9fa0ffb82 | ||
|
|
9562f29b46 | ||
|
|
aa0ea4aa4d | ||
|
|
c08f8c215f | ||
|
|
5664467ce1 | ||
|
|
cfd1288c29 | ||
|
|
e1715dc151 | ||
|
|
431bc90632 | ||
|
|
4fcffa3b92 | ||
|
|
aaa3151692 | ||
|
|
5ee23ccea9 | ||
|
|
f7b98bb655 | ||
|
|
29f179c805 | ||
|
|
947fd69d5f | ||
|
|
da24aef084 | ||
|
|
58345f2cc3 | ||
|
|
da40dc8382 | ||
|
|
1f12485e42 | ||
|
|
2be322d626 |
@@ -23,6 +23,8 @@ services --enabled=ssh,NetworkManager,avahi-daemon,rsyslog,chronyd --disabled=ne
|
|||||||
kernel
|
kernel
|
||||||
kernel-lpae
|
kernel-lpae
|
||||||
|
|
||||||
|
dracut-config-generic
|
||||||
|
|
||||||
chrony
|
chrony
|
||||||
arm-boot-config
|
arm-boot-config
|
||||||
extlinux-bootloader
|
extlinux-bootloader
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ services --enabled=network,sshd,rsyslog,cloud-init,cloud-init-local,cloud-config
|
|||||||
|
|
||||||
zerombr
|
zerombr
|
||||||
clearpart --all
|
clearpart --all
|
||||||
part / --size 2048 --fstype ext4
|
part / --size 1000 --fstype ext4
|
||||||
|
|
||||||
%include fedora-repo.ks
|
%include fedora-repo.ks
|
||||||
|
|
||||||
@@ -195,26 +195,8 @@ yum history new
|
|||||||
yum clean all
|
yum clean all
|
||||||
truncate -c -s 0 /var/log/yum.log
|
truncate -c -s 0 /var/log/yum.log
|
||||||
|
|
||||||
echo "Import RPM GPG key"
|
|
||||||
releasever=$(rpm -q --qf '%{version}\n' fedora-release)
|
|
||||||
basearch=$(uname -m)
|
|
||||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
|
||||||
|
|
||||||
echo "Packages within this cloud image:"
|
|
||||||
echo "-----------------------------------------------------------------------"
|
|
||||||
rpm -qa
|
|
||||||
echo "-----------------------------------------------------------------------"
|
|
||||||
# Note that running rpm recreates the rpm db files which aren't needed/wanted
|
|
||||||
rm -f /var/lib/rpm/__db*
|
|
||||||
|
|
||||||
|
|
||||||
echo "Fixing SELinux contexts."
|
echo "Fixing SELinux contexts."
|
||||||
touch /var/log/cron
|
|
||||||
touch /var/log/boot.log
|
|
||||||
mkdir -p /var/cache/yum
|
|
||||||
chattr -i /boot/extlinux/ldlinux.sys
|
|
||||||
/usr/sbin/fixfiles -R -a restore
|
/usr/sbin/fixfiles -R -a restore
|
||||||
chattr +i /boot/extlinux/ldlinux.sys
|
|
||||||
|
|
||||||
echo "Zeroing out empty space."
|
echo "Zeroing out empty space."
|
||||||
# This forces the filesystem to reclaim space from deleted files
|
# This forces the filesystem to reclaim space from deleted files
|
||||||
|
|||||||
@@ -20,12 +20,4 @@ nss-mdns
|
|||||||
# https://lists.fedoraproject.org/pipermail/devel/2013-July/186796.html
|
# https://lists.fedoraproject.org/pipermail/devel/2013-July/186796.html
|
||||||
-rsyslog
|
-rsyslog
|
||||||
|
|
||||||
# Remove a few apps that are being presented as featured apps in
|
|
||||||
# gnome-software
|
|
||||||
-transmission-gtk
|
|
||||||
-simple-scan
|
|
||||||
-gnome-photos
|
|
||||||
-gnome-maps
|
|
||||||
-gnome-weather
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -16,12 +16,12 @@
|
|||||||
# use the source repo, we can't just include fedora-repo.ks
|
# use the source repo, we can't just include fedora-repo.ks
|
||||||
|
|
||||||
# In the master branch the rawhide repo commands should be uncommented.
|
# In the master branch the rawhide repo commands should be uncommented.
|
||||||
#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=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-source&arch=$basearch
|
repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-source&arch=$basearch
|
||||||
|
|
||||||
# In non-master branches the fedora repo commands should be uncommented
|
# In non-master branches the fedora repo commands should be uncommented
|
||||||
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
|
||||||
repo --name=fedora-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch
|
#repo --name=fedora-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch
|
||||||
|
|
||||||
# Package manifest for the compose. Uses repo group metadata to translate groups.
|
# Package manifest for the compose. Uses repo group metadata to translate groups.
|
||||||
# (default groups for the configured repos are added by --default)
|
# (default groups for the configured repos are added by --default)
|
||||||
|
|||||||
@@ -7,10 +7,6 @@
|
|||||||
### The KDE-Desktop
|
### The KDE-Desktop
|
||||||
|
|
||||||
### fixes
|
### fixes
|
||||||
# sddm->kdm, (temporary) so don't have to wait on comps changes
|
|
||||||
-sddm
|
|
||||||
-sddm-kcm
|
|
||||||
kdm
|
|
||||||
|
|
||||||
# use kde-print-manager instead of system-config-printer
|
# use kde-print-manager instead of system-config-printer
|
||||||
-system-config-printer
|
-system-config-printer
|
||||||
|
|||||||
@@ -31,7 +31,6 @@ gimp-gap
|
|||||||
gimp-paint-studio
|
gimp-paint-studio
|
||||||
gimp-high-pass-filter
|
gimp-high-pass-filter
|
||||||
gimp-normalmap
|
gimp-normalmap
|
||||||
gimp-paint-studio
|
|
||||||
gimp-resynthesizer
|
gimp-resynthesizer
|
||||||
gpick
|
gpick
|
||||||
GREYCstoration-gimp
|
GREYCstoration-gimp
|
||||||
@@ -59,10 +58,6 @@ filezilla
|
|||||||
audacity
|
audacity
|
||||||
pitivi
|
pitivi
|
||||||
|
|
||||||
# system
|
|
||||||
# gtk-recordmydesktop # dropped for space (#887991)
|
|
||||||
# network-manager-applet #part of Gnome Desktop
|
|
||||||
|
|
||||||
# fonts
|
# fonts
|
||||||
aajohan-comfortaa-fonts
|
aajohan-comfortaa-fonts
|
||||||
adobe-source-sans-pro-fonts
|
adobe-source-sans-pro-fonts
|
||||||
@@ -104,30 +99,30 @@ overpass-fonts
|
|||||||
#Override the favorite desktop application in Dash
|
#Override the favorite desktop application in Dash
|
||||||
cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
|
cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
|
||||||
[org.gnome.shell]
|
[org.gnome.shell]
|
||||||
favorite-apps=['firefox.desktop', 'evolution.desktop', 'shotwell.desktop', 'gimp.desktop', 'inkscape.desktop', 'blender.desktop', 'libreoffice-writer.desktop', 'scribus.desktop', 'nautilus.desktop', 'bijiben.desktop', 'anaconda.desktop','list-design-tutorials.desktop']
|
favorite-apps=['firefox.desktop', 'evolution.desktop', 'shotwell.desktop', 'gimp.desktop', 'inkscape.desktop', 'blender.desktop', 'libreoffice-writer.desktop', 'scribus.desktop', 'nautilus.desktop', 'bijiben.desktop', 'anaconda.desktop', 'list-design-tutorials.desktop']
|
||||||
#Enable categories in Gnome Shell
|
#Enable categories in Gnome Shell
|
||||||
app-folder-categories=['Utilities', 'Sundry', 'Office', 'Network', 'Internet', 'Graphics', 'Games', 'Multimedia', 'System', 'Development', 'Accessories', 'System Settings', 'Other']
|
app-folder-categories=['Utilities', 'Sundry', 'Office', 'Network', 'Internet', 'Graphics', 'Games', 'Multimedia', 'System', 'Development', 'Accessories', 'System Settings', 'Other']
|
||||||
FOE
|
FOE
|
||||||
|
|
||||||
# Add link to the Inkscape Course
|
# Add link to the Inkscape Course
|
||||||
#cat >> /usr/share/applications/inkscape-course.desktop << FOE
|
cat >> /usr/share/applications/inkscape-course.desktop << FOE
|
||||||
#[Desktop Entry]
|
[Desktop Entry]
|
||||||
#Name=Introduction To Inkscape
|
Name=Introduction To Inkscape
|
||||||
#GenericName=Inkscape Course
|
GenericName=Inkscape Course
|
||||||
#Comment=Materials from Máirín Duffy's Inkscape Class
|
Comment=Materials from Máirín Duffy's Inkscape Class
|
||||||
#Exec=xdg-open http://linuxgrrl.com/learn/Introduction_To_Inkscape
|
Exec=xdg-open http://linuxgrrl.com/learn/Introduction_To_Inkscape
|
||||||
#Type=Application
|
Type=Application
|
||||||
#Icon=fedora-logo-icon
|
Icon=fedora-logo-icon
|
||||||
#Categories=Graphics;Documentation;
|
Categories=Graphics;Documentation;
|
||||||
#FOE
|
FOE
|
||||||
#chmod a+x /usr/share/applications/inkscape-course.desktop
|
chmod a+x /usr/share/applications/inkscape-course.desktop
|
||||||
|
|
||||||
# Add link to lists of tutorials
|
# Add link to lists of tutorials
|
||||||
cat >> /usr/share/applications/list-design-tutorials.desktop << FOE
|
cat >> /usr/share/applications/list-design-tutorials.desktop << FOE
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=List of Design Tutorials
|
Name=List of design tutorials
|
||||||
GenericName=List of design tutorials
|
GenericName=List of Tutorials for Designers
|
||||||
Comment=Reference of graphic and web design related tutorials
|
Comment=Reference of Design Related Tutorials
|
||||||
Exec=xdg-open http://fedoraproject.org/wiki/Design_Suite/Tutorials
|
Exec=xdg-open http://fedoraproject.org/wiki/Design_Suite/Tutorials
|
||||||
Type=Application
|
Type=Application
|
||||||
Icon=applications-graphics
|
Icon=applications-graphics
|
||||||
|
|||||||
@@ -40,12 +40,11 @@ chmod a+x /home/liveuser/.xsession
|
|||||||
chown liveuser:liveuser /home/liveuser/.xsession
|
chown liveuser:liveuser /home/liveuser/.xsession
|
||||||
|
|
||||||
# set up autologin for user liveuser
|
# set up autologin for user liveuser
|
||||||
sed -i 's/#AutoLoginEnable=true/AutoLoginEnable=true/' /etc/kde/kdm/kdmrc
|
sed -i 's/^AutoUser=.*/AutoUser=liveuser/' /etc/sddm.conf
|
||||||
sed -i 's/#AutoLoginUser=fred/AutoLoginUser=liveuser/' /etc/kde/kdm/kdmrc
|
|
||||||
|
|
||||||
# set up user liveuser as default user and preselected user
|
# set up user liveuser as default user and preselected user
|
||||||
sed -i 's/#PreselectUser=Default/PreselectUser=Default/' /etc/kde/kdm/kdmrc
|
sed -i 's/^LastUser=.*/LastUser=liveuser/' /etc/sddm.conf
|
||||||
sed -i 's/#DefaultUser=johndoe/DefaultUser=liveuser/' /etc/kde/kdm/kdmrc
|
sed -i 's/^LastSession=.*/LastSession=kde-plasma.desktop/' /etc/sddm.conf
|
||||||
|
|
||||||
# add liveinst.desktop to favorites menu
|
# add liveinst.desktop to favorites menu
|
||||||
mkdir -p /home/liveuser/.kde/share/config/
|
mkdir -p /home/liveuser/.kde/share/config/
|
||||||
|
|||||||
@@ -11,8 +11,27 @@
|
|||||||
-planner
|
-planner
|
||||||
|
|
||||||
# Drop things for size
|
# Drop things for size
|
||||||
|
-@3d-printing
|
||||||
|
-brasero
|
||||||
|
-bluez
|
||||||
|
-bluez-cups
|
||||||
|
-@dial-up
|
||||||
|
-dnf
|
||||||
-firefox
|
-firefox
|
||||||
|
-gnome-bluetooth-libs
|
||||||
|
-gnome-icon-theme-symbolic
|
||||||
|
-gnome-software
|
||||||
|
-gnome-user-docs
|
||||||
|
-@guest-desktop-agents
|
||||||
-@libreoffice
|
-@libreoffice
|
||||||
|
-@mate-applications
|
||||||
|
-mate-bluetooth
|
||||||
|
-mate-icon-theme-faenza
|
||||||
|
-transmission-gtk
|
||||||
|
|
||||||
|
# Drop oversized fonts that aren't needed
|
||||||
|
-cjkuni-uming-fonts
|
||||||
|
-wqy-zenhei-fonts
|
||||||
|
|
||||||
# A web browser would be nice for a live cd
|
# A web browser would be nice for a live cd
|
||||||
midori
|
midori
|
||||||
@@ -65,8 +84,8 @@ midori
|
|||||||
-ntsysv
|
-ntsysv
|
||||||
|
|
||||||
# Drop some system-config things
|
# Drop some system-config things
|
||||||
-system-config-boot
|
|
||||||
-system-config-language
|
-system-config-language
|
||||||
|
-system-config-printer
|
||||||
-system-config-rootpassword
|
-system-config-rootpassword
|
||||||
-system-config-services
|
-system-config-services
|
||||||
-policycoreutils-gui
|
-policycoreutils-gui
|
||||||
@@ -78,4 +97,3 @@ midori
|
|||||||
rm -f /usr/share/icons/HighContrast/icon-theme.cache
|
rm -f /usr/share/icons/HighContrast/icon-theme.cache
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -24,15 +24,14 @@ part / --size 10240
|
|||||||
%packages
|
%packages
|
||||||
@xfce-desktop
|
@xfce-desktop
|
||||||
@xfce-apps
|
@xfce-apps
|
||||||
#@xfce-extra-plugins
|
|
||||||
#@xfce-media
|
|
||||||
#@xfce-office
|
|
||||||
#@firefox
|
|
||||||
|
|
||||||
# Security tools (not ready at the moment)
|
# Security tools (not ready at the moment)
|
||||||
@security-lab
|
@security-lab
|
||||||
security-menus
|
security-menus
|
||||||
|
|
||||||
|
# unlock default keyring. FIXME: Should probably be done in comps
|
||||||
|
gnome-keyring-pam
|
||||||
|
|
||||||
# save some space
|
# save some space
|
||||||
-autofs
|
-autofs
|
||||||
-acpid
|
-acpid
|
||||||
@@ -41,13 +40,16 @@ security-menus
|
|||||||
-realmd # only seems to be used in GNOME
|
-realmd # only seems to be used in GNOME
|
||||||
-PackageKit* # we switched to yumex, so we don't need this
|
-PackageKit* # we switched to yumex, so we don't need this
|
||||||
-aspell-* # dictionaries are big
|
-aspell-* # dictionaries are big
|
||||||
|
-gnumeric
|
||||||
|
-foomatic-db-ppds
|
||||||
|
-foomatic
|
||||||
|
-stix-fonts
|
||||||
|
-ibus-typing-booster
|
||||||
|
-xfce4-sensors-plugin
|
||||||
-man-pages-*
|
-man-pages-*
|
||||||
|
|
||||||
# drop some system-config things
|
# drop some system-config things
|
||||||
-system-config-boot
|
|
||||||
#-system-config-network
|
|
||||||
-system-config-rootpassword
|
-system-config-rootpassword
|
||||||
#-system-config-services
|
|
||||||
-policycoreutils-gui
|
-policycoreutils-gui
|
||||||
|
|
||||||
# exclude some packages to save some space
|
# exclude some packages to save some space
|
||||||
|
|||||||
@@ -26,8 +26,8 @@ rm -f /var/lib/rpm/__db*
|
|||||||
|
|
||||||
# Get proper release naming in the control panel
|
# Get proper release naming in the control panel
|
||||||
cat >> /boot/olpc_build << EOF
|
cat >> /boot/olpc_build << EOF
|
||||||
Sugar on a Stick 10
|
Sugar on a Stick 10 (Unknown)
|
||||||
Fedora release 20 (Heisenbug)
|
Fedora release 20 (Rawhide)
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Add our activities to the favorites
|
# Add our activities to the favorites
|
||||||
|
|||||||
@@ -12,9 +12,7 @@
|
|||||||
@lxde-apps
|
@lxde-apps
|
||||||
@lxde-media
|
@lxde-media
|
||||||
@lxde-office
|
@lxde-office
|
||||||
|
@firefox
|
||||||
# FIXME: can be omitted once comps is updated
|
|
||||||
midori
|
|
||||||
|
|
||||||
# pam-fprint causes a segfault in LXDM when enabled
|
# pam-fprint causes a segfault in LXDM when enabled
|
||||||
-fprintd-pam
|
-fprintd-pam
|
||||||
@@ -37,6 +35,9 @@ metacity
|
|||||||
#-man-pages-*
|
#-man-pages-*
|
||||||
#-words
|
#-words
|
||||||
|
|
||||||
|
# use ssmtp
|
||||||
|
ssmtp
|
||||||
|
|
||||||
# save some space
|
# save some space
|
||||||
-autofs
|
-autofs
|
||||||
-acpid
|
-acpid
|
||||||
@@ -49,7 +50,10 @@ metacity
|
|||||||
-stix-fonts
|
-stix-fonts
|
||||||
-ibus-typing-booster
|
-ibus-typing-booster
|
||||||
-xscreensaver-extras
|
-xscreensaver-extras
|
||||||
#-wqy-zenhei-fonts # FIXME: Workaround to save space, do this in comps
|
-wqy-zenhei-fonts # FIXME: Workaround to save space, do this in comps
|
||||||
|
|
||||||
|
# FIXME: can be removed once mtpaint is gone from lxde-apps in comps
|
||||||
|
-mtpaint
|
||||||
|
|
||||||
# drop some system-config things
|
# drop some system-config things
|
||||||
-system-config-boot
|
-system-config-boot
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# Exactly one of the following should be uncommented
|
# Exactly one of the following should be uncommented
|
||||||
|
|
||||||
# For the master branch the following should be uncommented
|
# For the master branch the following should be uncommented
|
||||||
#%include fedora-repo-rawhide.ks
|
%include fedora-repo-rawhide.ks
|
||||||
|
|
||||||
# For non-master branches the following should be uncommented
|
# For non-master branches the following should be uncommented
|
||||||
%include fedora-repo-not-rawhide.ks
|
# %include fedora-repo-not-rawhide.ks
|
||||||
|
|||||||
Reference in New Issue
Block a user