aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-06-29 10:06:55 +0200
committerGerd Hoffmann <kraxel@redhat.com>2017-06-29 10:06:55 +0200
commitc4fe41e9d664a07eb61bc0165d09c854b47a0047 (patch)
tree639e8b004148e940cc66e379584d90bb9aa8171b
parentcf1fe498b16d1edc913d2e7286004c49dae487dc (diff)
downloadimagefish-c4fe41e9d664a07eb61bc0165d09c854b47a0047.tar.gz
start f26 images
-rw-r--r--repos/fedora-26.repo13
-rwxr-xr-xrun-all.sh6
2 files changed, 18 insertions, 1 deletions
diff --git a/repos/fedora-26.repo b/repos/fedora-26.repo
new file mode 100644
index 0000000..1be7be7
--- /dev/null
+++ b/repos/fedora-26.repo
@@ -0,0 +1,13 @@
+[mkimage-fedora-26-server]
+baseurl=http://spunk.home.kraxel.org/mirror/fedora/rsync/f26-release/Server/$basearch/os/
+enabled=0
+
+[mkimage-fedora-26-everything]
+baseurl=http://ftp.halifax.rwth-aachen.de/fedora/linux/releases/26/Everything/$basearch/os/
+proxy=http://spunk.home.kraxel.org:3128
+enabled=0
+
+[mkimage-fedora-26-everything-beta]
+baseurl=http://ftp.halifax.rwth-aachen.de/fedora/linux/development/26/Everything/$basearch/os/
+proxy=http://spunk.home.kraxel.org:3128
+enabled=1
diff --git a/run-all.sh b/run-all.sh
index 4b06e04..fc76913 100755
--- a/run-all.sh
+++ b/run-all.sh
@@ -28,7 +28,11 @@ nilsson)
sirius)
# rebuild images
export IMAGEFISH_DESTDIR="/vmdisk/hdd/imagefish"
- ./RHEL73-efi.sh || exit 1
+# ./RHEL73-efi.sh || exit 1
+# ./Fedora-efi-grub2.sh 25 || exit 1
+ ./Fedora-efi-systemd.sh 25 || exit 1
+# ./Fedora-efi-grub2.sh 26 || exit 1
+ ./Fedora-efi-systemd.sh 26 || exit 1
;;
*)
echo "unknown host, don't know what to do"