system/grub4dos: Updated for version 0.4.5b_2011_02_20.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Steven Pledger 2011-03-05 10:00:53 -03:00 committed by Niels Horn
parent e6655a28af
commit 29bd60633c
3 changed files with 11 additions and 11 deletions

View file

@ -6,17 +6,15 @@ via Windows boot manager/syslinux/lilo, or from MBR/CD.
To package the Chinese version, run the script like this: To package the Chinese version, run the script like this:
CHINESE="yes" ./grub4dos.SlackBuild CHINESE="yes" ./grub4dos.SlackBuild
To chainload Grub4dos from LILO, copy /usr/lib/grub4dos/grub.exe to You can chainload Grub4dos from LILO with an entry like:
your /boot folder and add the following to your lilo.conf:
image = /boot/grub.exe image = /boot/grub.exe
label = Grub4dos 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: Read the Grub4dos guide for information on installing/using Grub4dos:
http://diddy.boot-land.net/grub4dos/Grub4dos.htm http://diddy.boot-land.net/grub4dos/Grub4dos.htm
This requires p7zip (for extracting the source archive)
Note: bootlace.com is a 32-Bit binary. Note: bootlace.com is a 32-Bit binary.
It will not run on a pure x86_64 system It will not run on a pure x86_64 system

View file

@ -5,7 +5,7 @@
# Written by Steven Pledger <spledger91@yahoo.com> # Written by Steven Pledger <spledger91@yahoo.com>
PRGNAM=grub4dos PRGNAM=grub4dos
VERSION=${VERSION:-0.4.5b_2010_10_31} VERSION=${VERSION:-0.4.5b_2011_02_20}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -29,7 +29,9 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT mkdir -p $TMP $PKG $OUTPUT
cd $TMP cd $TMP
rm -rf $PRGNAM-$SRCVERSION 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 cd $PRGNAM-$SRCVERSION
chown -R root:root . chown -R root:root .
find . \ find . \
@ -60,7 +62,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \ cp -a \
COPYING README_GRUB4DOS.txt ChangeLog_GRUB4DOS.txt ChangeLog_chenall.txt \ 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 $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
cat menu.lst > $PKG/usr/doc/$PRGNAM-$VERSION/menu.lst.SAMPLE cat menu.lst > $PKG/usr/doc/$PRGNAM-$VERSION/menu.lst.SAMPLE

View file

@ -1,8 +1,8 @@
PRGNAM="grub4dos" PRGNAM="grub4dos"
VERSION="0.4.5b_2010_10_31" VERSION="0.4.5b_2011_02_20"
HOMEPAGE="http://code.google.com/p/grub4dos-chenall/" HOMEPAGE="http://code.google.com/p/grub4dos-chenall/"
DOWNLOAD="http://grub4dos-chenall.googlecode.com/files/grub4dos-0.4.5b-2010-10-31.zip" DOWNLOAD="http://grub4dos-chenall.googlecode.com/files/grub4dos-0.4.5b-2011-02-20.7z"
MD5SUM="063fc9dfa6d02ae578f113b0ce6f64ec" MD5SUM="525f86bd58cfb4608f50c22f4e58042b"
DOWNLOAD_x86_64="UNSUPPORTED" DOWNLOAD_x86_64="UNSUPPORTED"
MD5SUM_x86_64="" MD5SUM_x86_64=""
MAINTAINER="Steven Pledger" MAINTAINER="Steven Pledger"