search for: final_arg

Displaying 3 results from an estimated 3 matches for "final_arg".

Did you mean: final_args
2017 Mar 17
0
[PATCH 4/4] p2v: virt-p2v-make-disk: prevent daemons to run on Debian
...in/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 "$osversion" \ $verbose_option \ --output &qu...
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