Bug 5101 - make release use vn0 device (default device for swap-file)
Summary: make release use vn0 device (default device for swap-file)
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: 3.0-CURRENT
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1997-11-20 08:50 UTC by Vasim Valejev
Modified: 1998-03-22 22:02 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vasim Valejev 1997-11-20 08:50:01 UTC
	I builds my own release FreeBSD-3.0 CURRENT with 'make release' from /usr/src/release . It uses /dev/vn0c in build process and crashes my system (/etc/rc uses same device for add swap-file) :( .

Fix: 

Change 'vn0c' to 'vn1c' in /usr/src/release/Makefile ?
How-To-Repeat: 
	turn on swap-file in /etc/rc.conf and try make release
Comment 1 Steve Price freebsd_committer freebsd_triage 1998-03-22 22:00:42 UTC
State Changed
From-To: open->closed

John Hay just committed a fix to doFS.sh that makes 
'make release VNDEVICE=vn1' possible.