From fa52036fe708573f6cb7021a4bfb24cc2f35babd Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 6 Jul 2017 11:45:06 +0200 Subject: misc --- repos/rhel-74.repo | 5 ++--- run-all.sh | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/repos/rhel-74.repo b/repos/rhel-74.repo index 6dc1b83..b19f49c 100644 --- a/repos/rhel-74.repo +++ b/repos/rhel-74.repo @@ -1,3 +1,2 @@ -[mkimage-rhel-74-server-snap5] -baseurl=http://spunk.home.kraxel.org/mirror/rhel/7/RHEL-7.4-20170621.0/compose/Server/$basearch/os/ - +[mkimage-rhel-74-server-rc1] +baseurl=http://spunk.home.kraxel.org/mirror/rhel/7/RHEL-7.4-20170630.1/compose/Server/$basearch/os/ diff --git a/run-all.sh b/run-all.sh index 6c618b7..c7b76cc 100755 --- a/run-all.sh +++ b/run-all.sh @@ -12,7 +12,7 @@ arm-b64) # rebuild images # ./Fedora-rpi64-fedora.sh 26 || exit 1 ./Fedora-rpi64-kraxel.sh 26 || exit 1 - ./Fedora-efi-grub2.sh 25 || exit 1 +# ./Fedora-efi-grub2.sh 25 || exit 1 ;; sirius) # rebuild images @@ -21,7 +21,7 @@ sirius) ./RHEL74-efi.sh || exit 1 ./CentOS7-efi.sh || exit 1 - linux32 ./Fedora-efi-systemd.sh 25 || exit 1 +# linux32 ./Fedora-efi-systemd.sh 25 || exit 1 ./Fedora-efi-grub2.sh 26 || exit 1 ./Fedora-efi-systemd.sh 26 || exit 1 ;; -- cgit