diff options
author | gson <gson@pkgsrc.org> | 2008-05-22 13:26:54 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2008-05-22 13:26:54 +0000 |
commit | cbfd61ecb4fdf97844d25ee71f421d9872f0f205 (patch) | |
tree | 1648457da9dc2fa4399496892bbfc4ae4e627d53 | |
parent | 705e88943b9b1c43b5bdb75baec54c44a6a96288 (diff) | |
download | pkgsrc-cbfd61ecb4fdf97844d25ee71f421d9872f0f205.tar.gz |
Note the need for options INCLUDE_CONFIG_FILE when using Grub.
-rw-r--r-- | sysutils/mklivecd/files/mklivecd.8 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/sysutils/mklivecd/files/mklivecd.8 b/sysutils/mklivecd/files/mklivecd.8 index d49d7eb9a91..45ab34fd06d 100644 --- a/sysutils/mklivecd/files/mklivecd.8 +++ b/sysutils/mklivecd/files/mklivecd.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mklivecd.8,v 1.20 2008/04/29 13:48:06 xtraeme Exp $ +.\" $NetBSD: mklivecd.8,v 1.21 2008/05/22 13:26:54 gson Exp $ .\" .\" mklivecd - Make your own NetBSD/x86 Live CD-ROM/DVD-ROM .\" @@ -528,6 +528,17 @@ This line is required in the kernel config file for the Live CD-ROM/DVD-ROM to boot correctly and without human interactivity, otherwise you'll have to enter the parameters manually when booting. +If you use Grub, you will also need +.Bd -literal -offset indent +options INCLUDE_CONFIG_FILE +.Ed +.Pp +because +.Nm +will run +.Ic "config -x" +on the kernel to determine +whether the MULTIBOOT option is enabled. .Sh EXAMPLES Below are the minimal steps to create your own Live CD-ROM/DVD-ROM: .Bd -literal -offset indent |