[Debian-live-changes] r1386 - in dists/trunk/live-helper: docs helpers

Daniel Baumann daniel at alioth.debian.org
Tue May 8 05:52:31 UTC 2007


Author: daniel
Date: 2007-05-08 05:52:31 +0000 (Tue, 08 May 2007)
New Revision: 1386

Modified:
   dists/trunk/live-helper/docs/ChangeLog
   dists/trunk/live-helper/helpers/lh_binary_debian-installer
   dists/trunk/live-helper/helpers/lh_binary_linuximage
   dists/trunk/live-helper/helpers/lh_binary_memtest
   dists/trunk/live-helper/helpers/lh_binary_syslinux
Log:


Modified: dists/trunk/live-helper/docs/ChangeLog
===================================================================
--- dists/trunk/live-helper/docs/ChangeLog	2007-05-08 05:20:32 UTC (rev 1385)
+++ dists/trunk/live-helper/docs/ChangeLog	2007-05-08 05:52:31 UTC (rev 1386)
@@ -2,6 +2,9 @@
 
 	* helpers/lh_bootstrap_cdebootstrap, lh_bootstrap_debootstrap:
 	  - Added missing cache directory when only caching stages.
+	* helpers/lh_binary_debian-installer, lh_binary_linux-image,
+	  lh_binary_memtest:
+	  - Changed kernel installation directories.
 
 2007-05-07  Daniel Baumann  <daniel at debian.org>
 

Modified: dists/trunk/live-helper/helpers/lh_binary_debian-installer
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-05-08 05:20:32 UTC (rev 1385)
+++ dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-05-08 05:52:31 UTC (rev 1386)
@@ -67,7 +67,7 @@
 		;;
 
 	usb-hdd|hdd)
-		DESTDIR="binary"
+		DESTDIR="binary/install"
 		DESTDIR_INSTALLER="hd-media"
 		;;
 esac

Modified: dists/trunk/live-helper/helpers/lh_binary_linuximage
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_linuximage	2007-05-08 05:20:32 UTC (rev 1385)
+++ dists/trunk/live-helper/helpers/lh_binary_linuximage	2007-05-08 05:52:31 UTC (rev 1386)
@@ -60,7 +60,7 @@
 		;;
 
 	usb-hdd|hdd)
-		DESTDIR="binary"
+		DESTDIR="binary/live"
 		;;
 esac
 

Modified: dists/trunk/live-helper/helpers/lh_binary_memtest
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_memtest	2007-05-08 05:20:32 UTC (rev 1385)
+++ dists/trunk/live-helper/helpers/lh_binary_memtest	2007-05-08 05:52:31 UTC (rev 1386)
@@ -82,7 +82,7 @@
 		;;
 
 	usb-hdd|hdd)
-		DESTDIR="binary"
+		DESTDIR="binary/live"
 		;;
 esac
 

Modified: dists/trunk/live-helper/helpers/lh_binary_syslinux
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_syslinux	2007-05-08 05:20:32 UTC (rev 1385)
+++ dists/trunk/live-helper/helpers/lh_binary_syslinux	2007-05-08 05:52:31 UTC (rev 1386)
@@ -98,8 +98,8 @@
 	;;
 
 	usb-hdd|hdd)
-		DESTDIR_LIVE="binary"
-		DESTDIR_INSTALL="binary"
+		DESTDIR_LIVE="binary/live"
+		DESTDIR_INSTALL="binary/install"
 		;;
 esac
 




More information about the Debian-live-changes mailing list