cannot locate Kickstart (*.ks) file for Fedora Scientific 37 or 38
by raob
I followed the link, but the link for the kickstart file for Fedora Labs
Scientific version states the link is retired.
Do you know where I can find the kickstart file for Fedora Labs
Scientific 37 or 38 or the complete list of packages that are installed
in this Labs version of Fedora?
I started here:
https://docs.fedoraproject.org/en-US/releases/f38/spins/
Then, I went here: https://fedoraproject.org/wiki/Scientific_Spin
Then, I clicked that link above, which is here:
https://git.fedorahosted.org/cgit/spin-kickstarts.git/tree/fedora-livedvd...
And, when I go there, I am greeted by a statement, which reads,
"fedorahosted.org was retired on March 1st, 2017. If you are viewing
this page, odds are it's after that date and you have been redirected
here by attempting to go to some project on fedorahosted.org.”
3 months
[fedora-kickstarts] branch main updated (101c5ac -> fae2f44)
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 101c5ac ELN: drop unneeded GPG keys
add fae2f44 clean up some armhfp remnants
No new revisions were added by this update.
Summary of changes:
fedora-disk-base.ks | 13 +------------
fedora-iot.ks | 12 ------------
2 files changed, 1 insertion(+), 24 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
3 months, 1 week
[design-suite] Use workstation style installation
by Luya Tshimbalanga
Hello team,
Currently, Design Suite allows anaconda to create an user account. How
to set up the installation to use first boot to create user account
similar to Fedora Workstation? Thanks in advance.
--
Luya Tshimbalanga
Fedora Design Team
Fedora Design Suite maintainer
3 months, 3 weeks
[fedora-kickstarts] 01/01: Branch Fedora 38 from rawhide
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
humaton pushed a commit to branch f38
in repository fedora-kickstarts.
commit b33a044e15464f64abbaa318d44ac5aa9869e19c
Author: Samyak Jain <samyak.jn11(a)gmail.com>
AuthorDate: Mon Feb 6 07:14:11 2023 +0000
Branch Fedora 38 from rawhide
Signed-off-by: Samyak Jain <samyak.jn11(a)gmail.com>
---
fedora-iot.ks | 8 ++++----
fedora-repo.ks | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/fedora-iot.ks b/fedora-iot.ks
index a52cb86..cb1eeff 100644
--- a/fedora-iot.ks
+++ b/fedora-iot.ks
@@ -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/devel/${basearch}/iot
reboot
@@ -45,14 +45,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/devel/${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/devel/${arch}/iot" --create "fedora-iot:fedora/devel/${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/devel/${arch}/iot" --delete
# delete/add the remote with new options to enable gpg verification
# and to point them at the cdn url
diff --git a/fedora-repo.ks b/fedora-repo.ks
index 9c7dfff..a0232f0 100644
--- a/fedora-repo.ks
+++ b/fedora-repo.ks
@@ -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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
4 months
[fedora-kickstarts] branch f38 created (now b33a044)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
humaton pushed a change to branch f38
in repository fedora-kickstarts.
at b33a044 Branch Fedora 38 from rawhide
This branch includes the following new commits:
new b33a044 Branch Fedora 38 from rawhide
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
4 months
[fedora-kickstarts] branch main updated (6f645b8 -> 101c5ac)
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 6f645b8 Merge #937 `fedora-soas-common: Restore plymouth to initrd for boot animation.`
add 101c5ac ELN: drop unneeded GPG keys
No new revisions were added by this update.
Summary of changes:
fedora-eln-container-base.ks | 4 ----
1 file changed, 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
4 months
[fedora-kickstarts] branch f36 updated (dfbad4b -> 4697b2d)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
kevin pushed a change to branch f36
in repository fedora-kickstarts.
from dfbad4b increase size of kde live a bit to have everything fit in rawhide
add 4697b2d fedora-soas-common: Restore plymouth to initrd for boot animation.
No new revisions were added by this update.
Summary of changes:
fedora-soas-common.ks | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
4 months
[fedora-kickstarts] branch f37 updated (a000cf7 -> 6fbeb2e)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
kevin pushed a change to branch f37
in repository fedora-kickstarts.
from a000cf7 IoT: Update for F-37 stable
add 6fbeb2e fedora-soas-common: Restore plymouth to initrd for boot animation.
No new revisions were added by this update.
Summary of changes:
fedora-soas-common.ks | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
4 months
[fedora-kickstarts] branch main updated (fde0309 -> 6f645b8)
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 fde0309 phosh: Add disk kickstarts to produce image file
add 883f4ef fedora-soas-common: Restore plymouth to initrd for boot animation.
new 6f645b8 Merge #937 `fedora-soas-common: Restore plymouth to initrd for boot animation.`
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
fedora-soas-common.ks | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
4 months
[fedora-kickstarts] branch main updated (1a41824 -> fde0309)
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 1a41824 fedora-live-base: Drop post processing for file additions.
add fde0309 phosh: Add disk kickstarts to produce image file
No new revisions were added by this update.
Summary of changes:
fedora-disk-soas.ks => fedora-disk-phosh.ks | 2 +-
fedora-phosh-common.ks | 13 +++++++++++++
2 files changed, 14 insertions(+), 1 deletion(-)
copy fedora-disk-soas.ks => fedora-disk-phosh.ks (73%)
create mode 100644 fedora-phosh-common.ks
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
4 months