summaryrefslogtreecommitdiff
path: root/packages/openslug-init/openslug-init-0.10/initscripts
AgeCommit message (Collapse)AuthorFiles
2006-01-07slugos: Major rename of common SlugOS files and directories from openslug to ↵Rod Whitby9
slugos.
2005-08-14Update so that the disk leds aren't switched on/offOyvind Repvik1
2005-07-17Horrible hacky, maybe working, work round for shutdown -r. Please reportJohn Bowler1
any future hangs on shutdown -r in slugbug 145.
2005-07-03Make a raw, unconfigured, NSLU2 default to DHCP boot protoJohn Bowler1
2005-06-30import clean BK tree at cset 1.3670Koen Kooi8
2005-06-11Implementation of reflash without RedBoot/upslug.John Bowler1
Very limited testing. To try it run 'reflash help'. BKrev: 42aa2af2mr4JkjqtkaV8hSbfxSC9bw
2005-05-30Initscripts patch.John Bowler8
This changes the order of the shutdown scripts in openslug to ensure that the network shutdown does not happen before network file systems have been unmounted. It also adds some missing scripts - hwclock.sh (load/save the hwclock, otherwise it gets loaded but not saved, in the absence of NTP). alignment.sh (added to openslug, was in 'arm' before), and umountfs (excluded from oe). The file system unmount scripts use /proc/mounts (not fstab) and unmount in the correct order (the old scripts only worked if nothing was mounted within a mounted file system). Scripts have been patched (openslug only patches) to make them work correctly with openslug NFS, flash and disk root and to arrange for syslog to run as long as possible (it's now in S/0/6, not in the user run levels). Directory struction of openslug-init has been tidied up, with all the initscripts in a sub-dirctory. initscritps-openslug is an openslug specific variant of initscripts which tracks it and fails safe (an update/change to initscripts will cause initscripts-openslug to fail rather than build strangeness). turnup also contains a fix for slugbug 150. BKrev: 429aaed1D-1XOdk8brF2bP9C9EEEJQ