s/boot/boot.pmax/
This commit is contained in:
parent
2e3d1cc048
commit
78ce8ea77d
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.12 1999/12/28 10:56:54 simonb Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2000/01/03 21:59:12 simonb Exp $
|
||||
|
||||
DISKBINDIR= /installation/diskimage
|
||||
KERNBINDIR= /binary/kernel
|
||||
|
@ -30,14 +30,14 @@ netbsd.gz: ${KERN} ${RAMDISK}
|
|||
rm -f netbsd.gz
|
||||
gzip -9 netbsd
|
||||
|
||||
${IMAGE}.gz: netbsd.gz ${DESTDIR}/usr/mdec/boot
|
||||
${IMAGE}.gz: netbsd.gz ${DESTDIR}/usr/mdec/boot.pmax
|
||||
dd if=/dev/zero of=${IMAGE} count=${IMAGESIZE}
|
||||
vnconfig ${DISKTYPEARG} -v -c ${VND_DEV} ${IMAGE} ${VND_GEOM}
|
||||
${PRELABEL}
|
||||
-newfs -m 0 -o space ${NEWFSOPTS} ${VND_RDEV}
|
||||
${BOOTINSTALL}
|
||||
mount ${VND_DEV} ${MOUNT_POINT}
|
||||
cp -p ${DESTDIR}/usr/mdec/boot ${MOUNT_POINT}
|
||||
cp -p ${DESTDIR}/usr/mdec/boot.pmax ${MOUNT_POINT}
|
||||
cp -p netbsd.gz ${MOUNT_POINT}/netbsd
|
||||
@echo ""
|
||||
@df -i ${MOUNT_POINT}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: list,v 1.10 1999/12/28 10:46:55 simonb Exp $
|
||||
# $NetBSD: list,v 1.11 2000/01/03 22:03:36 simonb Exp $
|
||||
|
||||
# pmax extra's: mountpoint for kernfs
|
||||
SPECIAL mkdir kern
|
||||
|
@ -67,8 +67,8 @@ SPECIAL /bin/rm dev/MAKEDEV dev/MAKEDEV.local
|
|||
|
||||
# we need the contents of /usr/mdec
|
||||
COPYDIR ${DESTDIR}/usr/mdec usr/mdec
|
||||
# and /boot
|
||||
COPY ${DESTDIR}/boot boot
|
||||
# and /boot.pmax
|
||||
COPY ${DESTDIR}/boot.pmax boot.pmax
|
||||
|
||||
|
||||
# the zoneinfo (dont use)
|
||||
|
|
Loading…
Reference in New Issue