[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#414818: setting $LOCAL breaks the installer. missing main in base_components



Package: debian-cd
Severity: |important|
Tags: Patch
X-Debbugs-CC: debian-edu@lists.debian.org
Usertags: *debian-edu*@lists.debian.org

if $LOCAL is set, .disk/base_components is overwritten with "local", while it should be appended. This breaks debian-edu cd installer, and possiblely other CCD's too.
Ronny Aasen


Index: tools/start_new_disc
===================================================================
--- tools/start_new_disc	(revision 1372)
+++ tools/start_new_disc	(working copy)
@@ -124,7 +124,7 @@
 	echo "  Adding .disk/base_components"
 	echo "main" > $CDDIR/.disk/base_components
 	if [ -n "$LOCAL" ] ; then
-		echo "local" > $CDDIR/.disk/base_components
+		echo "local" >> $CDDIR/.disk/base_components
 	fi
 
 	echo "  Adding .disk/cd_type"

Reply to: