diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-06-29 10:06:55 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-06-29 10:06:55 +0200 |
commit | c4fe41e9d664a07eb61bc0165d09c854b47a0047 (patch) | |
tree | 639e8b004148e940cc66e379584d90bb9aa8171b | |
parent | cf1fe498b16d1edc913d2e7286004c49dae487dc (diff) | |
download | imagefish-c4fe41e9d664a07eb61bc0165d09c854b47a0047.tar.gz |
start f26 images
-rw-r--r-- | repos/fedora-26.repo | 13 | ||||
-rwxr-xr-x | run-all.sh | 6 |
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 @@ -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" |