Don't rebuild the whole appliance if just the /init script has been changed.
[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   udev
19   util-linux-ng
20 #elif DEBIAN == 1
21   bsdmainutils
22   iproute
23   libaugeas0
24   udev
25   util-linux
26 #endif
27
28 bash
29 binutils
30 coreutils
31 dosfstools
32 file
33 grub
34 lsof
35 lvm2
36 module-init-tools
37 net-tools
38 ntfs-3g
39 procps
40 strace
41 zerofree
42