[Debian-live-changes] r2057 - in dists/trunk/live-helper: helpers templates/yaboot

daniel at alioth.debian.org daniel at alioth.debian.org
Tue Jun 12 19:35:28 UTC 2007


Author: daniel
Date: 2007-06-12 19:35:28 +0000 (Tue, 12 Jun 2007)
New Revision: 2057

Added:
   dists/trunk/live-helper/templates/yaboot/hfs.map
Modified:
   dists/trunk/live-helper/helpers/lh_binary_iso
Log:


Modified: dists/trunk/live-helper/helpers/lh_binary_iso
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_iso	2007-06-12 19:04:05 UTC (rev 2056)
+++ dists/trunk/live-helper/helpers/lh_binary_iso	2007-06-12 19:35:28 UTC (rev 2057)
@@ -119,7 +119,12 @@
 			;;
 
 		yaboot)
-			GENISOIMAGE_OPTIONS="${GENISOIMAGE_OPTIONS}"
+			GENISOIMAGE_OPTIONS="${GENISOIMAGE_OPTIONS} --iso-level 2 --netatalk -hfs -probe -map yaboot/hfs.map --chrp-boot -part -no-desktop -hfs-bless binary/yaboot -hfs-volid Debian/Live_powerpc"
+
+			if [ "${LIVE_PACKAGES_LISTS}" = "mini" ] || [ "${LIVE_PACKAGES_LISTS}" = "minimal" ]
+			then
+				GENISOIMAGE_OPTIONS="${GENISOIMAGE_OPTIONS} -m yaboot/hfs.map"
+			fi
 			;;
 
 		*)

Added: dists/trunk/live-helper/templates/yaboot/hfs.map
===================================================================
--- dists/trunk/live-helper/templates/yaboot/hfs.map	                        (rev 0)
+++ dists/trunk/live-helper/templates/yaboot/hfs.map	2007-06-12 19:35:28 UTC (rev 2057)
@@ -0,0 +1,12 @@
+# ext.  xlate  creator  type    comment
+.hqx    Ascii  'BnHx'   'TEXT'  "BinHex file"
+.sit    Raw    'SIT!'   'SITD'  "StuffIT Expander"
+.mov    Raw    'TVOD'   'MooV'  "QuickTime Movie"
+.deb    Raw    'Debn'   'bina'  "Debian package"
+.bin    Raw    'ddsk'   'DDim'  "Floppy or ramdisk image"
+.img    Raw    'ddsk'   'DDim'  "Floppy or ramdisk image"
+.b      Raw    'UNIX'   'tbxi'  "bootstrap"
+yaboot  Raw    'UNIX'   'boot'  "bootstrap"
+vmlinux Raw    'UNIX'   'boot'  "bootstrap"
+.conf   Raw    'UNIX'   'conf'  "bootstrap"
+*       Ascii  '????'   '????'  "Text file"




More information about the Debian-live-changes mailing list