The contents of this tree are free software, by Mark Lord (2009).
You may use this code however you wish, without restriction.

The contents of this tree are as follows:

init
	-- script to prepare system for "running from RAM" mode
	-- use on kernel command line with "init=/ram/init"

sbin/commit_session.sh
	-- script to prepare and then rsync changes to the real media

rearrange_sysfiles_for_ram_session
	-- script used by init and commit_session.sh
	-- creates symlinks for sbin/ and etc/ replacement files
	found here under /ram, renaming the original system files
	(on the tmpfs) with a ".real" suffix.

