[fedora-kickstarts] branch main updated (28856f3 -> efcff0a)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
siosm pushed a change to branch main
in repository fedora-kickstarts.
from 28856f3 Drop langpacks exclusion
add efcff0a fedora-kde-common: Install KDE PIM Apps
No new revisions were added by this update.
Summary of changes:
fedora-kde-common.ks | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
1 month, 4 weeks
[fedora-kickstarts] branch main updated (73f8848 -> 28856f3)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
ngompa pushed a change to branch main
in repository fedora-kickstarts.
from 73f8848 Explicitly include langpacks-core-font-en for ELN
add 28856f3 Drop langpacks exclusion
No new revisions were added by this update.
Summary of changes:
fedora-eln-guest.ks | 3 ---
1 file changed, 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
2 months
[fedora-kickstarts] branch main updated (77aa7d2 -> 73f8848)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
ngompa pushed a change to branch main
in repository fedora-kickstarts.
from 77aa7d2 Fixed an incorrect delete command.
add 73f8848 Explicitly include langpacks-core-font-en for ELN
No new revisions were added by this update.
Summary of changes:
fedora-eln-guest.ks | 3 +++
1 file changed, 3 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
2 months
[fedora-kickstarts] branch f38 updated: Fixed an incorrect delete command.
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
kevin pushed a commit to branch f38
in repository fedora-kickstarts.
The following commit(s) were added to refs/heads/f38 by this push:
new bb780fa Fixed an incorrect delete command.
bb780fa is described below
commit bb780fa1bbf7f03fc5ae3b4cfce6703e08913aa2
Author: Peter Boy <pb(a)resdigita.de>
AuthorDate: Wed Mar 22 23:59:52 2023 +0100
Fixed an incorrect delete command.
---
fedora-server-vm-full.ks | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/fedora-server-vm-full.ks b/fedora-server-vm-full.ks
index 967c5d1..8f7b4e2 100644
--- a/fedora-server-vm-full.ks
+++ b/fedora-server-vm-full.ks
@@ -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.
# The image aims to resemble as close as technically possible the
# 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) #########################
%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."
# Create zeros file with nodatacow and no compression
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
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 custom post script ########################################
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
2 months
[fedora-kickstarts] branch main updated (d447917 -> 77aa7d2)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
kevin pushed a change to branch main
in repository fedora-kickstarts.
from d447917 arm: Update Raspberry Pi config to use universal firmware
add 77aa7d2 Fixed an incorrect delete command.
No new revisions were added by this update.
Summary of changes:
fedora-server-vm-full.ks | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
2 months
[fedora-kickstarts] branch main updated (2a5abd5 -> d447917)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
kevin pushed a change to branch main
in repository fedora-kickstarts.
from 2a5abd5 Don't exclude langpacks-en explicitly
add d447917 arm: Update Raspberry Pi config to use universal firmware
No new revisions were added by this update.
Summary of changes:
fedora-disk-base.ks | 4 ++--
fedora-iot.ks | 5 +++--
fedora-modular-disk-minimal.ks | 9 ---------
3 files changed, 5 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
2 months, 1 week
[fedora-kickstarts] branch main updated (0f52405 -> 2a5abd5)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
ngompa pushed a change to branch main
in repository fedora-kickstarts.
from 0f52405 Add libreoffice and thunderbird for Budgie Spin
add 2a5abd5 Don't exclude langpacks-en explicitly
No new revisions were added by this update.
Summary of changes:
fedora-eln-guest.ks | 5 -----
1 file changed, 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
2 months, 1 week
[fedora-kickstarts] branch f38 updated (cad6175 -> e351fc2)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
ngompa pushed a change to branch f38
in repository fedora-kickstarts.
from cad6175 Drop retired packages from scientific and games kickstarts
add e351fc2 Add libreoffice and thunderbird for Budgie Spin
No new revisions were added by this update.
Summary of changes:
fedora-budgie-common.ks | 4 ++++
1 file changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
2 months, 2 weeks
[fedora-kickstarts] branch main updated (89fe3c8 -> 0f52405)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
ngompa pushed a change to branch main
in repository fedora-kickstarts.
from 89fe3c8 Drop retired packages from scientific and games kickstarts
add 0f52405 Add libreoffice and thunderbird for Budgie Spin
No new revisions were added by this update.
Summary of changes:
fedora-budgie-common.ks | 4 ++++
1 file changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
2 months, 2 weeks
[fedora-kickstarts] branch f38 updated (c0297b2 -> cad6175)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
kevin pushed a change to branch f38
in repository fedora-kickstarts.
from c0297b2 Don't exclude xkeyboard-config from minimal images (#2175244)
add cad6175 Drop retired packages from scientific and games kickstarts
No new revisions were added by this update.
Summary of changes:
fedora-live-games.ks | 1 -
fedora-scientific-common.ks | 1 -
2 files changed, 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
2 months, 3 weeks