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