search for: create_virt_builder_disk

Displaying 2 results from an estimated 2 matches for "create_virt_builder_disk".

2018 Feb 06
2
Re: [libvirt] [PATCH tck] Relabel SELinux when customizing virt-builder image
...lib/Sys/Virt/TCK.pm | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/lib/Sys/Virt/TCK.pm b/lib/Sys/Virt/TCK.pm >> index e9da8d2..b39f578 100644 >> --- a/lib/Sys/Virt/TCK.pm >> +++ b/lib/Sys/Virt/TCK.pm >> @@ -405,7 +405,7 @@ sub create_virt_builder_disk { >> } >> >> print "# running virt-builder $osname\n"; >> - system "virt-builder", "--install", "dsniff", "--root-password", "password:$password", "--output", $target, $osname; >> +...
2018 Feb 07
0
Re: [libvirt] [PATCH tck] Relabel SELinux when customizing virt-builder image
...gt;> 1 file changed, 1 insertion(+), 1 deletion(-) > >> > >> diff --git a/lib/Sys/Virt/TCK.pm b/lib/Sys/Virt/TCK.pm > >> index e9da8d2..b39f578 100644 > >> --- a/lib/Sys/Virt/TCK.pm > >> +++ b/lib/Sys/Virt/TCK.pm > >> @@ -405,7 +405,7 @@ sub create_virt_builder_disk { > >> } > >> > >> print "# running virt-builder $osname\n"; > >> - system "virt-builder", "--install", "dsniff", "--root-password", "password:$password", "--output", $target, $o...