4593289 [rkeene@sledge /home/rkeene/projects/build]$ cat grub.txt
# SHORT DESC: GRand Unified Boot loader
# LONG DESC: GNU GRUB is a Multiboot loader. It was derived from GRUB. It is an attempt to produce a bootloader for IBM PC-compatible machines that has both the capability to be friendly to beginning or otherwise non-technically interested users and the flexibility to help experts in diverse environments. It is compatible with FreeBSD, NetBSD, OpenBSD and Linux. It supports Windows 9x/NT/2000/XP and OS/2 via chain-loaders. It has a menu interface and a command-line interface.
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir="$libdir" && \
make && \
make install || exit 1

mkdir -p /boot/grub || exit 1
cp -a $libdir/grub/i386-pc/* $libdir/grub/x86_64-unknown/* /boot/grub/ 
ln -s ../boot/grub/menu.lst /etc/grub.conf

exit 0
4593290 [rkeene@sledge /home/rkeene/projects/build]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2012-05-07 00:52:06