1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

- Update pkg-message with additional usage information

This commit is contained in:
Kris Moore 2015-06-09 13:32:49 +00:00
parent 6dd66fe8be
commit 26c2d85139
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388934

View File

@ -1,16 +1,4 @@
#############################################################
To install GRUB on the master boot record of your hard drive
use 'grub-install <drive-to-install>' command.
A typical menu entry in /boot/grub/grub.cfg for FreeBSD:
menuentry "FreeBSD" {
set root="(hd0,msdos1,bsd1)"
kfreebsd /boot/loader
}
Or use grub-mkconfig to create the config file.
#############################################################
This version of grub includes support for PC-BSD style boot
This version of GRUB includes support for PC-BSD style boot
environments. For it to properly detect / populate your
BE menus you must have your root zpool setup in the following
manner:
@ -18,3 +6,14 @@ manner:
<tank>/ROOT/<be>
Where <tank> is your zpool, and <be> is your '/' mountpoint.
The "beadm" utility must be installed and working before using
GRUB utilities.
Additionally, when using GPT, you must have a created a
"bios-boot" partition at install time. This partition is used
for GRUB's modules for GELI/ZFS and related bits.
To install GRUB as your boot-loader, use the following command:
# grub-install /dev/ada0 (replace ada0 with your disk)
# grub-mkconfig -o /boot/grub/grub.cfg