diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-05-20 07:11:40 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-05-20 07:11:40 +0000 |
commit | fc86e9d317141f2037b5ff6a20236fd1fb637840 (patch) | |
tree | dab7c16af6d9001c3854fe20584a76445791e153 /sysutils/mklivecd | |
parent | fee8df54ccf57e135043a32fa8fd0850035c92ed (diff) | |
download | pkgsrc-fc86e9d317141f2037b5ff6a20236fd1fb637840.tar.gz |
The required option in grub actually is "GRUB_USE_ISO9660".
Diffstat (limited to 'sysutils/mklivecd')
-rw-r--r-- | sysutils/mklivecd/MESSAGE | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/mklivecd/MESSAGE b/sysutils/mklivecd/MESSAGE index 13349126dde..8f5196f058c 100644 --- a/sysutils/mklivecd/MESSAGE +++ b/sysutils/mklivecd/MESSAGE @@ -1,9 +1,9 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2004/04/27 15:34:19 xtraeme Exp $ +$NetBSD: MESSAGE,v 1.3 2004/05/20 07:11:40 xtraeme Exp $ -You'll have to install pkgsrc/sysutils/grub with the option "GRUB_ISO9660" -enabled to use mklivecd, so you'll be able to boot big kernels or -multiple kernels via grub. +You'll have to install pkgsrc/sysutils/grub with the option +"GRUB_USE_ISO9660" enabled to use mklivecd, so you'll be able to boot big +kernels or multiple kernels via grub. Don't forget to create the ``menu.lst'' in $ISODIR/boot/grub to specify what kernels you want to boot. |