Bug 27041

Summary: modify src/release/Makefile to make another floppy image
Product: Base System Reporter: logo <logo>
Component: miscAssignee: Ceri Davies <ceri>
Status: Closed FIXED    
Severity: Affects Only Me CC: logo
Priority: Normal    
Version: 4.3-STABLE   
Hardware: Any   
OS: Any   

Description logo 2001-05-03 00:00:11 UTC
	FreeBSD says that it has the option to allow one to install fbsd onto a system
        that doesnt have a monitor. This can be done using a serial connection between
        2 systems. In order to do such a thing, you need to either have an existing
        freebsd system, or you'd need a special kern.flp that will add a -h option during
        boot time so that the console is set to be displayed on the first serial port. The
        only thing that is different between kern.flp and the this headless install floppy
        would be that this floppy would contain a file called "boot.config" in the root of
        that floppy that would contain "/boot/loader -h", which would set the serial console
        stuff up. I don't know enough about makefiles and C to do it myself, so I am hoping
        someone has a chance to do this.

Fix: 

No problem, no fix.
How-To-Repeat:         You can do this yourself on your system be hitting the <anykey> while the boot loader
        is starting (this is when the \|/- symbols are going insane on startup), then typing
        "-h<enter>".
Comment 1 Makoto Matsushita 2002-02-12 16:29:53 UTC
> No problem, no fix.

Can we close this PR?  It would be better that some tools to tweak
boot floppies to put /boot.config file, but it is rare case for
the ordinal users...

-- -
Makoto `MAR' Matsushita
Comment 2 Hiroo Ono 2002-02-13 16:19:44 UTC
As it seems that you need a report for this...
I am installing a current snapshot with serial console.

As described, I mouted the install floppy (kern.flp) and placed the
file boot.config containing "/boot/loader -h".
I am now seeing the sysinstall on the serial console.

Do we need anything else to close this PR?
Comment 3 matusita freebsd_committer freebsd_triage 2002-02-15 23:18:10 UTC
State Changed
From-To: open->feedback

Waiting submitter's feedback.
Comment 4 Murray Stokely freebsd_committer freebsd_triage 2002-03-27 13:00:31 UTC
Hey Val,

  Can you please add a small note to the 'Advanced Installation'
section of the Handbook to include the workaround about attaching a
keyboard, hitting any key, then typing '-h <enter>'?  

  The existing instructions in the Handbook are good, but they do not
help the user if they do not have access to an existing FreeBSD
machine.

  This is essentially just a docs issue.

	- Murray
Comment 5 Ceri Davies freebsd_committer freebsd_triage 2003-06-08 19:46:17 UTC
State Changed
From-To: feedback->closed

This was never really a bug as such, more a documentation request. 
This documentation has been added to the Handbook under the 
"Advanced Installation" section. 


Comment 6 Ceri Davies freebsd_committer freebsd_triage 2003-06-08 19:46:17 UTC
Responsible Changed
From-To: freebsd-bugs->ceri

I'll handle any fallout.