Bug 47191

Summary: 'make iso.1' in /usr/src/release: iso's are not bootable
Product: Base System Reporter: Joost Bekkers <joost>
Component: miscAssignee: Murray Stokely <murray>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.5-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Joost Bekkers 2003-01-18 17:50:02 UTC
When you do a 'make iso.1' in /usr/src/release of the chroot-ed environment created
by make release. The iso images it creates are only bootable if you define MAKE_ISOS.
This doesn't seem right to me, because you shouldn't need to tell it twice to make iso's.
(ie 'make iso.1 -DMAKE_ISOS')

Fix: ***************
How-To-Repeat: 
start a 'make release' and "forget" to include -DMAKE_ISOS
chroot /usr/release (or whatever)
cd /usr/src/release
make iso.1
Comment 1 Murray Stokely freebsd_committer freebsd_triage 2003-05-05 06:29:16 UTC
State Changed
From-To: open->patched

I have committed this change to -CURRENT.  Thanks for the submission. 
I will MFC this in a week. 



Comment 2 Murray Stokely freebsd_committer freebsd_triage 2003-05-05 06:29:16 UTC
Responsible Changed
From-To: freebsd-bugs->murray

I have committed this change to -CURRENT.  Thanks for the submission. 
I will MFC this in a week.
Comment 3 Murray Stokely freebsd_committer freebsd_triage 2003-05-11 00:01:49 UTC
State Changed
From-To: patched->closed

I've merged this to -STABLE.  Thanks for the submission.