mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
builder: Fix rhel-ppc64le guestroot to match reality.
This commit is contained in:
@@ -32,7 +32,7 @@ fi
|
||||
version=$1
|
||||
output=rhel-$version-ppc64le
|
||||
tmpname=tmp-$(tr -cd 'a-f0-9' < /dev/urandom | head -c 8)
|
||||
guestroot=/dev/rhel-l/root
|
||||
guestroot=/dev/rhel/root
|
||||
|
||||
case $version in
|
||||
7.*)
|
||||
|
||||
Reference in New Issue
Block a user