[Debian-live-changes] r2208 - dists/trunk/live-helper/helpers

daniel at alioth.debian.org daniel at alioth.debian.org
Tue Jun 19 14:33:21 UTC 2007


Author: daniel
Date: 2007-06-19 14:33:20 +0000 (Tue, 19 Jun 2007)
New Revision: 2208

Modified:
   dists/trunk/live-helper/helpers/lh_bootstrap_clone
Log:


Modified: dists/trunk/live-helper/helpers/lh_bootstrap_clone
===================================================================
--- dists/trunk/live-helper/helpers/lh_bootstrap_clone	2007-06-19 13:57:26 UTC (rev 2207)
+++ dists/trunk/live-helper/helpers/lh_bootstrap_clone	2007-06-19 14:33:20 UTC (rev 2208)
@@ -52,10 +52,10 @@
 Create_lockfile .lock
 
 # Read package selection
-dpkg --get-selections
+echo "`dpkg --get-selections | awk '{ print $1 }'`" > config/chroot_local-packageslists/clone
 
 # Read debconf values
-> preseed
+# preseed
 
 # Creating stage file
 Create_stagefile .stage/bootstrap




More information about the Debian-live-changes mailing list