define REDHAT and DEBIAN
[libguestfs.git] / appliance / packagelist.in
1 /* This is the list of distro packages which are
2  * installed on the appliance.
3  *
4  * This file is processed by cpp with one of the
5  * following symbols defined (depending on the distro):
6  *
7  *   REDHAT=1     For Fedora, RHEL, EPEL and workalikes.
8  *   DEBIAN=1     For Debian based distros.
9  */
10
11 #if REDHAT == 1
12   augeas-libs
13   iputils
14   kernel
15   MAKEDEV
16   ntfsprogs
17   scrub
18   util-linux-ng
19 #elif DEBIAN == 1
20   bsdmainutils
21   iproute
22   libaugeas0
23   util-linux
24 #endif
25
26 bash
27 binutils
28 coreutils
29 dosfstools
30 file
31 grub
32 lsof
33 lvm2
34 module-init-tools
35 net-tools
36 ntfs-3g
37 procps
38 strace
39 zerofree
40