Date: Wednesday, March 6, 2013 @ 09:17:27 Author: tpowa Revision: 179537
upgpkg: mkpxelinux 2013.03-1 fix location of default kernel Modified: mkpxelinux/trunk/PKGBUILD mkpxelinux/trunk/mkpxelinux.conf -----------------+ PKGBUILD | 6 +++--- mkpxelinux.conf | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-03-06 08:15:22 UTC (rev 179536) +++ PKGBUILD 2013-03-06 08:17:27 UTC (rev 179537) @@ -2,8 +2,8 @@ # Maintainer : Tobias Powalowski <[email protected]> pkgname=mkpxelinux -pkgver=2010.08 -pkgrel=2 +pkgver=2013.03 +pkgrel=1 pkgdesc="Advanced, modular network pxe boot image creation utility" arch=(any) license=('GPL') @@ -14,7 +14,7 @@ source=('boot.msg' 'mkpxelinux' 'mkpxelinux.conf' 'options.msg') md5sums=('f4a30ab94fdc1974f4fbdfd7235ca512' '5ee29803b41e31fcb4b8b884a44559ed' - '6fd7b3fd2307d8621be66c16e0d6529a' + '1b6aa3d4e77d6d7a61590d242d34a138' 'b211c5f7e30d2ee36cde20f71aa3f2b8') package() Modified: mkpxelinux.conf =================================================================== --- mkpxelinux.conf 2013-03-06 08:15:22 UTC (rev 179536) +++ mkpxelinux.conf 2013-03-06 08:17:27 UTC (rev 179537) @@ -13,7 +13,7 @@ VERSION="$(uname -r)" # kernel image, defaulted to stock arch kernel -KERNEL="/boot/vmlinuz26" +KERNEL="/boot/vmlinuz-linux" # boot message files BOOTMESSAGE="/usr/share/mkpxelinux/boot.msg"
