X-Git-Url: http://git.annexia.org/?p=supernested.git;a=blobdiff_plain;f=build-supernested.sh.in;fp=build-supernested.sh.in;h=1d984164a0fd339d758e005e21b95487156fd512;hp=20f6a1fc8308a8ffff5871da50aa1690de73b70b;hb=c407dcb0a39d3b8e67cfdefb875e213f09c37908;hpb=b0a096e29ec264c8a4829d18834239a032d93f99 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