Bug 15874

Summary: PicoBSD can only update files from within /etc
Product: Base System Reporter: Peter Jeremy <jeremyp>
Component: miscAssignee: freebsd-small (Nobody) <small>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Peter Jeremy 2000-01-04 04:10:01 UTC
	During PicoBSD boot, files in the /etc directory (and sub-
	directories) of the boot floppy are copied into the MFS.

	In order to allow port and user configuration files
	(specifically ssh configuration files and keys for my
	purposes), it would be useful to also copy files from /root
	and /usr as well.

	Also, the size of the startup script (mfs.rc) should not be
	an issue if it is deleted before the replacement is copied
	over it (although I haven't confirmed this).

Fix: The following is the change I made to my customised
	/usr/src/release/picobsd/net/floppy.tree/etc/mfs.rc
How-To-Repeat: 
	Add files other than in /etc on the floppy disk - they are
	not copied.
Comment 1 Johan Karlsson freebsd_committer freebsd_triage 2000-08-24 12:29:52 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-small

Over to maintainer group.
Comment 2 Luigi Rizzo freebsd_committer freebsd_triage 2002-03-08 13:01:39 UTC
State Changed
From-To: open->closed

The rc scripts have been restructured to handle part of 
the things suggested here.