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