Subject: install/29189: generate a big bootfloppy with console enabled
To: None <install-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <ptijo@tumfatig.net>
List: netbsd-bugs
Date: 02/01/2005 19:46:00
>Number:         29189
>Category:       install
>Synopsis:       generate a big bootfloppy with console enabled
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    install-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Feb 01 19:46:00 +0000 2005
>Originator:     ptiJo
>Release:        NetBSD 2.0_STABLE
>Organization:

,- This mail runs ------.
`--------- NetBSD/i386 -'
>Environment:
System: NetBSD atheria.tumfatig.net 2.0_STABLE NetBSD 2.0_STABLE (ATHERIA-$Revision: 1.595.2.11 $) #7: Tue Jan 25 20:22:04 CET 2005 root@atheria.tumfatig.net:/usr/src/sys/arch/i386/compile/ATHERIA i386
Architecture: i386
Machine: i386
>Description:
	I wanted to install a headless PC.
	I planned to install from my laptop which has no floppy.
	So I modified boot-big to have console enabled.
	Then I burned a CD with this boot-big-com.
	The PC booted on the CD with console enabled =)

	I hope this could be useful to others.
>How-To-Repeat:
	# cd /usr/src/distrib/i386/floppies
	# cp -pr bootfloppy-com bootfloppy-com-big
	# cd bootfloppy-com-big
	# cat > Makefile
########################################################################
# $NetBSD $

FLOPPYBASE=             boot-big-com
FLOPPYSIZE=             5760
FLOPPYKERNEL=           netbsd-INSTALL.gz
FLOPPYBOOTOPTIONS=      -o console=com0

.include "${.CURDIR}/../common/Makefile.bootfloppy"

########################################################################
	# make depend
	# make
	
	the 'boot-big-com1.fs' file can be used with mkisofs (mkisofs -o /tmp/NetBSD-2.0_STABLE.iso -b i386/floppies/boot-big-com1.fs ...).
>Fix: