mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-09 00:20:31 +08:00
Compare commits
36 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d94cd77007 | ||
|
|
779c417bcd | ||
|
|
c8dc4f13f5 | ||
|
|
8011bf222f | ||
|
|
4ab5d14b10 | ||
|
|
37589abe3d | ||
|
|
59142fcc92 | ||
|
|
e4975f4c09 | ||
|
|
77f0bcbfd2 | ||
|
|
02b55984ec | ||
|
|
a29472b8c8 | ||
|
|
b6b2f1c8b1 | ||
|
|
f110c70651 | ||
|
|
359cf00301 | ||
|
|
84f578fcfc | ||
|
|
9d08686776 | ||
|
|
a60ccfaea5 | ||
|
|
b8706aa425 | ||
|
|
060a19dc48 | ||
|
|
3b11ed5a50 | ||
|
|
1afc133c89 | ||
|
|
9a220d6fa2 | ||
|
|
f0b7758285 | ||
|
|
0458ba8098 | ||
|
|
f573b2905b | ||
|
|
b8dca705d6 | ||
|
|
13a77ad28b | ||
|
|
96b509716f | ||
|
|
7e9439c5f0 | ||
|
|
802966ff92 | ||
|
|
e10a135b4d | ||
|
|
69cd14ecc8 | ||
|
|
3edb2534c5 | ||
|
|
f340f0eddf | ||
|
|
d356510dc3 | ||
|
|
6ac1f99024 |
2
Makefile
2
Makefile
@@ -1,5 +1,5 @@
|
||||
# Get the version name first by seeing if HEAD is tagged
|
||||
version := $(shell git tag --points-at HEAD -l '0.*.*' | sort -r | head -1)
|
||||
version := $(shell git tag --points-at HEAD -l '0.*.*' | head -1)
|
||||
# And if it wasn't use a git hash
|
||||
ifeq ($(version),)
|
||||
version := $(shell git log -1 --abbrev=8 --pretty=git%h)
|
||||
|
||||
@@ -5,7 +5,7 @@ selinux --enforcing
|
||||
firewall --enabled --service=mdns,ssh
|
||||
|
||||
# configure extlinux bootloader
|
||||
bootloader --extlinux
|
||||
bootloader extlinux
|
||||
|
||||
# make sure that initial-setup runs and lets us do all the configuration bits
|
||||
firstboot --reconfig
|
||||
@@ -23,8 +23,6 @@ services --enabled=ssh,NetworkManager,avahi-daemon,rsyslog,chronyd --disabled=ne
|
||||
kernel
|
||||
kernel-lpae
|
||||
|
||||
dracut-config-generic
|
||||
|
||||
chrony
|
||||
arm-boot-config
|
||||
extlinux-bootloader
|
||||
|
||||
@@ -20,4 +20,12 @@ nss-mdns
|
||||
# https://lists.fedoraproject.org/pipermail/devel/2013-July/186796.html
|
||||
-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
|
||||
|
||||
@@ -16,12 +16,12 @@
|
||||
# use the source repo, we can't just include fedora-repo.ks
|
||||
|
||||
# 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-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-source&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
|
||||
|
||||
# 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-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$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
|
||||
|
||||
# Package manifest for the compose. Uses repo group metadata to translate groups.
|
||||
# (default groups for the configured repos are added by --default)
|
||||
|
||||
@@ -27,7 +27,6 @@ font-manager
|
||||
gimp
|
||||
gimp-*-plugin
|
||||
gimp-data-extras
|
||||
gimp-paint-studio
|
||||
gimp-high-pass-filter
|
||||
gimp-normalmap
|
||||
gimp-resynthesizer
|
||||
@@ -57,6 +56,10 @@ filezilla
|
||||
audacity
|
||||
pitivi
|
||||
|
||||
# system
|
||||
# gtk-recordmydesktop # dropped for space (#887991)
|
||||
# network-manager-applet #part of Gnome Desktop
|
||||
|
||||
# fonts
|
||||
aajohan-comfortaa-fonts
|
||||
adobe-source-sans-pro-fonts
|
||||
@@ -116,6 +119,8 @@ Categories=Graphics;Documentation;
|
||||
FOE
|
||||
chmod a+x /usr/share/applications/inkscape-course.desktop
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
# Add link to the list of design tutorials
|
||||
cat >> /usr/share/applications/list-design-tutorials.desktop << FOE
|
||||
[Desktop Entry]
|
||||
@@ -129,6 +134,7 @@ Categories=Graphics;Documentation;
|
||||
FOE
|
||||
chmod a+x /usr/share/applications/list-design-tutorials.desktop
|
||||
|
||||
>>>>>>> 6d05550... design: fix link for tutorials
|
||||
# rebuild schema cache with any overrides we installed
|
||||
glib-compile-schemas /usr/share/glib-2.0/schemas
|
||||
|
||||
|
||||
@@ -11,27 +11,8 @@
|
||||
-planner
|
||||
|
||||
# Drop things for size
|
||||
-@3d-printing
|
||||
-brasero
|
||||
-bluez
|
||||
-bluez-cups
|
||||
-@dial-up
|
||||
-dnf
|
||||
-firefox
|
||||
-gnome-bluetooth-libs
|
||||
-gnome-icon-theme-symbolic
|
||||
-gnome-software
|
||||
-gnome-user-docs
|
||||
-@guest-desktop-agents
|
||||
-@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
|
||||
midori
|
||||
@@ -84,8 +65,8 @@ midori
|
||||
-ntsysv
|
||||
|
||||
# Drop some system-config things
|
||||
-system-config-boot
|
||||
-system-config-language
|
||||
-system-config-printer
|
||||
-system-config-rootpassword
|
||||
-system-config-services
|
||||
-policycoreutils-gui
|
||||
@@ -97,3 +78,4 @@ midori
|
||||
rm -f /usr/share/icons/HighContrast/icon-theme.cache
|
||||
|
||||
%end
|
||||
|
||||
|
||||
@@ -24,14 +24,15 @@ part / --size 10240
|
||||
%packages
|
||||
@xfce-desktop
|
||||
@xfce-apps
|
||||
#@xfce-extra-plugins
|
||||
#@xfce-media
|
||||
#@xfce-office
|
||||
#@firefox
|
||||
|
||||
# Security tools (not ready at the moment)
|
||||
@security-lab
|
||||
security-menus
|
||||
|
||||
# unlock default keyring. FIXME: Should probably be done in comps
|
||||
gnome-keyring-pam
|
||||
|
||||
# save some space
|
||||
-autofs
|
||||
-acpid
|
||||
@@ -40,12 +41,6 @@ gnome-keyring-pam
|
||||
-realmd # only seems to be used in GNOME
|
||||
-PackageKit* # we switched to yumex, so we don't need this
|
||||
-aspell-* # dictionaries are big
|
||||
-gnumeric
|
||||
-foomatic-db-ppds
|
||||
-foomatic
|
||||
-stix-fonts
|
||||
-ibus-typing-booster
|
||||
-xfce4-sensors-plugin
|
||||
-man-pages-*
|
||||
|
||||
# drop some system-config things
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# Exactly one of 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
|
||||
# %include fedora-repo-not-rawhide.ks
|
||||
%include fedora-repo-not-rawhide.ks
|
||||
|
||||
Reference in New Issue
Block a user