Missing crc kernel module on RHEL 6 / Linux 2.6.32 (fixes RHBZ#557195)
[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   btrfs-progs
14   diffutils
15   /* e4fsprogs only exists on RHEL 5, will be ignored everywhere else. */
16   e4fsprogs
17   gfs-utils
18   gfs2-utils
19   hfsplus-tools
20   iputils
21   kernel
22   MAKEDEV
23   nilfs-utils
24   ntfsprogs
25   reiserfs-utils
26   scrub
27   libselinux
28   udev
29   util-linux-ng
30 #elif DEBIAN == 1
31   bsdmainutils
32   btrfs-tools
33   /* Dependency problem prevents installation of these two:
34   gfs-tools
35   gfs2-tools
36   */
37   hfsplus
38   iproute
39   libaugeas0
40   nilfs2-tools
41   reiserfsprogs
42   udev
43   util-linux
44 #endif
45
46 bash
47 binutils
48 coreutils
49 dosfstools
50 file
51 grub
52 jfsutils
53 lsof
54 lvm2
55 module-init-tools
56 net-tools
57 ntfs-3g
58 /*
59 Enabling this pulls out 140 extra packages
60 into the appliance:
61 ocfs2-tools
62 */
63 parted
64 procps
65 strace
66 xfsprogs
67 zerofree