SW: Drop qemu-kvm (qemu-system-x86 being its replacement) from GRML_FULL
authorMichael Prokop <mika@grml.org>
Tue, 31 Jul 2018 06:54:15 +0000 (08:54 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 31 Jul 2018 06:54:15 +0000 (08:54 +0200)
qemu-kvm is in `Section: oldlibs` and deborphan removes
the package anyway, even though we mark it as `--add-keep`.
There's no point in putting further effort into this,
as qemu-system-x86 provides everything what's needed nowadays.

etc/grml/fai/config/package_config/GRML_FULL
etc/grml/fai/config/scripts/GRMLBASE/40-deborphan

index 4a67fcb..5c96bec 100644 (file)
@@ -291,7 +291,6 @@ stressant
 imvirt
 open-vm-tools
 qemu-guest-agent
-qemu-kvm
 qemu-system-x86
 qemu-utils
 zerofree
index 814d5d8..b465379 100755 (executable)
@@ -25,9 +25,5 @@ if [ -r $target/usr/lib/libstdc++-libc6.2-2.so.3 -a -x $target/usr/bin/deborphan
    $ROOTCMD deborphan --add-keep libstdc++2.10-glibc2.2 || /bin/true
 fi
 
-if [ -r "$target"/usr/bin/kvm -a -x "$target"/usr/bin/deborphan ] ; then
-   $ROOTCMD deborphan --add-keep qemu-kvm || /bin/true
-fi
-
 ## END OF FILE #################################################################
 # vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=2