Install this version:
emerge -a =app-emulation/qemu-init-scripts-0.3.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-emulation/qemu-init-scripts-0.3.0
Or alternatively:
emerge --autounmask-write -a =app-emulation/qemu-init-scripts-0.3.0
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Kvm and qemu init scripts"
HOMEPAGE="https://gitweb.gentoo.org/proj/kvm-tools.git/"
SRC_URI="https://dev.gentoo.org/~dolsen/releases/${PN}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT=0
KEYWORDS="~amd64 ~x86"
RDEPEND="
app-emulation/qemu
net-misc/socat"
S="${WORKDIR}/${PN}"
PATCHES=( "${FILESDIR}"/openrc-run.patch )
src_install() {
newinitd "${S}/"qemu-init-script qemu
newconfd "${S}/"qemu-conf.example qemu.conf.example
newsbin "${S}/"qtap-manipulate qtap-manipulate
dosym qemu /etc/init.d/kvm
}
pkg_postinst() {
elog "For bridging networking systems, you need these run time utilities:"
elog " net-misc/bridge-utils"
elog " sys-apps/usermode-utilities"
elog ""
elog "We will be updating these scripts to use"
elog "iptables exclusively in the future"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | qemu-init-scripts-0.3.0.tar.xz | 4584 bytes | https://dev.gentoo.org/~dolsen/releases/qemu-init-scripts/qemu-init-scripts-0.3.0.tar.xz |