[arch-commits] Commit in mkisolinux/trunk (PKGBUILD mkisolinux.conf)

Tobias Powalowski tpowa at nymeria.archlinux.org
Wed Mar 6 08:12:02 UTC 2013


    Date: Wednesday, March 6, 2013 @ 09:12:02
  Author: tpowa
Revision: 179533

upgpkg: mkisolinux 2013.03-1

fix location of default kernel

Modified:
  mkisolinux/trunk/PKGBUILD
  mkisolinux/trunk/mkisolinux.conf

-----------------+
 PKGBUILD        |    6 +++---
 mkisolinux.conf |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-06 05:09:15 UTC (rev 179532)
+++ PKGBUILD	2013-03-06 08:12:02 UTC (rev 179533)
@@ -2,8 +2,8 @@
 # Maintainer : Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=mkisolinux
-pkgver=2010.08
-pkgrel=2
+pkgver=2013.03
+pkgrel=1
 pkgdesc="Advanced, modular isolinux bootcd image creation utility"
 arch=(any)
 license=('GPL')
@@ -14,7 +14,7 @@
 source=('boot.msg' 'mkisolinux' 'mkisolinux.conf' 'options.msg')
 md5sums=('6cc9a8927353479a5426b85c0ae1d826'
          '4d25bcd129894fc91d515852eb35ba77'
-         '9461157f9bc113cfb25b7a5df48685ac'
+         'f09447da1acd6ce28f0d13f10992523c'
          'b211c5f7e30d2ee36cde20f71aa3f2b8')
 
 package()

Modified: mkisolinux.conf
===================================================================
--- mkisolinux.conf	2013-03-06 05:09:15 UTC (rev 179532)
+++ mkisolinux.conf	2013-03-06 08:12:02 UTC (rev 179533)
@@ -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/mkisolinux/boot.msg"
@@ -35,4 +35,4 @@
 # Setting cdrecord options
 DEVICE=""
 SPEED=""
-BLANKMODE=""
\ No newline at end of file
+BLANKMODE=""




More information about the arch-commits mailing list