From 2b6f5a28e2e55b46c1169228e1e56f3b18dd08b5 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 8 Aug 2011 23:14:38 +0000 Subject: Mon Aug 8 23:14:38 UTC 2011 --- core/syslinux/PKGBUILD | 6 +++--- core/syslinux/syslinux.cfg | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'core/syslinux') diff --git a/core/syslinux/PKGBUILD b/core/syslinux/PKGBUILD index 03f529f11..a999277f1 100644 --- a/core/syslinux/PKGBUILD +++ b/core/syslinux/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 120229 2011-04-21 12:44:04Z tpowa $ +# $Id: PKGBUILD 134206 2011-08-02 14:26:49Z ibiru $ # Maintainer: Thomas Bächler # Maintainer: Tobias Powalowski pkgname=syslinux pkgver=4.04 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') pkgdesc="Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs filesystems, from CDs and via PXE" url="http://syslinux.zytor.com/" @@ -23,7 +23,7 @@ source=(http://www.kernel.org/pub/linux/utils/boot/syslinux/$pkgname-${pkgver}.t syslinux-install_update) md5sums=('a3936208767eb7ced65320abe2e33a10' '5274062f91931eae6573f1ec3cd5b640' - '5ad0a9cccd60ada4fd5a93380c76d5df' + '4dc27d8ab3802f8e50f3dda28168ce6d' 'b5b4953c0a5a01cd16441402f6321765') build() { diff --git a/core/syslinux/syslinux.cfg b/core/syslinux/syslinux.cfg index 2212283a8..02127d21d 100644 --- a/core/syslinux/syslinux.cfg +++ b/core/syslinux/syslinux.cfg @@ -51,15 +51,15 @@ MENU COLOR tabmsg 31;40 #30ffffff #00000000 std LABEL arch MENU LABEL Arch Linux - LINUX ../vmlinuz26 + LINUX ../vmlinuz-linux APPEND root=/dev/sda3 ro - INITRD ../kernel26.img + INITRD ../initramfs-linux.img LABEL archfallback MENU LABEL Arch Linux Fallback - LINUX ../vmlinuz26 + LINUX ../vmlinuz-linux APPEND root=/dev/sda3 ro - INITRD ../kernel26-fallback.img + INITRD ../initramfs-linux-fallback.img #LABEL windows # MENU LABEL Windows -- cgit v1.2.3-54-g00ecf