          MODULE=grub
         VERSION=0.97
          SOURCE=$MODULE-$VERSION.tar.gz
         SOURCE2=grub-splash.patch
         SOURCE3=grub-inode-size.patch.bz2
         SOURCE4=grub-ext4.patch.bz2
         SOURCE5=grub-pure64.patch.bz2
   SOURCE_URL[0]=ftp://alpha.gnu.org/gnu/grub
   SOURCE_URL[1]=http://www.funet.fi/pub/gnu/alpha/gnu/grub
     SOURCE2_URL=$PATCH_URL
     SOURCE3_URL=$PATCH_URL
     SOURCE4_URL=$PATCH_URL
     SOURCE5_URL=$PATCH_URL
      SOURCE_VFY=sha1:2580626c4579bd99336d3af4482c346c95dac4fb
     SOURCE2_VFY=sha1:ad02a3d37fb6efccbf7f6acd1f8c5cdb6c8a378d
     SOURCE3_VFY=sha1:15c852dd98d59b65048659699478b8c52d969227
     SOURCE4_VFY=sha1:512d0940ea294c2b112a6b895c8ed978d99f7a32
     SOURCE5_VFY=sha1:9641ea18ea4c1946a7c0d38971dba5a7c8d334a6
        WEB_SITE=http://www.gnu.org/software/grub
         ENTERED=20020310
         UPDATED=20080503
      MAINTAINER=tchan@lunar-linux.org
           SHORT="GNU GRUB boot loader"

cat << EOF
GNU GRUB is a Multiboot boot loader. It was derived from GRUB, GRand
Unified Bootloader, which was originally designed and implemented by
Erich Stefan Boleyn. Briefly, bootloader is the first software program
that runs when a computer starts. It is responsible for loading and
transferring control to the operating system kernel software (such as
the Hurd or the Linux). The kernel, in turn, initializes the rest of
the operating system (e.g. GNU).  Now with JFS and XFS support!

Sample commands to install grub on an ide hard drive with a boot
partition at /dev/hda1, swap at /dev/hda2, and root at /dev/hda3 are:

~# grub
grub> root (hd0,0)
grub> setup (hd0)
grub> quit

Sample /boot/grub/menu.lst file is:

default 0
timeout 30
title=Lunar kernel 2.4.25
root (hd0,0)
kernel /vmlinubz-2.4.25 root=/dev/hda3 devfs=nomount

EOF
