Date: Wednesday, February 8, 2012 @ 06:12:34
  Author: tpowa
Revision: 149515

archrelease: copy trunk to extra-any

Added:
  mkisolinux/repos/extra-any/PKGBUILD
    (from rev 149514, mkisolinux/trunk/PKGBUILD)
  mkisolinux/repos/extra-any/boot.msg
    (from rev 149514, mkisolinux/trunk/boot.msg)
  mkisolinux/repos/extra-any/mkisolinux
    (from rev 149514, mkisolinux/trunk/mkisolinux)
  mkisolinux/repos/extra-any/mkisolinux.conf
    (from rev 149514, mkisolinux/trunk/mkisolinux.conf)
  mkisolinux/repos/extra-any/options.msg
    (from rev 149514, mkisolinux/trunk/options.msg)
Deleted:
  mkisolinux/repos/extra-any/PKGBUILD
  mkisolinux/repos/extra-any/boot.msg
  mkisolinux/repos/extra-any/mkisolinux
  mkisolinux/repos/extra-any/mkisolinux.conf
  mkisolinux/repos/extra-any/options.msg

-----------------+
 PKGBUILD        |   54 ++++++------
 boot.msg        |   28 +++---
 mkisolinux      |  232 +++++++++++++++++++++++++++---------------------------
 mkisolinux.conf |   76 ++++++++---------
 options.msg     |   12 +-
 5 files changed, 201 insertions(+), 201 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2012-02-08 11:12:08 UTC (rev 149514)
+++ PKGBUILD    2012-02-08 11:12:34 UTC (rev 149515)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 12670 2008-09-17 21:19:05Z tpowa $
-# Maintainer : Tobias Powalowski <tp...@archlinux.org>
-
-pkgname=mkisolinux
-pkgver=2010.08
-pkgrel=1
-pkgdesc="Advanced, modular isolinux bootcd image creation utility"
-arch=(any)
-license=('GPL')
-url="http://www.archlinux.org/";
-depends=('mkinitcpio' 'cdrkit' 'syslinux' 'pciutils')
-source=('boot.msg' 'mkisolinux' 'mkisolinux.conf' 'options.msg')
-replaces=('mkbootcd')
-backup=(etc/mkisolinux.conf)
-
-build()
-{
-  cd $startdir/src/
-  install -D -m755 mkisolinux $startdir/pkg/usr/sbin/mkisolinux
-  install -D -m644 mkisolinux.conf $startdir/pkg/etc/mkisolinux.conf
-  install -D -m644 boot.msg $startdir/pkg/usr/share/mkisolinux/boot.msg
-  install -D -m644 options.msg $startdir/pkg/usr/share/mkisolinux/options.msg
-}
-md5sums=('6cc9a8927353479a5426b85c0ae1d826'
-         '4d25bcd129894fc91d515852eb35ba77'
-         '9461157f9bc113cfb25b7a5df48685ac'
-         'b211c5f7e30d2ee36cde20f71aa3f2b8')

Copied: mkisolinux/repos/extra-any/PKGBUILD (from rev 149514, 
mkisolinux/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2012-02-08 11:12:34 UTC (rev 149515)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 12670 2008-09-17 21:19:05Z tpowa $
+# Maintainer : Tobias Powalowski <tp...@archlinux.org>
+
+pkgname=mkisolinux
+pkgver=2010.08
+pkgrel=2
+pkgdesc="Advanced, modular isolinux bootcd image creation utility"
+arch=(any)
+license=('GPL')
+url="http://www.archlinux.org/";
+depends=('mkinitcpio' 'cdrkit' 'syslinux' 'pciutils')
+source=('boot.msg' 'mkisolinux' 'mkisolinux.conf' 'options.msg')
+replaces=('mkbootcd')
+backup=(etc/mkisolinux.conf)
+
+package()
+{
+  cd $srcdir/
+  install -D -m755 mkisolinux $startdir/pkg/usr/sbin/mkisolinux
+  install -D -m644 mkisolinux.conf $startdir/pkg/etc/mkisolinux.conf
+  install -D -m644 boot.msg $startdir/pkg/usr/share/mkisolinux/boot.msg
+  install -D -m644 options.msg $startdir/pkg/usr/share/mkisolinux/options.msg
+}
+md5sums=('6cc9a8927353479a5426b85c0ae1d826'
+         '4d25bcd129894fc91d515852eb35ba77'
+         '9461157f9bc113cfb25b7a5df48685ac'
+         'b211c5f7e30d2ee36cde20f71aa3f2b8')

Deleted: boot.msg
===================================================================
--- boot.msg    2012-02-08 11:12:08 UTC (rev 149514)
+++ boot.msg    2012-02-08 11:12:34 UTC (rev 149515)
@@ -1,14 +0,0 @@
-
-
-------------------------------------------------------------------------------
-Arch Linux
-ISOLINUX BOOT
-created with 'mkisolinux' written by Tobias Powalowski <tp...@archlinux.org>
-
-Press ENTER or type 'arch' to boot the CD.
-
-If you wish to change your defaults to boot into your existing system,
-type 'vmlinuz initrd=initrd.img <any_other_boot_option>'
-Use the F2 key for troubleshooting and options.
-------------------------------------------------------------------------------
-

Copied: mkisolinux/repos/extra-any/boot.msg (from rev 149514, 
mkisolinux/trunk/boot.msg)
===================================================================
--- boot.msg                            (rev 0)
+++ boot.msg    2012-02-08 11:12:34 UTC (rev 149515)
@@ -0,0 +1,14 @@
+
+
+------------------------------------------------------------------------------
+Arch Linux
+ISOLINUX BOOT
+created with 'mkisolinux' written by Tobias Powalowski <tp...@archlinux.org>
+
+Press ENTER or type 'arch' to boot the CD.
+
+If you wish to change your defaults to boot into your existing system,
+type 'vmlinuz initrd=initrd.img <any_other_boot_option>'
+Use the F2 key for troubleshooting and options.
+------------------------------------------------------------------------------
+

Deleted: mkisolinux
===================================================================
--- mkisolinux  2012-02-08 11:12:08 UTC (rev 149514)
+++ mkisolinux  2012-02-08 11:12:34 UTC (rev 149515)
@@ -1,116 +0,0 @@
-#! /bin/sh
-# Created by Tobias Powalowski <tp...@archlinux.org>
-# Settings
-APPNAME=$(basename "${0}")
-CONFIG="/etc/mkisolinux.conf"
-GENIMG=""
-BURN="0"
-BLANK="0"
-TARNAME=""
-export TEMPDIR=$(mktemp -d /tmp/mkisolinux.XXXX)
-usage ()
-{
-    echo "${APPNAME}: usage"
-    echo "  -g=IMAGE         Generate a ISO image as IMAGE"
-    echo "  -c=CONFIG        Use CONFIG file. default: /etc/mkisolinux.conf"
-    echo "  -B               Burn the ISO image after creation"
-    echo "  -b               Blanking media first"
-    echo "  -h               This message."
-    exit 1
-}
-
-[ "$1" == "" ] && usage
-
-while [ $# -gt 0 ]; do
-       case $1 in
-               -c=*|--c=*) CONFIG="$(echo $1 | awk -F= '{print $2;}')" ;;
-               -g=*|--g=*) GENIMG="$(echo $1 | awk -F= '{print $2;}')" ;;
-               -B|--B) BURN="1" ;;
-               -b|--b) BLANK="1" ;;
-               -t=*|--t=*) TARNAME="$(echo $1 | awk -F= '{print $2;}')" ;;
-               -h|--h|?) usage ;; 
-               *) usage ;;
-               esac
-       shift
-done
-
-if [ "${TARNAME}" = "" -a "${GENIMG}" = "" ]; then 
-       echo "ERROR: No image name specified, please use the -g option"
-       exit 1
-fi
-
-if [ ! -f "${CONFIG}" ]; then
-       echo "config file '${CONFIG}' cannot be found, aborting..."
-       exit 1
-fi
-
-. "${CONFIG}"
-# export for mkinitcpio
-[ -n "${APPENDBOOTMESSAGE}" ] && export APPENDBOOTMESSAGE
-[ -n "${APPENDOPTIONSBOOTMESSAGE}" ] && export APPENDOPTIONSBOOTMESSAGE
-
-export RUNPROGRAM="${APPNAME}"
-export BOOTDIRNAME="boot/syslinux"
-
-[ "${BOOTMESSAGE}" = "" ] && export BOOTMESSAGE=$(mktemp /tmp/bootmessage.XXXX)
-[ "${OPTIONSBOOTMESSAGE}" = "" ] && export OPTIONSBOOTMESSAGE=$(mktemp 
/tmp/optionsbootmessage.XXXX)
-[ "${ISONAME}" = "" ] && export ISONAME=$(mktemp /tmp/isoname.XXXX)
-export USEKERNEL=${VERSION}
-
-# begin script
-mkdir -p ${TEMPDIR}/${BOOTDIRNAME}/
-# prepare syslinux
-install -m755 /usr/lib/syslinux/isolinux.bin 
${TEMPDIR}/${BOOTDIRNAME}/isolinux.bin
-for i in /usr/lib/syslinux/*.c32; do
-    install -m644 $i ${TEMPDIR}/${BOOTDIRNAME}/$(basename $i)
-done
-install -m644 /lib/modules/$(uname -r)/modules.pcimap 
${TEMPDIR}/${BOOTDIRNAME}/modules.pcimap
-install -m644 /usr/share/hwdata/pci.ids ${TEMPDIR}/${BOOTDIRNAME}/pci.ids
-# create syslinux.cfg
-echo ":: Creating syslinux.cfg ..."
-if [ "${ISOLINUXCFG}" = "" ]; then
-       [ -e  ${TEMPDIR}/${BOOTDIRNAME}/syslinux.cfg ] && rm  
${TEMPDIR}/${BOOTDIRNAME}/syslinux.cfg
-       echo "prompt ${PROMPT}" >>  ${TEMPDIR}/${BOOTDIRNAME}/syslinux.cfg
-       echo "timeout ${TIMEOUT}" >>  ${TEMPDIR}/${BOOTDIRNAME}/syslinux.cfg
-       echo "display boot.msg" >>  ${TEMPDIR}/${BOOTDIRNAME}/syslinux.cfg
-       echo "F1 boot.msg" >>  ${TEMPDIR}/${BOOTDIRNAME}/syslinux.cfg
-       echo "F2 options.msg" >>  ${TEMPDIR}/${BOOTDIRNAME}/syslinux.cfg
-       echo "default arch"  >>  ${TEMPDIR}/${BOOTDIRNAME}/syslinux.cfg
-       echo "label arch" >>  ${TEMPDIR}/${BOOTDIRNAME}/syslinux.cfg
-       echo "kernel /boot/vmlinuz" >>  ${TEMPDIR}/${BOOTDIRNAME}/syslinux.cfg
-       echo "append initrd=/boot/initrd.img ${KERNEL_BOOT_OPTIONS}" >>  
${TEMPDIR}/${BOOTDIRNAME}/syslinux.cfg
-else
-       sed 
"s|@@PROMPT@@|${PROMPT}|g;s|@@TIMEOUT@@|${TIMEOUT}|g;s|@@KERNEL_BOOT_OPTIONS@@|${KERNEL_BOOT_OPTIONS}|g"
 \
-               ${ISOLINUXCFG} > ${TEMPDIR}/${BOOTDIRNAME}/syslinux.cfg
-fi
-[ ! -s ${TEMPDIR}/${BOOTDIRNAME}/syslinux.cfg ] && echo "No syslinux.cfg 
found" && exit 1
-
-echo ":: Calling mkinitcpio CONFIG=${MKINITCPIO_CONFIG} KERNEL=${VERSION} ..." 
-# generate initramdisk
-echo ":: Creating initramdisk ..."
-       mkinitcpio -c ${MKINITCPIO_CONFIG} -k ${VERSION} -g 
${TEMPDIR}/boot/initrd.img
-echo ":: Using ${KERNEL} as image kernel ..."
-       install -m644 ${KERNEL} ${TEMPDIR}/boot/vmlinuz
-       install -m644 ${BOOTMESSAGE} ${TEMPDIR}/${BOOTDIRNAME}/boot.msg
-       install -m644 ${OPTIONSBOOTMESSAGE} 
${TEMPDIR}/${BOOTDIRNAME}/options.msg
-       [ ! -s ${TEMPDIR}/${BOOTDIRNAME}/boot.msg ] && echo 'ERROR:no boot.msg 
found, aborting!' && exit 1
-       [ ! -s ${TEMPDIR}/${BOOTDIRNAME}/options.msg ] && echo 'ERROR:no 
options.msg found, aborting!' && exit 1
-# create image
-echo ":: Creating ISO image ..."
-       [ -e ${GENIMG} ] && rm ${GENIMG}
-       [ -s "${ISONAME}" ] && ISONAME=$(cat $ISONAME) || ISONAME="Arch Linux"
-       mkisofs -RlDJLV "${ISONAME}" -b boot/syslinux/isolinux.bin -c 
boot/syslinux/boot.cat \
-               -no-emul-boot -boot-load-size 4 -boot-info-table -o ${GENIMG} 
${TEMPDIR}/ > /dev/null 2>&1 \
-        && echo ":: ISO Image succesfull created at ${GENIMG}"
-       # burning/blanking image
-       if [ "$BLANK" = "1" ]; then
-               echo ":: Blanking media DEVICE=${DEVICE}, 
BLANKMODE=${BLANKMODE}, SPEED=${SPEED} ..."
-                       cdrecord dev=${DEVICE} speed=${SPEED} 
blank=${BLANKMODE} > /dev/null 2>&1 && echo ":: Successfull."
-       fi
-       if [ "$BURN" = "1" ]; then
-               echo ":: Burning ISO image DEVICE=${DEVICE}, SPEED=${SPEED} ..."
-                       cdrecord dev=${DEVICE} speed=${SPEED} -eject ${GENIMG}  
> /dev/null 2>&1 && echo ":: Successfull."
-       fi
-
-# clean /tmp
-rm -r ${TEMPDIR}

Copied: mkisolinux/repos/extra-any/mkisolinux (from rev 149514, 
mkisolinux/trunk/mkisolinux)
===================================================================
--- mkisolinux                          (rev 0)
+++ mkisolinux  2012-02-08 11:12:34 UTC (rev 149515)
@@ -0,0 +1,116 @@
+#! /bin/sh
+# Created by Tobias Powalowski <tp...@archlinux.org>
+# Settings
+APPNAME=$(basename "${0}")
+CONFIG="/etc/mkisolinux.conf"
+GENIMG=""
+BURN="0"
+BLANK="0"
+TARNAME=""
+export TEMPDIR=$(mktemp -d /tmp/mkisolinux.XXXX)
+usage ()
+{
+    echo "${APPNAME}: usage"
+    echo "  -g=IMAGE         Generate a ISO image as IMAGE"
+    echo "  -c=CONFIG        Use CONFIG file. default: /etc/mkisolinux.conf"
+    echo "  -B               Burn the ISO image after creation"
+    echo "  -b               Blanking media first"
+    echo "  -h               This message."
+    exit 1
+}
+
+[ "$1" == "" ] && usage
+
+while [ $# -gt 0 ]; do
+       case $1 in
+               -c=*|--c=*) CONFIG="$(echo $1 | awk -F= '{print $2;}')" ;;
+               -g=*|--g=*) GENIMG="$(echo $1 | awk -F= '{print $2;}')" ;;
+               -B|--B) BURN="1" ;;
+               -b|--b) BLANK="1" ;;
+               -t=*|--t=*) TARNAME="$(echo $1 | awk -F= '{print $2;}')" ;;
+               -h|--h|?) usage ;; 
+               *) usage ;;
+               esac
+       shift
+done
+
+if [ "${TARNAME}" = "" -a "${GENIMG}" = "" ]; then 
+       echo "ERROR: No image name specified, please use the -g option"
+       exit 1
+fi
+
+if [ ! -f "${CONFIG}" ]; then
+       echo "config file '${CONFIG}' cannot be found, aborting..."
+       exit 1
+fi
+
+. "${CONFIG}"
+# export for mkinitcpio
+[ -n "${APPENDBOOTMESSAGE}" ] && export APPENDBOOTMESSAGE
+[ -n "${APPENDOPTIONSBOOTMESSAGE}" ] && export APPENDOPTIONSBOOTMESSAGE
+
+export RUNPROGRAM="${APPNAME}"
+export BOOTDIRNAME="boot/syslinux"
+
+[ "${BOOTMESSAGE}" = "" ] && export BOOTMESSAGE=$(mktemp /tmp/bootmessage.XXXX)
+[ "${OPTIONSBOOTMESSAGE}" = "" ] && export OPTIONSBOOTMESSAGE=$(mktemp 
/tmp/optionsbootmessage.XXXX)
+[ "${ISONAME}" = "" ] && export ISONAME=$(mktemp /tmp/isoname.XXXX)
+export USEKERNEL=${VERSION}
+
+# begin script
+mkdir -p ${TEMPDIR}/${BOOTDIRNAME}/
+# prepare syslinux
+install -m755 /usr/lib/syslinux/isolinux.bin 
${TEMPDIR}/${BOOTDIRNAME}/isolinux.bin
+for i in /usr/lib/syslinux/*.c32; do
+    install -m644 $i ${TEMPDIR}/${BOOTDIRNAME}/$(basename $i)
+done
+install -m644 /lib/modules/$(uname -r)/modules.pcimap 
${TEMPDIR}/${BOOTDIRNAME}/modules.pcimap
+install -m644 /usr/share/hwdata/pci.ids ${TEMPDIR}/${BOOTDIRNAME}/pci.ids
+# create syslinux.cfg
+echo ":: Creating syslinux.cfg ..."
+if [ "${ISOLINUXCFG}" = "" ]; then
+       [ -e  ${TEMPDIR}/${BOOTDIRNAME}/syslinux.cfg ] && rm  
${TEMPDIR}/${BOOTDIRNAME}/syslinux.cfg
+       echo "prompt ${PROMPT}" >>  ${TEMPDIR}/${BOOTDIRNAME}/syslinux.cfg
+       echo "timeout ${TIMEOUT}" >>  ${TEMPDIR}/${BOOTDIRNAME}/syslinux.cfg
+       echo "display boot.msg" >>  ${TEMPDIR}/${BOOTDIRNAME}/syslinux.cfg
+       echo "F1 boot.msg" >>  ${TEMPDIR}/${BOOTDIRNAME}/syslinux.cfg
+       echo "F2 options.msg" >>  ${TEMPDIR}/${BOOTDIRNAME}/syslinux.cfg
+       echo "default arch"  >>  ${TEMPDIR}/${BOOTDIRNAME}/syslinux.cfg
+       echo "label arch" >>  ${TEMPDIR}/${BOOTDIRNAME}/syslinux.cfg
+       echo "kernel /boot/vmlinuz" >>  ${TEMPDIR}/${BOOTDIRNAME}/syslinux.cfg
+       echo "append initrd=/boot/initrd.img ${KERNEL_BOOT_OPTIONS}" >>  
${TEMPDIR}/${BOOTDIRNAME}/syslinux.cfg
+else
+       sed 
"s|@@PROMPT@@|${PROMPT}|g;s|@@TIMEOUT@@|${TIMEOUT}|g;s|@@KERNEL_BOOT_OPTIONS@@|${KERNEL_BOOT_OPTIONS}|g"
 \
+               ${ISOLINUXCFG} > ${TEMPDIR}/${BOOTDIRNAME}/syslinux.cfg
+fi
+[ ! -s ${TEMPDIR}/${BOOTDIRNAME}/syslinux.cfg ] && echo "No syslinux.cfg 
found" && exit 1
+
+echo ":: Calling mkinitcpio CONFIG=${MKINITCPIO_CONFIG} KERNEL=${VERSION} ..." 
+# generate initramdisk
+echo ":: Creating initramdisk ..."
+       mkinitcpio -c ${MKINITCPIO_CONFIG} -k ${VERSION} -g 
${TEMPDIR}/boot/initrd.img
+echo ":: Using ${KERNEL} as image kernel ..."
+       install -m644 ${KERNEL} ${TEMPDIR}/boot/vmlinuz
+       install -m644 ${BOOTMESSAGE} ${TEMPDIR}/${BOOTDIRNAME}/boot.msg
+       install -m644 ${OPTIONSBOOTMESSAGE} 
${TEMPDIR}/${BOOTDIRNAME}/options.msg
+       [ ! -s ${TEMPDIR}/${BOOTDIRNAME}/boot.msg ] && echo 'ERROR:no boot.msg 
found, aborting!' && exit 1
+       [ ! -s ${TEMPDIR}/${BOOTDIRNAME}/options.msg ] && echo 'ERROR:no 
options.msg found, aborting!' && exit 1
+# create image
+echo ":: Creating ISO image ..."
+       [ -e ${GENIMG} ] && rm ${GENIMG}
+       [ -s "${ISONAME}" ] && ISONAME=$(cat $ISONAME) || ISONAME="Arch Linux"
+       mkisofs -RlDJLV "${ISONAME}" -b boot/syslinux/isolinux.bin -c 
boot/syslinux/boot.cat \
+               -no-emul-boot -boot-load-size 4 -boot-info-table -o ${GENIMG} 
${TEMPDIR}/ > /dev/null 2>&1 \
+        && echo ":: ISO Image succesfull created at ${GENIMG}"
+       # burning/blanking image
+       if [ "$BLANK" = "1" ]; then
+               echo ":: Blanking media DEVICE=${DEVICE}, 
BLANKMODE=${BLANKMODE}, SPEED=${SPEED} ..."
+                       cdrecord dev=${DEVICE} speed=${SPEED} 
blank=${BLANKMODE} > /dev/null 2>&1 && echo ":: Successfull."
+       fi
+       if [ "$BURN" = "1" ]; then
+               echo ":: Burning ISO image DEVICE=${DEVICE}, SPEED=${SPEED} ..."
+                       cdrecord dev=${DEVICE} speed=${SPEED} -eject ${GENIMG}  
> /dev/null 2>&1 && echo ":: Successfull."
+       fi
+
+# clean /tmp
+rm -r ${TEMPDIR}

Deleted: mkisolinux.conf
===================================================================
--- mkisolinux.conf     2012-02-08 11:12:08 UTC (rev 149514)
+++ mkisolinux.conf     2012-02-08 11:12:34 UTC (rev 149515)
@@ -1,38 +0,0 @@
-# Created by Tobias Powalowski <tp...@archlinux.org>
-# config file of mkisolinux
-
-# DEFAULT kernel boot options like root=/dev/hda3 etc.
-# add your root= option, if you boot from a disk device
-# and don't want to add it by hand on each boot
-KERNEL_BOOT_OPTIONS=""
-
-# mkinitcpio config file, defaulted to stock config file
-MKINITCPIO_CONFIG="/etc/mkinitcpio.conf"
-
-# kernel version, defaulted to build for runtime kernel
-VERSION="$(uname -r)"
-
-# kernel image, defaulted to stock arch kernel
-KERNEL="/boot/vmlinuz26"
-
-# boot message files
-BOOTMESSAGE="/usr/share/mkisolinux/boot.msg"
-OPTIONSBOOTMESSAGE="/usr/share/mkisolinux/options.msg"
-
-# syslinux.cfg file to use
-SYSLINUXCFG=""
-
-# Prompt on boot, 1=yes 0=no
-PROMPT="1"
-
-# Name of the ISO, if empty Arch Linux is used if not set by a HOOK later
-ISONAME=""
-
-# Timeout, 30 seconds to fix usb keyboard issues
-# 0 means wait for prompt
-TIMEOUT="300"
-
-# Setting cdrecord options
-DEVICE=""
-SPEED=""
-BLANKMODE=""
\ No newline at end of file

Copied: mkisolinux/repos/extra-any/mkisolinux.conf (from rev 149514, 
mkisolinux/trunk/mkisolinux.conf)
===================================================================
--- mkisolinux.conf                             (rev 0)
+++ mkisolinux.conf     2012-02-08 11:12:34 UTC (rev 149515)
@@ -0,0 +1,38 @@
+# Created by Tobias Powalowski <tp...@archlinux.org>
+# config file of mkisolinux
+
+# DEFAULT kernel boot options like root=/dev/hda3 etc.
+# add your root= option, if you boot from a disk device
+# and don't want to add it by hand on each boot
+KERNEL_BOOT_OPTIONS=""
+
+# mkinitcpio config file, defaulted to stock config file
+MKINITCPIO_CONFIG="/etc/mkinitcpio.conf"
+
+# kernel version, defaulted to build for runtime kernel
+VERSION="$(uname -r)"
+
+# kernel image, defaulted to stock arch kernel
+KERNEL="/boot/vmlinuz26"
+
+# boot message files
+BOOTMESSAGE="/usr/share/mkisolinux/boot.msg"
+OPTIONSBOOTMESSAGE="/usr/share/mkisolinux/options.msg"
+
+# syslinux.cfg file to use
+SYSLINUXCFG=""
+
+# Prompt on boot, 1=yes 0=no
+PROMPT="1"
+
+# Name of the ISO, if empty Arch Linux is used if not set by a HOOK later
+ISONAME=""
+
+# Timeout, 30 seconds to fix usb keyboard issues
+# 0 means wait for prompt
+TIMEOUT="300"
+
+# Setting cdrecord options
+DEVICE=""
+SPEED=""
+BLANKMODE=""
\ No newline at end of file

Deleted: options.msg
===================================================================
--- options.msg 2012-02-08 11:12:08 UTC (rev 149514)
+++ options.msg 2012-02-08 11:12:34 UTC (rev 149515)
@@ -1,6 +0,0 @@
-------------------------------------------------------------------------------
-Arch Linux options and troubleshooting:
-
-- If your system hangs during the boot process, any combinations of the
-  boot options noapic acpi=off pci=routeirq nosmp nomsi may be useful.
-------------------------------------------------------------------------------
\ No newline at end of file

Copied: mkisolinux/repos/extra-any/options.msg (from rev 149514, 
mkisolinux/trunk/options.msg)
===================================================================
--- options.msg                         (rev 0)
+++ options.msg 2012-02-08 11:12:34 UTC (rev 149515)
@@ -0,0 +1,6 @@
+------------------------------------------------------------------------------
+Arch Linux options and troubleshooting:
+
+- If your system hangs during the boot process, any combinations of the
+  boot options noapic acpi=off pci=routeirq nosmp nomsi may be useful.
+------------------------------------------------------------------------------
\ No newline at end of file

Reply via email to