mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-10 09:00:30 +08:00
Compare commits
22 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
becb8f7b89 | ||
|
|
ddfcfc68fa | ||
|
|
3d0080cf04 | ||
|
|
d39c5a37b9 | ||
|
|
030ae28c34 | ||
|
|
aed60a7078 | ||
|
|
51d1bb00f8 | ||
|
|
22be5d94da | ||
|
|
5345c35554 | ||
|
|
cf118093e3 | ||
|
|
b806637b11 | ||
|
|
c0c9418ee3 | ||
|
|
132707e051 | ||
|
|
35bf985e34 | ||
|
|
46a40768a7 | ||
|
|
9f254062c3 | ||
|
|
d94b86c888 | ||
|
|
1e408e1110 | ||
|
|
93977c162f | ||
|
|
c0c5d4d1a8 | ||
|
|
557782f553 | ||
|
|
96293933a1 |
@@ -4,7 +4,7 @@
|
|||||||
lang C
|
lang C
|
||||||
keyboard us
|
keyboard us
|
||||||
timezone US/Eastern
|
timezone US/Eastern
|
||||||
auth --useshadow --enablemd5
|
auth --useshadow --passalgo=sha512
|
||||||
selinux --permissive
|
selinux --permissive
|
||||||
firewall --disabled
|
firewall --disabled
|
||||||
bootloader --timeout=1 --append="acpi=force"
|
bootloader --timeout=1 --append="acpi=force"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
lang en_US.UTF-8
|
lang en_US.UTF-8
|
||||||
#keyboard us
|
#keyboard us
|
||||||
auth --useshadow --enablemd5
|
auth --useshadow --passalgo=sha512
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
firewall --enabled --service=mdns,ssh
|
firewall --enabled --service=mdns,ssh
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
pidgin
|
pidgin
|
||||||
hexchat
|
hexchat
|
||||||
transmission
|
transmission
|
||||||
totem
|
parole
|
||||||
|
|
||||||
# unlock default keyring. FIXME: Should probably be done in comps
|
# unlock default keyring. FIXME: Should probably be done in comps
|
||||||
gnome-keyring-pam
|
gnome-keyring-pam
|
||||||
@@ -25,9 +25,4 @@ gnome-keyring-pam
|
|||||||
-fedora-icon-theme
|
-fedora-icon-theme
|
||||||
-PackageKit* # we switched to yumex, so we don't need this
|
-PackageKit* # we switched to yumex, so we don't need this
|
||||||
|
|
||||||
# no bluetooth support
|
%end
|
||||||
-bluez
|
|
||||||
-bluez-cups
|
|
||||||
-NetworkManager-bluetooth
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ lang en_US.UTF-8
|
|||||||
keyboard us
|
keyboard us
|
||||||
timezone --utc Etc/UTC
|
timezone --utc Etc/UTC
|
||||||
|
|
||||||
auth --useshadow --enablemd5
|
auth --useshadow --passalgo=sha512
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
rootpw --lock --iscrypted locked
|
rootpw --lock --iscrypted locked
|
||||||
user --name=none
|
user --name=none
|
||||||
@@ -40,7 +40,7 @@ reboot
|
|||||||
%post --erroronfail
|
%post --erroronfail
|
||||||
# See https://github.com/projectatomic/rpm-ostree/issues/42
|
# See https://github.com/projectatomic/rpm-ostree/issues/42
|
||||||
ostree remote delete fedora-atomic
|
ostree remote delete fedora-atomic
|
||||||
ostree remote add --set=gpg-verify=false fedora-atomic 'http://dl.fedoraproject.org/pub/fedora/linux/atomic/rawhide/'
|
ostree remote add --set=gpg-verify=false fedora-atomic 'https://dl.fedoraproject.org/pub/fedora/linux/atomic/rawhide/'
|
||||||
|
|
||||||
# older versions of livecd-tools do not follow "rootpw --lock" line above
|
# older versions of livecd-tools do not follow "rootpw --lock" line above
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=964299
|
# https://bugzilla.redhat.com/show_bug.cgi?id=964299
|
||||||
@@ -48,6 +48,10 @@ passwd -l root
|
|||||||
# remove the user anaconda forces us to make
|
# remove the user anaconda forces us to make
|
||||||
userdel -r none
|
userdel -r none
|
||||||
|
|
||||||
|
# Configure docker-storage-setup to resize the partition table on boot
|
||||||
|
# https://github.com/projectatomic/docker-storage-setup/pull/25
|
||||||
|
echo 'GROWPART=true' > /etc/sysconfig/docker-storage-setup
|
||||||
|
|
||||||
echo -n "Getty fixes"
|
echo -n "Getty fixes"
|
||||||
# although we want console output going to the serial console, we don't
|
# although we want console output going to the serial console, we don't
|
||||||
# actually have the opportunity to login there. FIX.
|
# actually have the opportunity to login there. FIX.
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ lang en_US.UTF-8
|
|||||||
keyboard us
|
keyboard us
|
||||||
timezone --utc Etc/UTC
|
timezone --utc Etc/UTC
|
||||||
|
|
||||||
auth --useshadow --enablemd5
|
auth --useshadow --passalgo=sha512
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
rootpw --lock --iscrypted locked
|
rootpw --lock --iscrypted locked
|
||||||
user --name=none
|
user --name=none
|
||||||
@@ -116,8 +116,9 @@ ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
|||||||
echo .
|
echo .
|
||||||
|
|
||||||
# this is installed by default but we don't need it in virt
|
# this is installed by default but we don't need it in virt
|
||||||
echo "Removing linux-firmware package."
|
# Commenting out the following for #1234504
|
||||||
dnf -C -y erase linux-firmware
|
#echo "Removing linux-firmware package."
|
||||||
|
#dnf -C -y erase linux-firmware
|
||||||
|
|
||||||
# Remove firewalld; was supposed to be optional in F18+, but is pulled in
|
# Remove firewalld; was supposed to be optional in F18+, but is pulled in
|
||||||
# in install/image building.
|
# in install/image building.
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ lang en_US.UTF-8
|
|||||||
keyboard us
|
keyboard us
|
||||||
timezone --utc Etc/UTC
|
timezone --utc Etc/UTC
|
||||||
|
|
||||||
auth --useshadow --enablemd5
|
auth --useshadow --passalgo=sha512
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
rootpw --lock --iscrypted locked
|
rootpw --lock --iscrypted locked
|
||||||
user --name=none
|
user --name=none
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ lang en_US.UTF-8
|
|||||||
keyboard us
|
keyboard us
|
||||||
timezone --utc Etc/UTC
|
timezone --utc Etc/UTC
|
||||||
|
|
||||||
auth --useshadow --enablemd5
|
auth --useshadow --passalgo=sha512
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
rootpw --lock --iscrypted locked
|
rootpw --lock --iscrypted locked
|
||||||
user --name=none
|
user --name=none
|
||||||
|
|||||||
164
fedora-live-astronomy_kde.ks
Normal file
164
fedora-live-astronomy_kde.ks
Normal file
@@ -0,0 +1,164 @@
|
|||||||
|
#fedora-live-astronomy-kde.ks
|
||||||
|
# With KDE Desktop
|
||||||
|
|
||||||
|
# Fedora Astronomy: For astronomers and astrophysicists
|
||||||
|
# Fedora-Astronomy aims to create a Fedora which has the generic
|
||||||
|
# toolset for the astronomer
|
||||||
|
#
|
||||||
|
# Web: https://fedoraproject.org/wiki/SIGs/Astronomy/AstroSpin
|
||||||
|
#
|
||||||
|
# Partly based on Scientific KDE Spin
|
||||||
|
# https://fedoraproject.org/wiki/Scientific_Spin
|
||||||
|
#
|
||||||
|
|
||||||
|
# Maintainer: Christian Dersch <lupinix@fedoraproject.org>
|
||||||
|
# https://fedoraproject.org/wiki/User:Lupinix
|
||||||
|
|
||||||
|
%include fedora-live-kde.ks
|
||||||
|
|
||||||
|
# The recommended part size for DVDs is too close to use for the astronomy spin
|
||||||
|
part / --size 12288
|
||||||
|
|
||||||
|
%packages
|
||||||
|
|
||||||
|
# Installing the default/mandatory packages from engineering & scientific
|
||||||
|
@engineering-and-scientific
|
||||||
|
|
||||||
|
# astronomical data analysis
|
||||||
|
cdsclient
|
||||||
|
fpack
|
||||||
|
gcx
|
||||||
|
psfex
|
||||||
|
saoimage
|
||||||
|
scamp
|
||||||
|
sextractor
|
||||||
|
siril
|
||||||
|
skyviewer
|
||||||
|
swarp
|
||||||
|
|
||||||
|
# Observatory: KStars + INDI drivers + Skychart
|
||||||
|
indi-aagcloudwatcher
|
||||||
|
indi-apogee
|
||||||
|
indi-eqmod
|
||||||
|
indi-gphoto
|
||||||
|
indi-sx
|
||||||
|
kstars
|
||||||
|
skychart
|
||||||
|
skychart-data-dso
|
||||||
|
skychart-data-stars
|
||||||
|
stellarium
|
||||||
|
|
||||||
|
# misc. astronomy
|
||||||
|
celestia
|
||||||
|
xvarstar
|
||||||
|
|
||||||
|
# Some astro environment stuff
|
||||||
|
astronomy-bookmarks
|
||||||
|
astronomy-menus
|
||||||
|
astronomy-menus-toplevel
|
||||||
|
|
||||||
|
#Devel tools
|
||||||
|
|
||||||
|
#Install the mandatory packages from dev-tools and dev-libs
|
||||||
|
# C/C++ compiler, gdb, autotools, bison, flex, make, strace..
|
||||||
|
@development-tools
|
||||||
|
@development-libs
|
||||||
|
@c-development
|
||||||
|
@rpm-development-tools
|
||||||
|
# for astronomy
|
||||||
|
cfitsio-devel
|
||||||
|
CCfits-devel
|
||||||
|
libnova-devel
|
||||||
|
wcslib-devel
|
||||||
|
|
||||||
|
|
||||||
|
#python 2 tools/libraries not included from the groups
|
||||||
|
python-tools
|
||||||
|
python-ipython
|
||||||
|
python-ipython-console
|
||||||
|
python-ipython-notebook
|
||||||
|
sympy
|
||||||
|
python-networkx
|
||||||
|
python-pandas
|
||||||
|
# Python astronomy
|
||||||
|
astropy-tools
|
||||||
|
python-astropy
|
||||||
|
python-astroML
|
||||||
|
python-photutils
|
||||||
|
python-sep
|
||||||
|
pyephem
|
||||||
|
APLpy
|
||||||
|
ATpy
|
||||||
|
|
||||||
|
|
||||||
|
#python 3 and tools/libraries not included from the groups
|
||||||
|
python3
|
||||||
|
python3-tools
|
||||||
|
python3-matplotlib
|
||||||
|
python3-scipy
|
||||||
|
python3-numpy
|
||||||
|
python3-ipython
|
||||||
|
python3-ipython-console
|
||||||
|
python3-ipython-notebook
|
||||||
|
python3-sympy
|
||||||
|
python3-networkx
|
||||||
|
python3-pandas
|
||||||
|
# Python 3 astronomy
|
||||||
|
python3-astropy
|
||||||
|
python3-astroML
|
||||||
|
python3-APLpy
|
||||||
|
python3-ATpy
|
||||||
|
python3-photutils
|
||||||
|
python3-sep
|
||||||
|
|
||||||
|
# matplotlib backends
|
||||||
|
python-matplotlib-qt4
|
||||||
|
python-matplotlib-qt5
|
||||||
|
python-matplotlib-tk
|
||||||
|
python3-matplotlib-qt4
|
||||||
|
python3-matplotlib-qt5
|
||||||
|
python3-matplotlib-tk
|
||||||
|
|
||||||
|
|
||||||
|
# Python IDE very useful for scientific use
|
||||||
|
spyder
|
||||||
|
|
||||||
|
|
||||||
|
#Version control- a GUI for each as well
|
||||||
|
|
||||||
|
# Installing rapidsvn will also install subversion package
|
||||||
|
rapidsvn
|
||||||
|
git
|
||||||
|
git-gui
|
||||||
|
# Mercurial
|
||||||
|
mercurial
|
||||||
|
mercurial-hgk
|
||||||
|
|
||||||
|
#Backup Utilities
|
||||||
|
backintime-kde
|
||||||
|
|
||||||
|
#Drawing, Picture viewing tools, Visualization tools
|
||||||
|
dia
|
||||||
|
gimp
|
||||||
|
inkscape
|
||||||
|
kst
|
||||||
|
kst-docs
|
||||||
|
kst-fits
|
||||||
|
scidavis
|
||||||
|
|
||||||
|
#Misc. Utils
|
||||||
|
ImageMagick
|
||||||
|
kate
|
||||||
|
kate-plugins
|
||||||
|
rlwrap
|
||||||
|
screen
|
||||||
|
|
||||||
|
# Omit KDE 4 translations for now: https://bugzilla.redhat.com/show_bug.cgi?id=1197940
|
||||||
|
-kde-l10n-*
|
||||||
|
-calligra-l10n-*
|
||||||
|
|
||||||
|
%end
|
||||||
|
|
||||||
|
%post
|
||||||
|
|
||||||
|
%end
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
lang en_US.UTF-8
|
lang en_US.UTF-8
|
||||||
keyboard us
|
keyboard us
|
||||||
timezone US/Eastern
|
timezone US/Eastern
|
||||||
auth --useshadow --enablemd5
|
auth --useshadow --passalgo=sha512
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
firewall --enabled --service=mdns
|
firewall --enabled --service=mdns
|
||||||
xconfig --startxonboot
|
xconfig --startxonboot
|
||||||
@@ -47,6 +47,9 @@ anaconda
|
|||||||
# Need aajohan-comfortaa-fonts for the SVG rnotes images
|
# Need aajohan-comfortaa-fonts for the SVG rnotes images
|
||||||
aajohan-comfortaa-fonts
|
aajohan-comfortaa-fonts
|
||||||
|
|
||||||
|
# Without this, initramfs generation during live image creation fails: #1242586
|
||||||
|
dracut-live
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@@ -193,6 +196,9 @@ systemctl --no-reload disable atd.service 2> /dev/null || :
|
|||||||
systemctl stop crond.service 2> /dev/null || :
|
systemctl stop crond.service 2> /dev/null || :
|
||||||
systemctl stop atd.service 2> /dev/null || :
|
systemctl stop atd.service 2> /dev/null || :
|
||||||
|
|
||||||
|
# Don't sync the system clock when running live (RHBZ #1018162)
|
||||||
|
sed -i 's/rtcsync//' /etc/chrony.conf
|
||||||
|
|
||||||
# Mark things as configured
|
# Mark things as configured
|
||||||
touch /.liveimg-configured
|
touch /.liveimg-configured
|
||||||
|
|
||||||
|
|||||||
@@ -10,8 +10,7 @@
|
|||||||
%include fedora-live-minimization.ks
|
%include fedora-live-minimization.ks
|
||||||
%include fedora-cinnamon-packages.ks
|
%include fedora-cinnamon-packages.ks
|
||||||
|
|
||||||
# DVD payload
|
part / --size=6144
|
||||||
part / --size=6656
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
# cinnamon configuration
|
# cinnamon configuration
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# - Bruno Wolff III <bruno@wolff.to>
|
# - Bruno Wolff III <bruno@wolff.to>
|
||||||
# - Formerly maintained by Rahul Sundaram
|
# - Formerly maintained by Rahul Sundaram
|
||||||
|
|
||||||
%include fedora-livecd-xfce.ks
|
%include fedora-live-xfce.ks
|
||||||
|
|
||||||
# The recommended part size for DVDs is too close to use for the games spin
|
# The recommended part size for DVDs is too close to use for the games spin
|
||||||
part / --size 10240
|
part / --size 10240
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
%include fedora-live-minimization.ks
|
%include fedora-live-minimization.ks
|
||||||
|
|
||||||
# DVD payload
|
# DVD payload
|
||||||
part / --size=4096
|
part / --size=6144
|
||||||
|
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
|||||||
@@ -14,8 +14,6 @@ part / --size 6144
|
|||||||
# Drop things for size
|
# Drop things for size
|
||||||
-@3d-printing
|
-@3d-printing
|
||||||
-brasero
|
-brasero
|
||||||
-bluez
|
|
||||||
-bluez-cups
|
|
||||||
-colord
|
-colord
|
||||||
-fedora-icon-theme
|
-fedora-icon-theme
|
||||||
-GConf2
|
-GConf2
|
||||||
@@ -29,7 +27,6 @@ part / --size 6144
|
|||||||
|
|
||||||
-@mate-applications
|
-@mate-applications
|
||||||
-mate-icon-theme-faenza
|
-mate-icon-theme-faenza
|
||||||
-NetworkManager-bluetooth
|
|
||||||
|
|
||||||
# Drop oversized fonts that aren't needed
|
# Drop oversized fonts that aren't needed
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
%packages
|
%packages
|
||||||
-PackageKit* # we switched to yumex, so we don't need this
|
-PackageKit* # we switched to yumex, so we don't need this
|
||||||
-ConsoleKit # ConsoleKit is deprecated
|
|
||||||
-ConsoleKit-x11 # ConsoleKit is deprecated
|
|
||||||
firefox
|
firefox
|
||||||
@mate
|
@mate
|
||||||
compiz
|
compiz
|
||||||
@@ -18,14 +16,13 @@ emerald-themes
|
|||||||
emerald
|
emerald
|
||||||
fusion-icon
|
fusion-icon
|
||||||
fusion-icon-gtk
|
fusion-icon-gtk
|
||||||
@libreoffice
|
|
||||||
@networkmanager-submodules
|
@networkmanager-submodules
|
||||||
|
blueman
|
||||||
|
|
||||||
# some apps from mate-applications
|
# some apps from mate-applications
|
||||||
caja-actions
|
caja-actions
|
||||||
mate-disk-usage-analyzer
|
mate-disk-usage-analyzer
|
||||||
mate-netspeed
|
mate-netspeed
|
||||||
mate-themes-extras
|
|
||||||
|
|
||||||
# more backgrounds
|
# more backgrounds
|
||||||
f22-backgrounds-mate
|
f22-backgrounds-mate
|
||||||
@@ -36,8 +33,13 @@ f21-backgrounds-extras-mate
|
|||||||
system-config-printer
|
system-config-printer
|
||||||
system-config-printer-applet
|
system-config-printer-applet
|
||||||
|
|
||||||
# audio player
|
# audio video
|
||||||
audacious
|
parole
|
||||||
|
exaile
|
||||||
|
PackageKit-gstreamer-plugin
|
||||||
|
|
||||||
|
# blacklist applications which breaks mate-desktop
|
||||||
|
-audacious
|
||||||
|
|
||||||
# office
|
# office
|
||||||
@libreoffice
|
@libreoffice
|
||||||
@@ -49,6 +51,4 @@ rp-pppoe
|
|||||||
# desktop image at some point. We won't touch this one for now.
|
# desktop image at some point. We won't touch this one for now.
|
||||||
nss-mdns
|
nss-mdns
|
||||||
|
|
||||||
# This one needs to be kicked out of @standard
|
|
||||||
-smartmontools
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
Reference in New Issue
Block a user