Subject: port-i386/966: Need to update distribution Makefile.inc vnconfig invocation
To: None <gnats-admin@NetBSD.ORG>
From: None <ghudson@MIT.EDU>
List: netbsd-bugs
Date: 04/15/1995 18:05:08
>Number: 966
>Category: port-i386
>Synopsis: floppy Makefile.inc uses vnconfig wrong
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: gnats-admin (GNATS administrator)
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sat Apr 15 18:05:03 1995
>Originator: Greg Hudson
>Organization:
MIT SIPB
>Release: April 15
>Environment:
System: NetBSD glacier 1.0A NetBSD 1.0A (GLACIER) #4: Thu Apr 13 16:52:38 EDT 1995 root@glacier:/usr/src/sys/arch/i386/compile/GLACIER i386
>Description:
The Makefile.inc files for the floppy distributions use
"vnconfig -u ${VND_DEV} ${IMAGE}"; the second argument is no
longer necessary (or allowed).
>How-To-Repeat:
Try making the distribution floppies.
>Fix:
*** /afs/iastate.edu/public/ftp/pub/netbsd/NetBSD-current/src/src/distrib/i386/floppies/kc-common/Makefile.inc Mon Nov 21 16:21:47 1994
--- kc-common/Makefile.inc Sat Apr 15 20:53:19 1995
***************
*** 29,35 ****
@df -i ${MOUNT_POINT}
@echo ""
umount ${MOUNT_POINT}
! vnconfig -u ${VND_DEV} ${IMAGE}
cat /*bin/* > /dev/null
unconfig:
--- 29,35 ----
@df -i ${MOUNT_POINT}
@echo ""
umount ${MOUNT_POINT}
! vnconfig -u ${VND_DEV}
cat /*bin/* > /dev/null
unconfig:
*** /afs/iastate.edu/public/ftp/pub/netbsd/NetBSD-current/src/src/distrib/i386/floppies/inst-common/Makefile.inc Mon Nov 21 16:21:45 1994
--- inst-common/Makefile.inc Sat Apr 15 20:53:51 1995
***************
*** 28,34 ****
@df -i ${MOUNT_POINT}
@echo ""
umount ${MOUNT_POINT}
! vnconfig -u ${VND_DEV} ${IMAGE}
cat /*bin/* > /dev/null
unconfig:
--- 28,34 ----
@df -i ${MOUNT_POINT}
@echo ""
umount ${MOUNT_POINT}
! vnconfig -u ${VND_DEV}
cat /*bin/* > /dev/null
unconfig:
>Audit-Trail:
>Unformatted: