[SCM] Debian Live build scripts branch, master, updated. 1.0.0-2-29-g7907c9a

Chris Lamb chris at chris-lamb.co.uk
Tue Sep 9 19:20:41 UTC 2008


The following commit has been merged in the master branch:
commit 5de2bd54e82325ba4dc019908feb9a0cc3b81beb
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Tue Sep 9 20:13:28 2008 +0100

    Add silo to sparc source package selection.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

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"

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list