mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Add OpenMandriva support as guest and host (RHBZ#1694268).
This commit is contained in:
committed by
Richard W.M. Jones
parent
f190e08d85
commit
a4ef6716b4
@@ -5,13 +5,14 @@ dnl
|
||||
dnl This file is processed by m4 with one of the
|
||||
dnl following symbols defined (depending on the distro):
|
||||
dnl
|
||||
dnl REDHAT=1 For Fedora, RHEL, EPEL and workalikes.
|
||||
dnl DEBIAN=1 For Debian.
|
||||
dnl UBUNTU=1 For Ubuntu.
|
||||
dnl ARCHLINUX=1 For Archlinux.
|
||||
dnl SUSE=1 For OpenSUSE.
|
||||
dnl FRUGALWARE=1 For Frugalware.
|
||||
dnl MAGEIA=1 For Mageia.
|
||||
dnl REDHAT=1 For Fedora, RHEL, EPEL and workalikes.
|
||||
dnl DEBIAN=1 For Debian.
|
||||
dnl UBUNTU=1 For Ubuntu.
|
||||
dnl ARCHLINUX=1 For Archlinux.
|
||||
dnl SUSE=1 For OpenSUSE.
|
||||
dnl FRUGALWARE=1 For Frugalware.
|
||||
dnl MAGEIA=1 For Mageia.
|
||||
dnl OPENMANDRIVA=1 For OpenMandriva.
|
||||
|
||||
/etc/ld.so.cache
|
||||
/lib/lsb/*
|
||||
|
||||
@@ -227,6 +227,36 @@ ifelse(MAGEIA,1,
|
||||
xz
|
||||
)
|
||||
|
||||
ifelse(OPENMANDRIVA,1,
|
||||
augeas
|
||||
cryptsetup
|
||||
chkconfig /* for /etc/init.d */
|
||||
cdrkit-genisoimage
|
||||
cdrkit-isotools
|
||||
dhcp-client
|
||||
extlinux
|
||||
grub2
|
||||
lib64hivex0
|
||||
hivex
|
||||
iproute2
|
||||
iputils
|
||||
libcap
|
||||
libjansson4
|
||||
lib64jansson4 /* lib64jansson4 does not provide libjansson4 */
|
||||
libldm
|
||||
libtirpc
|
||||
dnl syslinux uses mtools without depending on it
|
||||
mtools
|
||||
nilfs-utils
|
||||
ntfs-3g
|
||||
openssh-clients
|
||||
pcre
|
||||
libselinux
|
||||
systemd /* for /sbin/reboot and udevd */
|
||||
vim-minimal
|
||||
xz
|
||||
)
|
||||
|
||||
acl
|
||||
attr
|
||||
bash
|
||||
|
||||
Reference in New Issue
Block a user