[Debian-live-changes] r1020 - in dists/trunk/live-helper: doc
helpers
Daniel Baumann
daniel at alioth.debian.org
Wed Apr 11 09:56:31 UTC 2007
Author: daniel
Date: 2007-04-11 09:56:30 +0000 (Wed, 11 Apr 2007)
New Revision: 1020
Modified:
dists/trunk/live-helper/doc/ChangeLog
dists/trunk/live-helper/helpers/lh_source_download
Log:
Modified: dists/trunk/live-helper/doc/ChangeLog
===================================================================
--- dists/trunk/live-helper/doc/ChangeLog 2007-04-11 09:54:24 UTC (rev 1019)
+++ dists/trunk/live-helper/doc/ChangeLog 2007-04-11 09:56:30 UTC (rev 1020)
@@ -1,9 +1,12 @@
2007-04-11 Daniel Baumann <daniel at debian.org>
* Merging from sidux fllbuilder 1.0.4:
+ - functions/chroot: Added LH_DEBCONF_NOWARNINGS.
- helpers/lh_chroot_linuximage: Added additional options to
kernel-img.conf.
- - functions/chroot: Added LH_DEBCONF_NOWARNINGS.
+ - helpers/lh_chroot_proc: Made binfmt umount conditional.
+ * helpers/lh_source_download:
+ - Added LIVE_BOOTLOADER to the list of source packages.
2007-04-10 Daniel Baumann <daniel at debian.org>
Modified: dists/trunk/live-helper/helpers/lh_source_download
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_download 2007-04-11 09:54:24 UTC (rev 1019)
+++ dists/trunk/live-helper/helpers/lh_source_download 2007-04-11 09:56:30 UTC (rev 1020)
@@ -55,6 +55,7 @@
# Download sources
Chroot "dpkg --get-selections" | awk '{ print $1 }' > chroot/root/dpkg-selection.txt
+ echo "${LIVE_BOOTLOADER}" >> chroot/root/dpkg-selection.txt
#echo "live-helper" >> chroot/root/dpkg-selection.txt
Chroot "xargs --arg-file=/root/dpkg-selection.txt apt-get source --download-only"
rm -f chroot/root/dpkg-selection.txt
More information about the Debian-live-changes
mailing list