r2813 - in dists/trunk/live-initramfs: debian docs hooks

daniel at alioth.debian.org daniel at alioth.debian.org
Sat Sep 1 10:01:06 UTC 2007


Author: daniel
Date: 2007-09-01 10:01:06 +0000 (Sat, 01 Sep 2007)
New Revision: 2813

Modified:
   dists/trunk/live-initramfs/debian/control
   dists/trunk/live-initramfs/docs/ChangeLog
   dists/trunk/live-initramfs/hooks/live
Log:


Modified: dists/trunk/live-initramfs/debian/control
===================================================================
--- dists/trunk/live-initramfs/debian/control	2007-08-30 15:20:18 UTC (rev 2812)
+++ dists/trunk/live-initramfs/debian/control	2007-09-01 10:01:06 UTC (rev 2813)
@@ -11,7 +11,7 @@
 Package: live-initramfs
 Architecture: all
 Depends: ${misc:Depends}, file, initramfs-tools, sudo, user-setup
-Recommends: eject, live-initscripts
+Recommends: eject, wget, live-initscripts
 Suggests: genext2fs, squashfs-tools
 Description: Debian Live initramfs hook
  live-initramfs is a hook for the initramfs-tools, used to generate a initramfs

Modified: dists/trunk/live-initramfs/docs/ChangeLog
===================================================================
--- dists/trunk/live-initramfs/docs/ChangeLog	2007-08-30 15:20:18 UTC (rev 2812)
+++ dists/trunk/live-initramfs/docs/ChangeLog	2007-09-01 10:01:06 UTC (rev 2813)
@@ -3,6 +3,9 @@
 	* scripts/live-bottom/12fstab:
 	  - By default, we do not have fstab, so it is save to just append the
 	    unionfs mount rather than overwritting it.
+	* hooks/live:
+	  - Including wget if available.
+	* Uploaded 1.96.2-1.
 
 2007-08-21  Daniel Baumann  <daniel at debian.org>
 

Modified: dists/trunk/live-initramfs/hooks/live
===================================================================
--- dists/trunk/live-initramfs/hooks/live	2007-08-30 15:20:18 UTC (rev 2812)
+++ dists/trunk/live-initramfs/hooks/live	2007-09-01 10:01:06 UTC (rev 2813)
@@ -114,3 +114,9 @@
 copy_exec /sbin/udevtrigger /sbin
 copy_exec /sbin/udevsettle /sbin
 copy_exec /usr/bin/udevinfo /bin
+
+# Program: wget
+if [ -x /usr/bin/wget ]
+then
+	copy_exec /usr/bin/wget /bin
+fi




More information about the debian-live-changes mailing list