mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
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:
parent
e6655a28af
commit
29bd60633c
3 changed files with 11 additions and 11 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Written by Steven Pledger <spledger91@yahoo.com>
|
||||
|
||||
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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue