Add 'setcon', 'getcon' commands to set and get the SELinux context.
[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   iputils
14   kernel
15   MAKEDEV
16   ntfsprogs
17   scrub
18   libselinux
19   udev
20   util-linux-ng
21 #elif DEBIAN == 1
22   bsdmainutils
23   iproute
24   libaugeas0
25   udev
26   util-linux
27 #endif
28
29 bash
30 binutils
31 coreutils
32 dosfstools
33 file
34 grub
35 lsof
36 lvm2
37 module-init-tools
38 net-tools
39 ntfs-3g
40 procps
41 strace
42 zerofree