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