search for: preinstall_args

Displaying 4 results from an estimated 4 matches for "preinstall_args".

2017 Mar 17
0
[PATCH 4/4] p2v: virt-p2v-make-disk: prevent daemons to run on Debian
...ile="$datadir/dependencies.debian" + cat > $tmpdir/policy-rc.d <<'EOF' +#!/bin/sh +# Avoid running daemons during the upgrade/installation +exit 101 +EOF + chmod +x $tmpdir/policy-rc.d + # Double quotes because we want $tmpdir to be expanded: + preinstall_args=" + --upload $tmpdir/policy-rc.d:/usr/sbin/policy-rc.d + " + final_args=" + --delete /usr/sbin/policy-rc.d + " ;; archlinux-*) depsfile="$datadir/dependencies.archlinux" @@ -229,6 +242,7 @@ virt-builder &quo...
2019 Sep 26
1
[p2v PATCH] make-disk: set p2v.local as 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 "$install"...
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
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