diff options
author | root <root@rshg054.dnsready.net> | 2011-08-08 23:14:38 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-08-08 23:14:38 +0000 |
commit | 2b6f5a28e2e55b46c1169228e1e56f3b18dd08b5 (patch) | |
tree | ebd7dccec211af75c9dfd55560b3e5f61420b784 /core/syslinux | |
parent | 665308e50fd95e984da057ab8ddb6505b596b841 (diff) |
Mon Aug 8 23:14:38 UTC 2011
Diffstat (limited to 'core/syslinux')
-rw-r--r-- | core/syslinux/PKGBUILD | 6 | ||||
-rw-r--r-- | core/syslinux/syslinux.cfg | 8 |
2 files changed, 7 insertions, 7 deletions
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 <thomas@archlinux.org> # Maintainer: Tobias Powalowski <tpowa@archlinux.org> 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 |