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 | d361586a483e74402b54291f7cff37908f4836f9 (patch) | |
tree | dab7c16af6d9001c3854fe20584a76445791e153 /sysutils | |
parent | 4000ef7084caff532c96d9178adf409ae7542ec4 (diff) | |
download | pkgsrc-d361586a483e74402b54291f7cff37908f4836f9.tar.gz |
The required option in grub actually is "GRUB_USE_ISO9660".
Diffstat (limited to 'sysutils')
-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. |