./sysutils/grub, GRand Unified Bootloader -- Boots *BSD, Linux, groks ffs, FAT, ext2

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.97nb9, Package name: grub-0.97nb9, Maintainer: pkgsrc-users

GRUB is the GRand Unified Bootloader. 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 NetBSD or Linux). GRUB understands
ffs, FAT{16,32}, ext2fs, ReiserFS, minixfs, and VSTafs. It can
directly boot NetBSD, FreeBSD, OpenBSD and Linux without any other
bootloader, loading a.out and ELF kernels from the disk and passing
along necessary arguments (in most cases). It can also boot any
operating system (the above, plus e.g. Windows, OS/2) by chaining
to that operating system's specific loader. Grub features a runtime
command line and loads its configuration at boot rather than
requiring rerunning of a separate utility. Other features are TFTP
booting, serial console support, large disk support, support for
both DOS MBR label and BSD disklabel simultaneously, booting from
hard drive or floppy.

GRUB is available for the i386 architecture only.


Required to build:
[devel/gmake]

Master sites:

SHA1: 2580626c4579bd99336d3af4482c346c95dac4fb
RMD160: 7fb5674edf0c950bd38e94f85ff1e2909aa741f0
Filesize: 949.007 KB

Version history: (Expand)


CVS history: (Expand)


   2010-02-21 17:44:52 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
Apply patch:
Fix problem with systems with more than 2 GB memory (notably,
x86_64-based systems).  Thanks Goswin Brederlow.

From Debian via Andrew Daugherity in PR 36627.

Bump PKGREVISION.

pkglint cleanup while here.
   2010-01-22 01:27:36 by Klaus Heinz | Files touched by this commit (1)
Log message:
Enabled installation to DESTDIR.
   2010-01-22 01:22:19 by Klaus Heinz | Files touched by this commit (2)
Log message:
Added LICENSE information.
   2010-01-04 18:04:51 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Use the canonical form of the transformation rule.
   2009-06-14 20:16:23 by Joerg Sonnenberger | Files touched by this commit (225)
Log message:
Remove @dirrm entries from PLISTs
   2009-06-07 20:20:03 by Tobias Nygren | Files touched by this commit (1)
Log message:
grub actually builds and runs fine on a NetBSD 5.x amd64 host, and knows
that it has to pass -m32 to gcc, so enable build for this platform.
   2008-04-13 00:43:15 by Johnny C. Lam | Files touched by this commit (370)
Log message:
Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
   2008-02-08 11:34:20 by Tobias Nygren | Files touched by this commit (7)
Log message:
Fix more cases of non-chainable PKGSRC_COMPILER tests.