summaryrefslogtreecommitdiff
path: root/sysutils/grub2/pkg-message
blob: 81092db7f468a8f9b76626211e7d95d4ac288eda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[
{ type: install
  message: <<EOM
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.
EOM
}
]