debian: Enable more packages in packagelist.in.
[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   cryptsetup-luks
15   diffutils
16   e2fsprogs
17   /* e4fsprogs only exists on RHEL 5, will be ignored everywhere else. */
18   e4fsprogs
19   gfs-utils
20   gfs2-utils
21   hfsplus-tools
22   iputils
23   kernel
24   MAKEDEV
25   nilfs-utils
26   ntfsprogs
27   ntfs-3g
28   reiserfs-utils
29   libselinux
30   udev
31   util-linux-ng
32   vim-minimal
33   xz
34   zfs-fuse
35 #elif DEBIAN == 1
36   bsdmainutils
37   btrfs-tools
38   cryptsetup
39   e2fsprogs
40   gfs-tools
41   gfs2-tools
42   hfsplus
43   iproute
44   libaugeas0
45   linux-image
46   nilfs2-tools
47   ntfs-3g
48   ntfsprogs
49   reiserfsprogs
50   udev
51   util-linux
52   vim-tiny
53   xz-utils
54   zfs-fuse
55 #endif
56
57 bash
58 binutils
59 coreutils
60 dosfstools
61 file
62 findutils
63 grep
64 grub
65 gzip
66 jfsutils
67 lsof
68 lvm2
69 module-init-tools
70 net-tools
71 /*
72 Enabling this pulls out 140 extra packages
73 into the appliance:
74 ocfs2-tools
75 */
76 parted
77 procps
78 scrub
79 strace
80 tar
81 xfsprogs
82 zerofree