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

Daniel Baumann daniel at alioth.debian.org
Tue May 1 14:19:34 UTC 2007


Author: daniel
Date: 2007-05-01 14:19:34 +0000 (Tue, 01 May 2007)
New Revision: 1211

Modified:
   dists/trunk/live-helper/helpers/lh_binary_debian-installer
Log:


Modified: dists/trunk/live-helper/helpers/lh_binary_debian-installer
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-05-01 13:22:48 UTC (rev 1210)
+++ dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-05-01 14:19:34 UTC (rev 1211)
@@ -177,7 +177,7 @@
 	ArchiveDir	"binary";
 	// OverrideDir	"";
 	// CacheDir	"";
-	// FileListDir	"";
+	FileListDir	"cache/indices_debian-installer";
 };
 
 Default
@@ -201,6 +201,7 @@
 	// Contents::Header
 	// BinCacheDB		"cache.\$(DIST).\$(SECTION).\$(ARCH)";
 	// FileList		"filelist.\$(DIST).\$(SECTION).\$(ARCH)";
+	FileList		"filelist";
 	// BinOverride		"override.\$(DIST).\$(SECTION)";
 };
 
@@ -211,6 +212,10 @@
 };
 EOF
 
+cd binary
+find pool -name "*.deb" | sort > ../cache/indices_debian-installer/filelist
+cd "${OLDPWD}"
+
 cat > cache/indices_debian-installer/release << EOF
 APT::FTPArchive::Release::Origin	"Debian";
 APT::FTPArchive::Release::Label		"Debian";
@@ -225,5 +230,13 @@
 apt-ftparchive generate cache/indices_debian-installer/archive
 apt-ftparchive -c cache/indices_debian-installer/release -o APT::FTPArchive::Release::Description="Last updated: `date -R`" release binary/dists/${LIVE_DISTRIBUTION} > binary/dists/${LIVE_DISTRIBUTION}/Release
 
+mkdir binary/.disk
+echo "main" > binary/.disk/base_components
+touch binary/.disk/base_installable
+echo "not_complete" > binary/.disk/cd_type
+#echo "Debian GNU/Linux 4.0 r0 \"Etch\" - Official i386 NETINST Binary-1 20070407-11:29" > binary/.disk/info
+echo "Debian GNU/Linux ${LIVE_DISTRIBUTION} - Unofficial ${LIVE_ARCHITECTURE} NETINST Binary-1 `date +%Y%m%d-%H:%M`" > binary/.disk/info
+touch binary/.disk/mkisofs
+
 # Creating stage file
 Create_stagefile .stage/binary_debian-installer




More information about the Debian-live-changes mailing list