summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhelpers/lh_source_debian4
1 files changed, 4 insertions, 0 deletions
diff --git a/helpers/lh_source_debian b/helpers/lh_source_debian
index 13d60be..a121cd2 100755
--- a/helpers/lh_source_debian
+++ b/helpers/lh_source_debian
@@ -86,6 +86,10 @@ EOF
powerpc)
echo "yaboot" >> chroot/root/dpkg-selection.txt
;;
+
+ silo)
+ echo "silo" >> chroot/root/dpkg-selection.txt
+ ;;
esac
Chroot "xargs --arg-file=/root/dpkg-selection.txt apt-get ${APT_OPTIONS} --download-only source"