mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-10 09:00:30 +08:00
Compare commits
4 Commits
arm-minima
...
f38
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
69c726f753 | ||
|
|
bb780fa1bb | ||
|
|
e351fc2680 | ||
|
|
cad6175774 |
@@ -11,6 +11,10 @@ fedora-release-budgie
|
|||||||
|
|
||||||
# recommended apps
|
# recommended apps
|
||||||
@budgie-desktop-apps
|
@budgie-desktop-apps
|
||||||
|
@libreoffice
|
||||||
|
libreoffice-draw
|
||||||
|
libreoffice-math
|
||||||
|
thunderbird
|
||||||
|
|
||||||
# Exclude unwanted packages from @anaconda-tools group
|
# Exclude unwanted packages from @anaconda-tools group
|
||||||
-gfs2-utils
|
-gfs2-utils
|
||||||
|
|||||||
@@ -57,7 +57,6 @@ freecol
|
|||||||
freedoom
|
freedoom
|
||||||
freedroidrpg
|
freedroidrpg
|
||||||
frozen-bubble
|
frozen-bubble
|
||||||
gl-117
|
|
||||||
# glob2 - currently broken
|
# glob2 - currently broken
|
||||||
lincity-ng
|
lincity-ng
|
||||||
#tmw - currently broken
|
#tmw - currently broken
|
||||||
|
|||||||
@@ -18,6 +18,8 @@
|
|||||||
# for nm applet
|
# for nm applet
|
||||||
gnome-keyring
|
gnome-keyring
|
||||||
|
|
||||||
|
# for sddm
|
||||||
|
sddm-x11
|
||||||
|
|
||||||
# l10n
|
# l10n
|
||||||
@lxqt-l10n
|
@lxqt-l10n
|
||||||
|
|||||||
@@ -133,7 +133,6 @@ tmux
|
|||||||
rlwrap
|
rlwrap
|
||||||
hexchat
|
hexchat
|
||||||
fig2ps
|
fig2ps
|
||||||
bibtex2html
|
|
||||||
hevea
|
hevea
|
||||||
|
|
||||||
#Include Mozilla Firefox
|
#Include Mozilla Firefox
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# fedora-server-vm-full.ks (rel. 1.01)
|
# fedora-server-vm-full.ks (rel. 1.02)
|
||||||
# Kickstart file to build a Fedora Server Edition VM disk image.
|
# Kickstart file to build a Fedora Server Edition VM disk image.
|
||||||
# The image aims to resemble as close as technically possible the
|
# The image aims to resemble as close as technically possible the
|
||||||
# full features of a Fedora Server Edition in a virtual machine.
|
# full features of a Fedora Server Edition in a virtual machine.
|
||||||
@@ -174,6 +174,11 @@ touch /etc/machine-id
|
|||||||
##### begin custom post script (after base) #########################
|
##### begin custom post script (after base) #########################
|
||||||
%post
|
%post
|
||||||
|
|
||||||
|
# When we build the image /var/log gets populated.
|
||||||
|
# Let's clean it up.
|
||||||
|
echo "Cleanup leftover in /var/log"
|
||||||
|
cd /var/log && find . -name \* -type f -delete
|
||||||
|
|
||||||
echo "Zeroing out empty space."
|
echo "Zeroing out empty space."
|
||||||
# Create zeros file with nodatacow and no compression
|
# Create zeros file with nodatacow and no compression
|
||||||
touch /var/tmp/zeros
|
touch /var/tmp/zeros
|
||||||
@@ -192,10 +197,5 @@ rm -f /etc/systemd/system/default.target
|
|||||||
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
||||||
echo .
|
echo .
|
||||||
|
|
||||||
# When we build the image /var/log gets populated.
|
|
||||||
# Let's clean it up.
|
|
||||||
echo "Cleanup leftover in /var/log"
|
|
||||||
rm -rf /var/log/*
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
##### end custom post script ########################################
|
##### end custom post script ########################################
|
||||||
|
|||||||
Reference in New Issue
Block a user