head	1.3;
access;
symbols
	RELENG_3_5_0_RELEASE:1.2.2.1
	RELENG_3_4_0_RELEASE:1.2.2.1
	RELENG_3_3_0_RELEASE:1.2.2.1
	RELENG_3_2_PAO:1.2.0.4
	RELENG_3_2_PAO_BP:1.2
	RELENG_3_2_0_RELEASE:1.2
	RELENG_3_1_0_RELEASE:1.2
	RELENG_3:1.2.0.2
	RELENG_3_BP:1.2
	RELENG_3_0_0_RELEASE:1.2
	v0_4:1.1.1.1
	PICOBSD:1.1.1;
locks; strict;
comment	@# @;


1.3
date	99.08.22.21.42.31;	author dwhite;	state dead;
branches;
next	1.2;

1.2
date	98.09.29.11.58.54;	author abial;	state Exp;
branches
	1.2.2.1;
next	1.1;

1.1
date	98.08.27.17.38.42;	author abial;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.08.27.17.38.42;	author abial;	state Exp;
branches;
next	;

1.2.2.1
date	99.08.22.23.07.42;	author dwhite;	state dead;
branches;
next	;


desc
@@


1.3
log
@Major PicoBSD update by luigi with some debugging help from myself.

. Now builds on -STABLE (-CURRENT is broken due to bugs)
. etc directory contents centralized instead of in each
  type directory (can exclude & override as desired)
. Removed extraneous language files (lang files for rc really necessary?)
. dialog-based build tool with support for custom floppy builds
. MFS image loads as a mfs_root module instead of compiled into kernel

THIS IS BROKEN ON CURRENT.  I'll MFC to -STABLE immediately following.
luigi tells me I have an OK from jkh on the MFC.

Submitted by:	luigi
@
text
@#!/bin/sh

#
#	$Id: install,v 1.2 1998/09/29 11:58:54 abial Exp $
#
FILENAME=picobsd.bin

echo "Please insert a blank floppy in /dev/fd0."
echo "WARNING: the contents of the floppy will be permanently erased!"
echo "Your options:"
echo "	* ^C to abort,"
echo "	* Enter to install \"${FILENAME}\","
echo "	* name of other file to install."
echo ""
read -p "Your choice: " junk
if [ "X${junk}" != "X" ]
then
	FILENAME=${junk}
fi
echo "Writing ${FILENAME}..."
dd if=${FILENAME} of=/dev/rfd0
echo "Done."
@


1.2
log
@Better handling of "custom" setup.

Submitted by:	Randal Masutani <randal@@comtest.com>
@
text
@d4 1
a4 1
#	$Id: install,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $
@


1.2.2.1
log
@MFC: PicoBSD mega-upgrade.  It actually works in -STABLE, let's hope I
didn't miss anything.  According to luigi, I have jkh's OK on this.

Submitted by:  luigi
@
text
@d4 1
a4 1
#	$Id: install,v 1.2 1998/09/29 11:58:54 abial Exp $
@


1.1
log
@Initial revision
@
text
@d4 1
a4 1
#	$Id: install,v 1.3 1998/08/02 01:04:37 abial Exp $
d6 1
d10 12
a21 5
echo "Press ^C to abort, Enter to continue."
read junk

echo "Writing picobsd.bin..."
dd if=picobsd.bin of=/dev/rfd0
@


1.1.1.1
log
@Initial import of PicoBSD v0.4 tree.
@
text
@@
