From 29bd60633c81af97e9f17518a3ff7edcd5446b89 Mon Sep 17 00:00:00 2001 From: Steven Pledger Date: Sat, 5 Mar 2011 10:00:53 -0300 Subject: system/grub4dos: Updated for version 0.4.5b_2011_02_20. Signed-off-by: Niels Horn --- system/grub4dos/README | 8 +++----- system/grub4dos/grub4dos.SlackBuild | 8 +++++--- system/grub4dos/grub4dos.info | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'system/grub4dos') diff --git a/system/grub4dos/README b/system/grub4dos/README index adafdc564c..866e78840c 100644 --- a/system/grub4dos/README +++ b/system/grub4dos/README @@ -6,17 +6,15 @@ via Windows boot manager/syslinux/lilo, or from MBR/CD. To package the Chinese version, run the script like this: CHINESE="yes" ./grub4dos.SlackBuild -To chainload Grub4dos from LILO, copy /usr/lib/grub4dos/grub.exe to -your /boot folder and add the following to your lilo.conf: +You can chainload Grub4dos from LILO with an entry like: image = /boot/grub.exe label = Grub4dos -It can be useful as a back up boot loader if you, for example, forget to -run 'lilo' after a kernel update. - Read the Grub4dos guide for information on installing/using Grub4dos: http://diddy.boot-land.net/grub4dos/Grub4dos.htm +This requires p7zip (for extracting the source archive) + Note: bootlace.com is a 32-Bit binary. It will not run on a pure x86_64 system diff --git a/system/grub4dos/grub4dos.SlackBuild b/system/grub4dos/grub4dos.SlackBuild index d800696dab..6f6eb96c7d 100644 --- a/system/grub4dos/grub4dos.SlackBuild +++ b/system/grub4dos/grub4dos.SlackBuild @@ -5,7 +5,7 @@ # Written by Steven Pledger PRGNAM=grub4dos -VERSION=${VERSION:-0.4.5b_2010_10_31} +VERSION=${VERSION:-0.4.5b_2011_02_20} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -29,7 +29,9 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$SRCVERSION -unzip $CWD/$PRGNAM-$TARVERSION.zip +# Guess they're using 7-zip archives now. +#unzip $CWD/$PRGNAM-$TARVERSION.zip +7z x $CWD/$PRGNAM-$TARVERSION.7z cd $PRGNAM-$SRCVERSION chown -R root:root . find . \ @@ -60,7 +62,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ COPYING README_GRUB4DOS.txt ChangeLog_GRUB4DOS.txt ChangeLog_chenall.txt \ - Get_Source_of_This_Build.txt grub4dos_r55.diff \ + Get_Source_of_This_Build.txt \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild cat menu.lst > $PKG/usr/doc/$PRGNAM-$VERSION/menu.lst.SAMPLE diff --git a/system/grub4dos/grub4dos.info b/system/grub4dos/grub4dos.info index 22362e4df8..b1abc8c977 100644 --- a/system/grub4dos/grub4dos.info +++ b/system/grub4dos/grub4dos.info @@ -1,8 +1,8 @@ PRGNAM="grub4dos" -VERSION="0.4.5b_2010_10_31" +VERSION="0.4.5b_2011_02_20" HOMEPAGE="http://code.google.com/p/grub4dos-chenall/" -DOWNLOAD="http://grub4dos-chenall.googlecode.com/files/grub4dos-0.4.5b-2010-10-31.zip" -MD5SUM="063fc9dfa6d02ae578f113b0ce6f64ec" +DOWNLOAD="http://grub4dos-chenall.googlecode.com/files/grub4dos-0.4.5b-2011-02-20.7z" +MD5SUM="525f86bd58cfb4608f50c22f4e58042b" DOWNLOAD_x86_64="UNSUPPORTED" MD5SUM_x86_64="" MAINTAINER="Steven Pledger" -- cgit v1.2.3-65-gdbad