system/mbr: Updated info and minor tweaks.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
crocket 2011-06-23 20:35:12 -04:00 committed by Niels Horn
parent c00493b2b9
commit c1c259ec0a
4 changed files with 6 additions and 7 deletions

View File

@ -3,3 +3,4 @@ mbr (Master Boot Record for IBM-PC compatible computers)
The MBR is used in booting operating systems from the hard disk. The MBR is used in booting operating systems from the hard disk.
It runs first, then transfers control to the operating system's It runs first, then transfers control to the operating system's
loader which transfers control to the kernel. loader which transfers control to the kernel.

View File

@ -2,19 +2,17 @@
# Slackware build script for mbr # Slackware build script for mbr
# Written by crocket ( crockabiscuit@yahoo.com ) # Written by crocket (crockabiscuit@gmail.com)
PRGNAM=mbr PRGNAM=mbr
VERSION=${VERSION:-1.1.10} VERSION=${VERSION:-1.1.10}
BUILD=${BUILD:-1} BUILD=${BUILD:-2}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
case "$( uname -m )" in case "$( uname -m )" in
i?86) ARCH=i486 ;; i?86) ARCH=i486 ;;
arm*) ARCH=arm ;; arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;; *) ARCH=$( uname -m ) ;;
esac esac
fi fi

View File

@ -8,5 +8,5 @@ MD5SUM="27c3854edf80716158001eec59634972 \
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
MAINTAINER="crocket" MAINTAINER="crocket"
EMAIL="crockabiscuit@yahoo.com" EMAIL="crockabiscuit@gmail.com"
APPROVED="dsomero" APPROVED="dsomero"

View File

@ -12,7 +12,7 @@ mbr: The MBR is used in booting operating systems from the hard disk.
mbr: It runs first, then transfers control to the operating system's mbr: It runs first, then transfers control to the operating system's
mbr: loader which transfers control to the kernel. mbr: loader which transfers control to the kernel.
mbr: mbr:
mbr: The website of mbr is http://packages.ubuntu.com/lucid/mbr mbr: Website: http://packages.ubuntu.com/lucid/mbr
mbr: mbr:
mbr: mbr:
mbr: mbr: