Date: Thursday, August 26, 2010 @ 09:25:18 Author: tpowa Revision: 88928
upgpkg: mkpxelinux 2010.08-1 fix #20613 Modified: mkpxelinux/trunk/PKGBUILD mkpxelinux/trunk/mkpxelinux Deleted: mkpxelinux/trunk/pxelinux.0 ------------+ PKGBUILD | 6 +++--- mkpxelinux | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-08-26 13:16:06 UTC (rev 88927) +++ PKGBUILD 2010-08-26 13:25:18 UTC (rev 88928) @@ -2,10 +2,10 @@ # Maintainer : Tobias Powalowski <[email protected]> pkgname=mkpxelinux -pkgver=2009.09 +pkgver=2010.08 pkgrel=1 pkgdesc="Advanced, modular network pxe boot image creation utility" -arch=(i686 x86_64) +arch=(any) license=('GPL') url="http://www.archlinux.org/" depends=('mkinitcpio' 'tftp-hpa' 'syslinux') @@ -22,6 +22,6 @@ install -D -m644 options.msg $startdir/pkg/usr/share/mkpxelinux/options.msg } md5sums=('f4a30ab94fdc1974f4fbdfd7235ca512' - '2c98ea6e377e68f4427dca55ce509e73' + '5ee29803b41e31fcb4b8b884a44559ed' '6fd7b3fd2307d8621be66c16e0d6529a' 'b211c5f7e30d2ee36cde20f71aa3f2b8') Modified: mkpxelinux =================================================================== --- mkpxelinux 2010-08-26 13:16:06 UTC (rev 88927) +++ mkpxelinux 2010-08-26 13:25:18 UTC (rev 88928) @@ -19,7 +19,7 @@ while [ $# -gt 0 ]; do case $1 in -c=*|--c=*) CONFIG="$(echo $1 | awk -F= '{print $2;}')" ;; - -d=*|--d=*) INSTALLDIR="$(echo $1 | awk -F= '{print $2;}')" ;; + -d=*|--d=*) CUSTOMINSTALLDIR="$(echo $1 | awk -F= '{print $2;}')" ;; -h|--h|?) usage ;; *) usage ;; esac @@ -36,6 +36,8 @@ [ -n "${APPENDBOOTMESSAGE}" ] && export APPENDBOOTMESSAGE [ -n "${APPENDOPTIONSBOOTMESSAGE}" ] && export APPENDOPTIONSBOOTMESSAGE +! [ "${CUSTOMINSTALLDIR}" = "" ] && INSTALLDIR=${CUSTOMINSTALLDIR} + if [ "${INSTALLDIR}" = "" ]; then echo "ERROR: No INSTALLDIR name specified, please use the -d option" exit 1 Deleted: pxelinux.0 =================================================================== (Binary files differ)
