Added packages for Archlinux support
authorThomas S Hatch <thatch45@gmail.com>
Fri, 10 Dec 2010 05:04:24 +0000 (22:04 -0700)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 10 Dec 2010 09:29:27 +0000 (09:29 +0000)
appliance/packagelist.in
configure.ac

index e852f4d..23d1ef4 100644 (file)
@@ -7,6 +7,7 @@
  *   REDHAT=1     For Fedora, RHEL, EPEL and workalikes.
  *   DEBIAN=1     For Debian.
  *   UBUNTU=1     For Ubuntu.
  *   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. */
  */
 
 /* Basically the same with a few minor tweaks. */
   zfs-fuse
 #endif /* DEBIAN */
 
   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
 bash
 binutils
 coreutils
index 013a4e8..538a4b5 100644 (file)
@@ -213,6 +213,9 @@ if test "x$enable_appliance" = "xyes"; then
             DISTRO=UBUNTU
        fi
     fi
             DISTRO=UBUNTU
        fi
     fi
+    if test -f /etc/arch-release; then
+        DISTRO=ARCHLINUX
+    fi
     AC_MSG_RESULT([$DISTRO])
     AC_SUBST([DISTRO])
 fi
     AC_MSG_RESULT([$DISTRO])
     AC_SUBST([DISTRO])
 fi