mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-11 17:40:31 +08:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d1bbfe1211 | ||
|
|
70a40e6c09 | ||
|
|
1dee99f2c9 | ||
|
|
e081be9992 | ||
|
|
e1c6b11b78 |
@@ -51,7 +51,7 @@ btrfs / --subvol --name=root LABEL=fedora
|
||||
reboot
|
||||
|
||||
##### begin package list #############################################
|
||||
%packages --inst-langs=en
|
||||
%packages --instLangs=en
|
||||
|
||||
# Include packages for the cloud-server-environment group
|
||||
@^cloud-server-environment
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
%include fedora-container-common.ks
|
||||
|
||||
%packages --excludedocs --inst-langs=en --nocore --exclude-weakdeps
|
||||
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
||||
dnf5
|
||||
-tzdata
|
||||
%end
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
%include fedora-container-common.ks
|
||||
|
||||
%packages --excludedocs --inst-langs=en --nocore --exclude-weakdeps
|
||||
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
||||
rootfiles
|
||||
tar # https://bugzilla.redhat.com/show_bug.cgi?id=1409920
|
||||
vim-minimal
|
||||
|
||||
@@ -30,7 +30,7 @@ zerombr
|
||||
clearpart --all
|
||||
autopart --noboot --nohome --noswap --nolvm
|
||||
|
||||
%packages --excludedocs --inst-langs=en --nocore --exclude-weakdeps
|
||||
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
||||
fedora-release-container
|
||||
bash
|
||||
coreutils
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
%include fedora-container-common.ks
|
||||
|
||||
%packages --excludedocs --inst-langs=en --nocore --exclude-weakdeps
|
||||
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
||||
-fedora-release-container
|
||||
fedora-release-eln
|
||||
fedora-repos-eln
|
||||
|
||||
@@ -44,10 +44,10 @@ skyviewer
|
||||
swarp
|
||||
wcstools
|
||||
|
||||
# Observatory: KStars + INDI
|
||||
# Observatory: KStars + INDI drivers
|
||||
indi-3rdparty-drivers
|
||||
indistarter
|
||||
kstars
|
||||
libindi
|
||||
|
||||
# misc. astronomy
|
||||
#celestia
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
%include fedora-lxde-common.ks
|
||||
|
||||
# increate the disk size for compose
|
||||
part / --size 7168
|
||||
part / --size 6144
|
||||
|
||||
%post
|
||||
# LXDE and LXDM configuration
|
||||
|
||||
@@ -16,6 +16,9 @@ part / --size 10752
|
||||
|
||||
# Add robotics development packages
|
||||
@robotics-suite
|
||||
pcl-devel
|
||||
player-devel
|
||||
stage-devel
|
||||
|
||||
# Add version control packages
|
||||
git
|
||||
|
||||
@@ -23,7 +23,7 @@ firstboot --reconfig
|
||||
|
||||
%include fedora-repo.ks
|
||||
|
||||
%packages --excludedocs --exclude-weakdeps --nocore
|
||||
%packages --excludedocs --excludeWeakdeps --nocore
|
||||
bash
|
||||
fedora-modular-release
|
||||
filesystem
|
||||
|
||||
@@ -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