Bug 3288 - addition of a -f (force) option to "write_mfs_in_kernel.c"
Summary: addition of a -f (force) option to "write_mfs_in_kernel.c"
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 2.2.1-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1997-04-14 11:40 UTC by Martin Kammerhofer
Modified: 1997-09-18 19:28 UTC (History)
0 users

See Also:


Attachments
file.diff (2.18 KB, patch)
1997-04-14 11:40 UTC, Martin Kammerhofer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Kammerhofer 1997-04-14 11:40:37 UTC
	I4m a FreeBSD user who (inspired by the handbooks chapter
	FreeBSD internals/The FreeBSD Booting Process/Interesting combinations)
	made myself custom bootfloppies.
	During development the MFS inside the kernel changes frequently
	and therefore altered MFS-images are written into the development
	kernel.
	Unfortunately the (undocumented) utility write_mfs_in_kernel allows
	this only ONCE because there4s a check for all zeroes.
	My proposed patch eliminates the need to relink the kernel every time
	a (non-kernel) file is changed and therefore saves a lot of time.

Fix: Index: write_mfs_in_kernel.c
Comment 1 Poul-Henning Kamp freebsd_committer freebsd_triage 1997-09-18 19:27:46 UTC
State Changed
From-To: open->closed


added, thanks!