mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-10 09:00:30 +08:00
Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a2bb6793db | ||
|
|
f9ac9f9ddc | ||
|
|
176a09fe80 | ||
|
|
69af25020c | ||
|
|
4912db2d9d | ||
|
|
82222e16e8 | ||
|
|
6e55750be4 | ||
|
|
0da52a87fd | ||
|
|
ec16205216 | ||
|
|
3fb39f8710 | ||
|
|
045ff6a282 |
@@ -33,7 +33,7 @@ dnf-yum # https://fedorahosted.org/fesco/ticket/1312#comment:29
|
||||
dnf-plugins-core
|
||||
-dosfstools
|
||||
-e2fsprogs
|
||||
fedora-release-container
|
||||
fedora-release-toolbx
|
||||
findutils
|
||||
flatpak-spawn
|
||||
fpaste
|
||||
|
||||
@@ -8,6 +8,5 @@ autopart --type=btrfs --noswap
|
||||
-initial-setup
|
||||
-initial-setup-gui
|
||||
gnome-initial-setup
|
||||
anaconda-webui
|
||||
|
||||
%end
|
||||
|
||||
@@ -19,7 +19,7 @@ autopart --nohome --noswap --type=plain
|
||||
|
||||
# Equivalent of %include fedora-repo.ks
|
||||
# Pull from the ostree repo that was created during the compose
|
||||
ostreesetup --nogpg --osname=fedora-iot --remote=fedora-iot --url=https://kojipkgs.fedoraproject.org/compose/iot/repo/ --ref=fedora/rawhide/${basearch}/iot
|
||||
ostreesetup --nogpg --osname=fedora-iot --remote=fedora-iot --url=https://kojipkgs.fedoraproject.org/compose/iot/repo/ --ref=fedora/40/${basearch}/iot
|
||||
|
||||
reboot
|
||||
|
||||
@@ -34,14 +34,14 @@ fi
|
||||
|
||||
# Set the origin to the "main ref", distinct from /updates/ which is where bodhi writes.
|
||||
# We want consumers of this image to track the two week releases.
|
||||
ostree admin set-origin --index 0 fedora-iot https://dl.fedoraproject.org/iot/repo/ "fedora/rawhide/${arch}/iot"
|
||||
ostree admin set-origin --index 0 fedora-iot https://dl.fedoraproject.org/iot/repo/ "fedora/40/${arch}/iot"
|
||||
|
||||
# Make sure the ref we're supposedly sitting on (according
|
||||
# to the updated origin) exists.
|
||||
ostree refs "fedora-iot:fedora/rawhide/${arch}/iot" --create "fedora-iot:fedora/rawhide/${arch}/iot"
|
||||
ostree refs "fedora-iot:fedora/40/${arch}/iot" --create "fedora-iot:fedora/40/${arch}/iot"
|
||||
|
||||
# Remove the old ref so that the commit eventually gets cleaned up.
|
||||
ostree refs "fedora-iot:fedora/rawhide/${arch}/iot" --delete
|
||||
ostree refs "fedora-iot:fedora/40/${arch}/iot" --delete
|
||||
|
||||
# delete/add the remote with new options to enable gpg verification
|
||||
# and to point them at the cdn url
|
||||
|
||||
@@ -13,6 +13,9 @@
|
||||
%include fedora-live-minimization.ks
|
||||
%include fedora-i3-common.ks
|
||||
|
||||
# need a bigger /
|
||||
part / --size 6000
|
||||
|
||||
%post
|
||||
# i3 configuration
|
||||
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
%include fedora-live-minimization.ks
|
||||
%include fedora-lxqt-common.ks
|
||||
|
||||
# need a bigger /
|
||||
part / --size 6000
|
||||
|
||||
%packages
|
||||
dracut-config-generic
|
||||
%end
|
||||
|
||||
@@ -19,7 +19,6 @@ part / --size 10752
|
||||
pcl-devel
|
||||
player-devel
|
||||
stage-devel
|
||||
mrpt-devel
|
||||
|
||||
# Add version control packages
|
||||
git
|
||||
|
||||
@@ -12,8 +12,7 @@
|
||||
%include fedora-live-minimization.ks
|
||||
%include fedora-scientific-common.ks
|
||||
|
||||
# The recommended part size for DVDs is too close to use for the scientific spin
|
||||
part / --size 15000
|
||||
part / --size 17000
|
||||
|
||||
%post
|
||||
|
||||
|
||||
@@ -10,11 +10,10 @@
|
||||
#
|
||||
#include snippets/packagekit-cached-metadata.ks
|
||||
|
||||
part / --size 7750
|
||||
part / --size 8192
|
||||
|
||||
%packages
|
||||
gnome-initial-setup
|
||||
anaconda-webui
|
||||
%end
|
||||
|
||||
%post
|
||||
|
||||
@@ -20,12 +20,6 @@ fusion-icon
|
||||
# blacklist applications which breaks mate-desktop
|
||||
-audacious
|
||||
|
||||
# see https://bugzilla.redhat.com/show_bug.cgi?id=2068699
|
||||
# and https://bugzilla.redhat.com/show_bug.cgi?id=1933494
|
||||
# use earlyoom instead of systemd-oomd-defaults
|
||||
earlyoom
|
||||
-systemd-oomd-defaults
|
||||
|
||||
# office
|
||||
@libreoffice
|
||||
|
||||
|
||||
@@ -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