debian: Include ntfsprogs in the appliance.
[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   /* Dependency problem prevents installation of these two:
40   gfs-tools
41   gfs2-tools
42   */
43   hfsplus
44   iproute
45   libaugeas0
46   linux-image
47   nilfs2-tools
48   ntfsprogs
49   reiserfsprogs
50   udev
51   util-linux
52   vim-tiny
53   xz-utils
54   /* Can't be installed under debirf because the fuse-utils post script
55      requires udevd to be running.
56   ntfs-3g
57   zfs-fuse
58   */
59 #endif
60
61 bash
62 binutils
63 coreutils
64 dosfstools
65 file
66 grub
67 jfsutils
68 lsof
69 lvm2
70 module-init-tools
71 net-tools
72 /*
73 Enabling this pulls out 140 extra packages
74 into the appliance:
75 ocfs2-tools
76 */
77 parted
78 procps
79 scrub
80 strace
81 xfsprogs
82 zerofree