mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
builder: Fix URL for RHEL 7.2 ppc64le images.
This commit is contained in:
@@ -37,7 +37,7 @@ guestroot=/dev/rhel-l/root
|
||||
case $version in
|
||||
7.*)
|
||||
major=7
|
||||
topurl=http://download.devel.redhat.com/released/RHEL-LE-$major/$version
|
||||
topurl=http://download.devel.redhat.com/released/RHEL-$major/$version
|
||||
tree=$topurl/Server/ppc64le/os
|
||||
baseurl=$tree
|
||||
srpms=$topurl/Server/source/tree
|
||||
|
||||
Reference in New Issue
Block a user