diff options
author | Mike Westerhof <mwester@dls.net> | 2007-12-28 23:43:33 +0000 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2007-12-28 23:43:33 +0000 |
commit | fe3a7daf94d0e78662177431d797d15cfe0a99a5 (patch) | |
tree | 0f42cf2bf854a610d9441c115926feb9e3afe4ae /packages/nslu2-binary-only/unslung-rootfs/NOTES | |
parent | 76babfb9287899328224b3a9241463302edcdc95 (diff) |
Unslung: rootfs - increase disk-settling delay time in linuxrc, clarify text on some of
the web gui pages, update the NOTES with the latest changes.
Diffstat (limited to 'packages/nslu2-binary-only/unslung-rootfs/NOTES')
-rw-r--r-- | packages/nslu2-binary-only/unslung-rootfs/NOTES | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/nslu2-binary-only/unslung-rootfs/NOTES b/packages/nslu2-binary-only/unslung-rootfs/NOTES index 34d319d656..f5d82a7659 100644 --- a/packages/nslu2-binary-only/unslung-rootfs/NOTES +++ b/packages/nslu2-binary-only/unslung-rootfs/NOTES @@ -553,3 +553,17 @@ Replaced Linksys busybox with slingbox entirely. Modified "unsling" script to use tar instead of find and cpio; removed obsolete and untested unsling utilities (eg: resling). + +Replace mkfs.ext3 with a script in order to fix an obscure formatting bug +with the Linksys GUI. + +Increased the bootup delay from 5 seconds to 15 seconds in linuxrc; +required by some large disks which require additional time to become ready. +Touching "/.fastdisk" on the flash filesystem will revert to the original +5 second delay, which is useful to retain reasonably boot times. + +Added the bootdisk mechanism: at initial boot time, partitions mounted +on the HDD mountpoints are scanned for a special directory structure +containing startup script, which are executed. This facilitates easy +customization of the boot for debugging purposes, or even automated +installation and configuration processes. |