Fix some typos and note that bootxx_cd9660 can load from a path name longer
than 8 chars.
This commit is contained in:
parent
980d2ea0f0
commit
e14a5d3249
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile.bootcd,v 1.11 2007/08/31 14:20:29 jnemeth Exp $
|
# $NetBSD: Makefile.bootcd,v 1.12 2007/11/20 16:12:50 sborrill Exp $
|
||||||
#
|
#
|
||||||
# Makefile snipped to create a CD/DVD ISO
|
# Makefile snipped to create a CD/DVD ISO
|
||||||
#
|
#
|
||||||
@ -24,9 +24,10 @@
|
|||||||
# CDINSTKERNEL instkernel directory (relative to ${.CURDIR})
|
# CDINSTKERNEL instkernel directory (relative to ${.CURDIR})
|
||||||
# CDKERNELS couples of the form:
|
# CDKERNELS couples of the form:
|
||||||
# source name_on_cd
|
# source name_on_cd
|
||||||
# source kernels are copied from ${CDINSTKENRNEL} (or it's obj dir)
|
# source kernels are copied from ${CDINSTKERNEL} (or its obj dir)
|
||||||
# note that as of yet, bootxx_cd9660 can't load kernel names of more than
|
# note that as of yet, bootxx_cd9660 can't load kernel names of more than
|
||||||
# 8 chars.
|
# 8 chars (though they can be in a sub-directory meaning the pathname is
|
||||||
|
# longer than 8 chars)
|
||||||
#
|
#
|
||||||
|
|
||||||
BOOT?= ${DESTDIR}/usr/mdec/boot
|
BOOT?= ${DESTDIR}/usr/mdec/boot
|
||||||
|
Loading…
Reference in New Issue
Block a user