[Debian-live-changes] r1120 - in dists/trunk/live-helper: doc helpers

Daniel Baumann daniel at alioth.debian.org
Sun Apr 22 08:37:53 UTC 2007


Author: daniel
Date: 2007-04-22 08:37:52 +0000 (Sun, 22 Apr 2007)
New Revision: 1120

Modified:
   dists/trunk/live-helper/doc/ChangeLog
   dists/trunk/live-helper/helpers/lh_binary_grub
Log:


Modified: dists/trunk/live-helper/doc/ChangeLog
===================================================================
--- dists/trunk/live-helper/doc/ChangeLog	2007-04-22 08:13:56 UTC (rev 1119)
+++ dists/trunk/live-helper/doc/ChangeLog	2007-04-22 08:37:52 UTC (rev 1120)
@@ -1,3 +1,8 @@
+2007-04-22  Daniel Baumann  <daniel at debian.org>
+
+	* helpers/lh_binary_grub:
+	  - Making copy call of grub arch independent.
+
 2007-04-20  Daniel Baumann  <daniel at debian.org>
 
 	* helpers/lh_binary_rootfs, lh_binary_iso:

Modified: dists/trunk/live-helper/helpers/lh_binary_grub
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_grub	2007-04-22 08:13:56 UTC (rev 1119)
+++ dists/trunk/live-helper/helpers/lh_binary_grub	2007-04-22 08:37:52 UTC (rev 1120)
@@ -176,11 +176,11 @@
 # Copyring grub
 case ${LIVE_BINARY_IMAGE} in
 	iso)
-		cp chroot/usr/lib/grub/i386-pc/stage2_eltorito binary/boot/grub
+		cp chroot/usr/lib/grub/*/stage2_eltorito binary/boot/grub
 		;;
 
 	usb|hdd)
-		cp chroot/usr/lib/grub/i386-pc/stage1 chroot/usr/lib/grub/i386-pc/stage2 binary/boot/grub
+		cp chroot/usr/lib/grub/*/stage1 chroot/usr/lib/grub/*/stage2 binary/boot/grub
 		;;
 esac
 




More information about the Debian-live-changes mailing list