Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 120475
Collapse All | Expand All

(-)targets/support/create-iso.sh (-4 / +4 lines)
Lines 197-210 Link Here
197
			zisofs)
197
			zisofs)
198
				echo "Running mkisofs to create iso image...."
198
				echo "Running mkisofs to create iso image...."
199
				echo "mkisofs -J -r -l -z -chrp-boot -netatalk -hfs -probe \
199
				echo "mkisofs -J -r -l -z -chrp-boot -netatalk -hfs -probe \
200
					-map ${clst_target_path}/boot/map.hfs -part -no-desktop \
200
					-map ${clst_target_path}boot/map.hfs -part -no-desktop \
201
					-hfs-volid \"${clst_iso_volume_id}\" -hfs-bless \
201
					-hfs-volid \"${clst_iso_volume_id}\" -hfs-bless \
202
					${clst_target_path}/boot -V \"${clst_iso_volume_id}\" -o \
202
					${clst_target_path}boot -V \"${clst_iso_volume_id}\" -o \
203
					${1} ${clst_target_path}"
203
					${1} ${clst_target_path}"
204
				mkisofs -J -r -l -z -chrp-boot -netatalk -hfs -probe -map \
204
				mkisofs -J -r -l -z -chrp-boot -netatalk -hfs -probe -map \
205
					${clst_target_path}/boot/map.hfs -part -no-desktop \
205
					${clst_target_path}boot/map.hfs -part -no-desktop \
206
					-hfs-volid "${clst_iso_volume_id}" -hfs-bless \
206
					-hfs-volid "${clst_iso_volume_id}" -hfs-bless \
207
					${clst_target_path}/boot -V "${clst_iso_volume_id}" -o \
207
					${clst_target_path}boot -V "${clst_iso_volume_id}" -o \
208
					${1} ${clst_target_path} || die "Cannot make ISO image"
208
					${1} ${clst_target_path} || die "Cannot make ISO image"
209
			;;
209
			;;
210
			*)
210
			*)

Return to bug 120475