summaryrefslogtreecommitdiff
path: root/sysutils/mklivecd
diff options
context:
space:
mode:
authorgson <gson>2008-05-22 13:26:54 +0000
committergson <gson>2008-05-22 13:26:54 +0000
commiteb3424bd2d148f7de97568c165cdac863d67c868 (patch)
tree1648457da9dc2fa4399496892bbfc4ae4e627d53 /sysutils/mklivecd
parente761f2b8c307bbb33b25dd37342937d2b146c019 (diff)
downloadpkgsrc-eb3424bd2d148f7de97568c165cdac863d67c868.tar.gz
Note the need for options INCLUDE_CONFIG_FILE when using Grub.
Diffstat (limited to 'sysutils/mklivecd')
-rw-r--r--sysutils/mklivecd/files/mklivecd.813
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