Initscripts patch.
authorJohn Bowler <jbowler@nslu2-linux.org>
Mon, 30 May 2005 06:12:33 +0000 (06:12 +0000)
committerJohn Bowler <jbowler@nslu2-linux.org>
Mon, 30 May 2005 06:12:33 +0000 (06:12 +0000)
commit6950e496815f69df7b50f4664b654ac6b3e4f7de
tree0cd12f2251a5a0590d3c511d60d8a26dc10575e9
parenta4912c88f3ebe4f5e322773b655b4300f1e39e07
Initscripts patch.
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
22 files changed:
packages/busybox/busybox_1.00.bb
packages/initscripts/initscripts-1.0/openslug/alignment.sh [moved from packages/openslug-init/openslug-init-0.10/leds_startup with 100% similarity]
packages/initscripts/initscripts-1.0/openslug/devices.patch [moved from packages/openslug-init/openslug-init-0.10/rmrecovery with 100% similarity]
packages/initscripts/initscripts-1.0/openslug/domainname.sh [new file with mode: 0644]
packages/initscripts/initscripts-1.0/openslug/rootopts.patch [new file with mode: 0644]
packages/initscripts/initscripts-1.0/openslug/umountfs [new file with mode: 0644]
packages/initscripts/initscripts-1.0/openslug/umountnfs.sh [new file with mode: 0644]
packages/initscripts/initscripts-openslug_1.0.bb [new file with mode: 0644]
packages/meta/openslug-image.bb
packages/netbase/netbase_4.21.bb
packages/openslug-init/openslug-init-0.10/initscripts/leds_startup [new file with mode: 0644]
packages/openslug-init/openslug-init-0.10/initscripts/rmrecovery [new file with mode: 0644]
packages/openslug-init/openslug-init-0.10/initscripts/sysconfsetup [new file with mode: 0644]
packages/openslug-init/openslug-init-0.10/initscripts/syslog.buffer [new file with mode: 0644]
packages/openslug-init/openslug-init-0.10/initscripts/syslog.file [new file with mode: 0644]
packages/openslug-init/openslug-init-0.10/initscripts/syslog.network [new file with mode: 0644]
packages/openslug-init/openslug-init-0.10/initscripts/umountinitrd.sh [new file with mode: 0644]
packages/openslug-init/openslug-init-0.10/initscripts/zleds [new file with mode: 0644]
packages/openslug-init/openslug-init-0.10/leds_rs_green [deleted file]
packages/openslug-init/openslug-init-0.10/sysconfsetup [deleted file]
packages/openslug-init/openslug-init-0.10/turnup
packages/openslug-init/openslug-init_0.10.bb