559fc1f1399eaefd1fe4925f6284c32ae4bff664
[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   /* e4fsprogs only exists on RHEL 5, will be ignored everywhere else. */
14   e4fsprogs
15   iputils
16   kernel
17   MAKEDEV
18   ntfsprogs
19   scrub
20   libselinux
21   udev
22   util-linux-ng
23 #elif DEBIAN == 1
24   bsdmainutils
25   iproute
26   libaugeas0
27   udev
28   util-linux
29 #endif
30
31 bash
32 binutils
33 coreutils
34 dosfstools
35 file
36 grub
37 lsof
38 lvm2
39 module-init-tools
40 net-tools
41 ntfs-3g
42 procps
43 strace
44 zerofree