diff options
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. |