diff options
author | Thomas S Hatch <thatch45@gmail.com> | 2010-12-09 22:04:24 -0700 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-12-10 09:29:27 +0000 |
commit | 8dafeaa477f9e3d2fde827b8de4b44d66b661b69 (patch) | |
tree | 7f7fd85d19ac8ff48eec3c0108816fb3c30c654b /appliance | |
parent | 4164e9966456896379f964edb5f0676920f4bba2 (diff) | |
download | libguestfs-8dafeaa477f9e3d2fde827b8de4b44d66b661b69.tar.gz libguestfs-8dafeaa477f9e3d2fde827b8de4b44d66b661b69.tar.xz libguestfs-8dafeaa477f9e3d2fde827b8de4b44d66b661b69.zip |
Added packages for Archlinux support
Diffstat (limited to 'appliance')
-rw-r--r-- | appliance/packagelist.in | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/appliance/packagelist.in b/appliance/packagelist.in index e852f4d4..23d1ef41 100644 --- a/appliance/packagelist.in +++ b/appliance/packagelist.in @@ -7,6 +7,7 @@ * REDHAT=1 For Fedora, RHEL, EPEL and workalikes. * DEBIAN=1 For Debian. * UBUNTU=1 For Ubuntu. + * ARCHLINUX=1 For Archlinux. */ /* Basically the same with a few minor tweaks. */ @@ -65,6 +66,27 @@ zfs-fuse #endif /* DEBIAN */ +#ifdef ARCHLINUX + kernel26 + vim + btrfs-progs-unstable + cryptsetup + diffutils + augeas + zfs-fuse + hfsprogs + e2fsprogs + grub + iputils + nilfs-utils + ntfsprogs + ntfs-3g + reiserfsprogs + udev + util-linux-ng + xz +#endif /* ARCHLINUX */ + bash binutils coreutils |