Displaying 5 results from an estimated 5 matches for "arch_option".
Did you mean:
ac_option
2019 Sep 26
1
[p2v PATCH] make-disk: set p2v.local as hostname
...d to set the hostname
+# also for the appliance itself, so scriptlets can properly use
+# the hostname we want.
virt-builder "$osversion" \
$verbose_option \
--output "$output" \
$arch_option \
$preinstall_args \
+ --hostname p2v.local \
+ --run-command 'hostname p2v.local' \
--update \
--install &...
2017 Mar 17
0
[PATCH 4/4] p2v: virt-p2v-make-disk: prevent daemons to run on Debian
...;;
archlinux-*)
depsfile="$datadir/dependencies.archlinux"
@@ -229,6 +242,7 @@ virt-builder "$osversion" \
$verbose_option \
--output "$output" \
$arch_option \
+ $preinstall_args \
--update \
--install "$install" \
--root-password password:p2v \
@@ -251,7 +265...
2017 Mar 17
5
[PATCH 0/4] p2v: fix virt-p2v-make-disk on Debian
Hi,
this small series fixes the generation of Debian-based images using
virt-p2v-make-disk. With this series, the image can boot fine, X is
started, and the p2v interface appears. I haven't tried an actual
conversion, but I don't think there are Debian-specific problems
preventing that.
Thanks,
Pino Toscano (4):
p2v: fix Gtk dependencies on Debian
p2v: remove
2016 Oct 10
0
[PATCH] p2v: Compress virt-p2v binary and store it in $libdir/virt-p2v (RHBZ#1382275).
...IR"
+ libdir="$VIRT_P2V_DATA_DIR"
else
datadir="@datadir@/virt-p2v"
- host_libexecdir="@libexecdir@"
+ libdir="@libdir@/virt-p2v"
fi
# Parse the command line arguments.
@@ -144,16 +139,16 @@ fi
if [ -n "$arch" ]; then
arch_option="--arch $arch"
- virt_p2v_binary="$host_libexecdir/virt-p2v.$arch"
+ virt_p2v_xz_binary="$libdir/virt-p2v.$arch.xz"
else
- virt_p2v_binary="$host_libexecdir/virt-p2v"
+ virt_p2v_xz_binary="$libdir/virt-p2v.xz"
fi
-if [ ! -f "$vi...
2019 Sep 10
3
[PATCH 0/2] Remove virt-p2v from libguestfs
Now that virt-p2v has its own repository [1] and releases [2], it is
time to remove it from libguestfs.
[1] https://github.com/libguestfs/virt-p2v
[2] http://download.libguestfs.org/virt-p2v/
Pino Toscano (2):
Remove virt-p2v
Remove remaining virt-p2v bits
.gitignore | 4 -
Makefile.am | 7 +-
bash/Makefile.am