From: Richard W.M. Jones Date: Thu, 3 Jul 2014 18:02:43 +0000 (-0400) Subject: Add support for building on Debian/testing. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=c407dcb0a39d3b8e67cfdefb875e213f09c37908;hp=b0a096e29ec264c8a4829d18834239a032d93f99;p=supernested.git Add support for building on Debian/testing. --- diff --git a/build-supernested.sh.in b/build-supernested.sh.in index 20f6a1f..1d98416 100644 --- a/build-supernested.sh.in +++ b/build-supernested.sh.in @@ -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