mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 14:03:09 +00:00
Fix ostree root
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
092d7dd9c3
commit
fb439767f5
@ -55,8 +55,7 @@ sub post_fail_hook {
|
|||||||
# the ostree deploy root
|
# the ostree deploy root
|
||||||
my $root = "";
|
my $root = "";
|
||||||
if (get_var("CANNED")) {
|
if (get_var("CANNED")) {
|
||||||
# finding the actual host system root is fun for ostree...
|
$root = "/ostree/deploy/fedora";
|
||||||
$root = "/ostree/deploy/fedora/deploy/*.?";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# We can't rely on tar being in minimal installs, but we also can't
|
# We can't rely on tar being in minimal installs, but we also can't
|
||||||
|
Loading…
Reference in New Issue
Block a user