git.annexia.org
/
supernested.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0a096e
)
Add support for building on Debian/testing.
author
Richard W.M. Jones
<rjones@redhat.com>
Thu, 3 Jul 2014 18:02:43 +0000
(14:02 -0400)
committer
Richard W.M. Jones
<rjones@redhat.com>
Thu, 3 Jul 2014 18:06:36 +0000
(14:06 -0400)
build-supernested.sh.in
patch
|
blob
|
history
diff --git
a/build-supernested.sh.in
b/build-supernested.sh.in
index
20f6a1f
..
1d98416
100644
(file)
--- 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