From c407dcb0a39d3b8e67cfdefb875e213f09c37908 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 3 Jul 2014 14:02:43 -0400 Subject: [PATCH] Add support for building on Debian/testing. --- build-supernested.sh.in | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 1.8.3.1