2005-02-19 11:23:13 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 0.96:
New in 0.96 - 2005-01-30:
* The command "fallback" supports mutiple fallback entries.
* The command "savedefault" supports an optional argument which
is the number of next boot entry or the special keyword `fallback'.
* New utility "grub-set-default".
* New section "Making your system robust" in the manual.
|
2004-12-29 15:38:19 by Hubert Feyrer | Files touched by this commit (1) |
Log message:
Document things a bit better
|
2004-12-29 11:08:04 by Hubert Feyrer | Files touched by this commit (1) |
Log message:
Add example for menu.lst
|
2004-10-03 02:18:40 by Todd Vierling | Files touched by this commit (863) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
2004-08-28 08:05:32 by Johnny C. Lam | Files touched by this commit (25) |
Log message:
Use the new BUILDLINK_TRANSFORM commands to more precisely state the
intended transformation: use "rm" to remove an option, \
"rmdir" to remove
all options containing a path starting with a given directory name, and
"rename" to rename options to something else.
|
2004-08-02 18:47:40 by Marc Recht | Files touched by this commit (2) |
Log message:
Fix PLIST for Linux by adding LOWER_VENDOR (which is empty for NetBSD).
Patch provided by pancake in PR pkg/26517
|
2004-06-20 22:57:17 by Juan Romero Pardines | Files touched by this commit (3) |
Log message:
Update sysutils/grub to 0.95, and remove obsoleted options
GRUB_USE_UFS2/GRUB_USE_ISO9660, they are not longer needed.
New in 0.95 - 2004-06-13:
* Add support for ReiserFS 3.
* Fix support for FreeBSD 5.
* Support ATARAID for Linux in the grub shell and grub-install.
* Add CDROM support for El Torito with no emulation mode. You can use
(cd) as a CDROM drive in the config file.
* Option --no-mem-option is implied for Linux 2.4.18 and newer.
* Add support for UFS2.
|
2004-05-02 22:04:37 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
Rename GRUB_ISO9660 and GRUB_UFS2 to GRUB_USE_ISO9660 and GRUB_USE_UFS2
respectively, and document them in bsd.pkg.defaults.mk.
|
2004-05-02 19:00:14 by Juan Romero Pardines | Files touched by this commit (3) |
Log message:
Add support for UFS2 from FreeBSD. Patch provided by FUKAUMI Naoki
in PR pkg/25434.
|
2004-04-26 17:42:44 by Juan Romero Pardines | Files touched by this commit (3) |
Log message:
Apply an optional patch for eltorito support, so you can boot grub
via a cdrom. It can be enabled with the option "GRUB_ISO9660" and
is disabled by default.
|