[arch-commits] Commit in syslinux/trunk (PKGBUILD syslinux.cfg)

Tobias Powalowski tpowa at nymeria.archlinux.org
Mon Jul 29 09:19:09 UTC 2013


    Date: Monday, July 29, 2013 @ 11:19:09
  Author: tpowa
Revision: 191686

upgpkg: syslinux 6.01-4

fix config for mkinitcpio-0.15

Modified:
  syslinux/trunk/PKGBUILD
  syslinux/trunk/syslinux.cfg

--------------+
 PKGBUILD     |    8 ++++----
 syslinux.cfg |    6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-29 09:10:12 UTC (rev 191685)
+++ PKGBUILD	2013-07-29 09:19:09 UTC (rev 191686)
@@ -4,7 +4,7 @@
 
 pkgname="syslinux"
 pkgver="6.01"
-pkgrel="3"
+pkgrel="4"
 arch=('x86_64' 'i686')
 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/"
@@ -20,15 +20,15 @@
             'util-linux:       For isohybrid'
             'efibootmgr:       For EFI support'
             'dosfstools:       For EFI support')
+md5sums=('5fe8959b92255143a334167ca1c395a6'
+         '46ca150f53322ff8f1597d9a342f7e40'
+         '0e7d47e1f791f0c5e7bd40ed5c6d80cc')
 
 install="${pkgname}.install"
 
 source=("https://www.kernel.org/pub/linux/utils/boot/syslinux/${pkgname}-${pkgver}.tar.xz"
         'syslinux.cfg'
         'syslinux-install_update')
-md5sums=('5fe8959b92255143a334167ca1c395a6'
-         'bbd97c4c735b8e5c52b79572d9296246'
-         '0e7d47e1f791f0c5e7bd40ed5c6d80cc')
 
 _build_syslinux_bios() {
     

Modified: syslinux.cfg
===================================================================
--- syslinux.cfg	2013-07-29 09:10:12 UTC (rev 191685)
+++ syslinux.cfg	2013-07-29 09:19:09 UTC (rev 191686)
@@ -51,13 +51,13 @@
 LABEL arch
     MENU LABEL Arch Linux
     LINUX ../vmlinuz-linux
-    APPEND root=/dev/sda3 ro
+    APPEND root=/dev/sda3 rw
     INITRD ../initramfs-linux.img
 
 LABEL archfallback
     MENU LABEL Arch Linux Fallback
     LINUX ../vmlinuz-linux
-    APPEND root=/dev/sda3 ro
+    APPEND root=/dev/sda3 rw
     INITRD ../initramfs-linux-fallback.img
 
 #LABEL windows
@@ -75,4 +75,4 @@
 
 LABEL poweroff
         MENU LABEL Poweroff
-        COM32 poweroff.c32
\ No newline at end of file
+        COM32 poweroff.c32




More information about the arch-commits mailing list