Add support for building on Debian/testing.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 3 Jul 2014 18:02:43 +0000 (14:02 -0400)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 3 Jul 2014 18:06:36 +0000 (14:06 -0400)
build-supernested.sh.in

index 20f6a1f..1d98416 100644 (file)
@@ -42,6 +42,16 @@ if [[ "$distro" =~ ^fedora- ]]; then
         systemd
         util-linux
     "
+elif [[ "$distro" =~ ^debian- ]]; then
+    packages="
+        bash
+        coreutils
+        grep
+        qemu-system-x86
+        sgabios
+        sysvinit-core
+        util-linux
+    "
 else
     echo "$0: $distro not known.  You need to edit this script to add support for this distro."
     exit 1