[Debian-live-changes] r1993 - in dists/trunk/live-helper: debian docs helpers manpages

daniel at alioth.debian.org daniel at alioth.debian.org
Sun Jun 10 08:34:25 UTC 2007


Author: daniel
Date: 2007-06-10 08:34:25 +0000 (Sun, 10 Jun 2007)
New Revision: 1993

Modified:
   dists/trunk/live-helper/debian/changelog
   dists/trunk/live-helper/docs/ChangeLog
   dists/trunk/live-helper/helpers/lh_binary_grub
   dists/trunk/live-helper/helpers/lh_binary_rootfs
   dists/trunk/live-helper/helpers/lh_binary_syslinux
   dists/trunk/live-helper/helpers/lh_binary_yaboot
   dists/trunk/live-helper/manpages/live-helper.en.7
Log:


Modified: dists/trunk/live-helper/debian/changelog
===================================================================
--- dists/trunk/live-helper/debian/changelog	2007-06-08 21:18:28 UTC (rev 1992)
+++ dists/trunk/live-helper/debian/changelog	2007-06-10 08:34:25 UTC (rev 1993)
@@ -1,6 +1,7 @@
 live-helper (1.0~a14-1) unstable; urgency=medium
 
-  * New upstream release.
+  * New upstream release:
+    - fixes typo in manpage (Closes: #428192).
 
  -- Daniel Baumann <daniel at debian.org>  Mon, 11 Jun 2007 00:00:00 +0200
 

Modified: dists/trunk/live-helper/docs/ChangeLog
===================================================================
--- dists/trunk/live-helper/docs/ChangeLog	2007-06-08 21:18:28 UTC (rev 1992)
+++ dists/trunk/live-helper/docs/ChangeLog	2007-06-10 08:34:25 UTC (rev 1993)
@@ -1,3 +1,11 @@
+2007-06-10  Daniel Baumann  <daniel at debian.org>
+
+	* helpers/lh_binary_grub, lh_binary_rootfs, lh_binary_yaboot,
+	  lh_binary_syslinux:
+	  - Fixed some typos as found by Peter Holik <holik at it-technology.at>.
+	* manpages/live-helper.en.7:
+	  - Fixed typo.
+
 2007-06-08  Daniel Baumann  <daniel at debian.org>
 
 	* helpers/make-live:

Modified: dists/trunk/live-helper/helpers/lh_binary_grub
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_grub	2007-06-08 21:18:28 UTC (rev 1992)
+++ dists/trunk/live-helper/helpers/lh_binary_grub	2007-06-10 08:34:25 UTC (rev 1993)
@@ -151,7 +151,7 @@
 
 if [ -n "${LIVE_HOSTNAME}" ]
 then
-	case "${LIVE_INITRAMFS}" in
+	case "${LH_INITRAMFS}" in
 		casper)
 			LIVE_BOOTAPPEND="${LIVE_BOOTAPPEND} hostname=${LIVE_HOSTNAME}"
 			;;

Modified: dists/trunk/live-helper/helpers/lh_binary_rootfs
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_rootfs	2007-06-08 21:18:28 UTC (rev 1992)
+++ dists/trunk/live-helper/helpers/lh_binary_rootfs	2007-06-10 08:34:25 UTC (rev 1993)
@@ -74,7 +74,7 @@
 			rm -f binary/${INITFS}/filesystem.ext2
 		fi
 
-		DU_DIM="`du -ks chroot | cut -f1`"
+		DU_DIM="`du -ks chroot/chroot | cut -f1`"
 		REAL_DIM="`expr ${DU_DIM} + ${DU_DIM} / 20`" # Just 5% more to be sure, need something more sophistcated here...
 
 		Chroot "genext2fs --size-in-blocks=${REAL_DIM} --reserved-blocks=0 --root=chroot filesystem.ext2"

Modified: dists/trunk/live-helper/helpers/lh_binary_syslinux
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_syslinux	2007-06-08 21:18:28 UTC (rev 1992)
+++ dists/trunk/live-helper/helpers/lh_binary_syslinux	2007-06-10 08:34:25 UTC (rev 1993)
@@ -163,7 +163,7 @@
 
 if [ -n "${LIVE_HOSTNAME}" ]
 then
-	case "${LIVE_INITRAMFS}" in
+	case "${LH_INITRAMFS}" in
 		casper)
 			LIVE_BOOTAPPEND="${LIVE_BOOTAPPEND} hostname=${LIVE_HOSTNAME}"
 			;;

Modified: dists/trunk/live-helper/helpers/lh_binary_yaboot
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_yaboot	2007-06-08 21:18:28 UTC (rev 1992)
+++ dists/trunk/live-helper/helpers/lh_binary_yaboot	2007-06-10 08:34:25 UTC (rev 1993)
@@ -139,7 +139,7 @@
 
 if [ -n "${LIVE_HOSTNAME}" ]
 then
-	case "${LIVE_INITRAMFS}" in
+	case "${LH_INITRAMFS}" in
 		casper)
 			LIVE_BOOTAPPEND="${LIVE_BOOTAPPEND} hostname=${LIVE_HOSTNAME}"
 			;;

Modified: dists/trunk/live-helper/manpages/live-helper.en.7
===================================================================
--- dists/trunk/live-helper/manpages/live-helper.en.7	2007-06-08 21:18:28 UTC (rev 1992)
+++ dists/trunk/live-helper/manpages/live-helper.en.7	2007-06-10 08:34:25 UTC (rev 1993)
@@ -102,7 +102,7 @@
 .IP "\fIlh_chroot_proc\fR(1)" 4
 mounts /proc in the chroot.
 .IP "\fIlh_chroot_resolv\fR(1)" 4
-configures /etc/resolf.conf in the chroot.
+configures /etc/resolv.conf in the chroot.
 .IP "\fIlh_chroot_sources\fR(1)" 4
 configures /etc/apt/sources.list in the chroot.
 .IP "\fIlh_chroot_symlinks\fR(1)" 4




More information about the Debian-live-changes mailing list