[Pkg-uml-commit] r85 - trunk/src/rootstrap/modules

Mattia Dongili malattia at costa.debian.org
Mon May 22 23:41:11 UTC 2006


Author: malattia
Date: 2006-05-22 23:41:10 +0000 (Mon, 22 May 2006)
New Revision: 85

Modified:
   trunk/src/rootstrap/modules/debian
Log:
uncomment debootstrap options

Modified: trunk/src/rootstrap/modules/debian
===================================================================
--- trunk/src/rootstrap/modules/debian	2006-05-22 23:14:59 UTC (rev 84)
+++ trunk/src/rootstrap/modules/debian	2006-05-22 23:41:10 UTC (rev 85)
@@ -34,7 +34,7 @@
 fi
 
 echo "debootstrapping with the following opt: '$opts' for '$dist' on target '$TARGET' using mirror '$mirror' $script"
-debootstrap $dist $TARGET $mirror # $script $opts
+debootstrap $opts $dist $TARGET $mirror $script
 
 echo "deb $mirror $dist main" > $TARGET/etc/apt/sources.list
 




More information about the Pkg-uml-commit mailing list