From bac818904118af996b6f3b1271dd9980faf4a680 Mon Sep 17 00:00:00 2001 From: Eric Edgar Date: Fri, 3 Feb 2006 22:39:47 +0000 Subject: [PATCH] change all occurrences of ${clst_livecd_cdfstype} with ${clst_fstype} git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1068 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 5 ++++- targets/support/create-iso.sh | 10 +++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 569b20ec..85911af9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.553 2006/02/02 17:55:15 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.554 2006/02/03 22:39:47 rocket Exp $ + + 03 Feb 2006; Eric Edgar targets/support/create-iso.sh: + change all occurrences of ${clst_livecd_cdfstype} with ${clst_fstype} 02 Feb 2006; Chris Gianelloni catalyst: This is 2.0_rc30. diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh index c38b8a25..eaf0f333 100755 --- a/targets/support/create-iso.sh +++ b/targets/support/create-iso.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/create-iso.sh,v 1.27 2006/01/31 14:59:15 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/create-iso.sh,v 1.28 2006/02/03 22:39:47 rocket Exp $ . ${clst_sharedir}/targets/support/functions.sh . ${clst_sharedir}/targets/support/filesystem-functions.sh @@ -101,7 +101,7 @@ case ${clst_mainarch} in arm) ;; hppa) - case ${clst_livecd_cdfstype} in + case ${clst_fstype} in zisofs) echo "Running mkisofs to create iso image...." echo "mkisofs -J -R -l -z -V \"${clst_iso_volume_id}\" -o \ @@ -193,7 +193,7 @@ case ${clst_mainarch} in esac ;; ppc) - case ${clst_livecd_cdfstype} in + case ${clst_fstype} in zisofs) echo "Running mkisofs to create iso image...." echo "mkisofs -J -r -l -z -chrp-boot -netatalk -hfs -probe \ @@ -234,7 +234,7 @@ case ${clst_mainarch} in ${clst_target_path}/ppc/bootinfo.txt fi - case ${clst_livecd_cdfstype} in + case ${clst_fstype} in zisofs) echo "Running mkisofs to create iso image...." echo "mkisofs -J -r -U -z -chrp-boot -netatalk -hfs -probe \ @@ -269,7 +269,7 @@ case ${clst_mainarch} in # Seems silo 1.3.x+ breaks on newer machines # when booting from CD (current as of silo 1.4.8) mv ${clst_target_path}/boot/mkisofs.sparc.fu /tmp - case ${clst_livecd_cdfstype} in + case ${clst_fstype} in zisofs) echo "Running mkisofs.sparc.fu to create iso image...." echo "/tmp/mkisofs.sparc.fu -z -o ${1} -D -r -pad -quiet -S \ -- 2.26.2