Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2007-08-20 | initscripts: add a functions script that is supposed to be sourced from ↵ | Michael Lauer | 1 | |
individual init scripts providing some useful functions. added cpuinfo_id() and killproc() for a start | ||||
2007-08-14 | initscripts: first steps towards working together with RTC | Michael Lauer | 1 | |
TODO: might need more work for systems without a hardware clock | ||||
2007-06-23 | initscripts 1.0: mountall.sh: Don't swallow crucial errors. | Paul Sokolovsky | 1 | |
* Instead, log them to syslog. | ||||
2007-06-23 | initscripts 1.0: mountall.sh: Drop dependency on util-linux-mount. | Paul Sokolovsky | 1 | |
* Yes, there's such dependency, unspecified. Due to funky options it doesn't work with cute busybox mount. * Those funky options better be killed shamefully, but let's do the twist, and allow to specify additional mountall options via /etc/default/mountall, and let util-linix-mount spit its funkiness there. User can edit it to his likes, too. | ||||
2007-06-21 | initscripts: add seperate inittab for FIC GTA01 (ttySAC multiplexing...) | Michael Lauer | 1 | |
2007-06-18 | initscripts 1.0: ramdisk: Don't bother to screw up randomly found mtdram ↵ | Paul Sokolovsky | 1 | |
partition. * In the sense, that at least try to make sure it's not completely mad. Though likely, scripts liek this should not be installed by default at all. | ||||
2007-06-05 | initscripts: mountall.sh: Create roots home directory on boot if it is ↵ | Matthias Hentges | 1 | |
missing, closing bug 2109 | ||||
2007-05-14 | basefiles, initscripts: make /var non-volatile, as discussed on the ↵ | Jamie Lenehan | 1 | |
mailinglist | ||||
2007-05-02 | packages/initscripts/initscripts_1.0.bb:Add mountall.sh script for ↵ | Stelios Koroneos | 1 | |
oplinux-uclibc | ||||
2007-04-26 | initscripts: dropped OpenZaurus specific checkversion script | Marcin Juszkiewicz | 1 | |
2007-04-01 | initscripts: fix checkroot and remove angstrom specific checkroot | Koen Kooi | 1 | |
2007-03-19 | Initial commit for a number of oplinux and oplinux-uclibc specific configs ↵ | Stelios Koroneos | 1 | |
for base-files, netbase, sysvinit and initscripts | ||||
2007-01-28 | initscripts: tweak mtab reading in checkroot.sh so that r/w ramdisk | Phil Blundell | 1 | |
works on epia | ||||
2007-01-19 | initscripts: add missing variable assignment in checkroot.sh | Phil Blundell | 1 | |
2007-01-19 | initscripts: bump PR so people can get the fixed populate-volatile.sh via ↵ | Koen Kooi | 1 | |
their favourite package manager | ||||
2006-12-31 | remove extra whitespace at end-of-line in about 900 bb files. | Rolf Leggewie | 1 | |
2006-11-27 | initscripts: | Matthias Hentges | 1 | |
- Reformat some echo lines to be more readable on QVGA - echo RETURNCODE after fsck run - raise RETURNCODE for a FUBAR FS to -gt3 | ||||
2006-11-21 | initscripts: Updates for populate-volatile.sh: | Jamie Lenehan | 1 | |
- Add support for "update" as a parameter to force regeneration of the cache when run (if the cache is not being used it's ignored). - When generating the cache add *all* needed commands to the cache, not just those that were actually needed on this run. Without this only the additional directories created during an update will be added to the cache. Anything that calls populate-volatile.sh during postinst should now pass update as a parameter. Currently (and before this change) if the cache is enabled then any call to populate-volatile.sh during postinst does nothing, generally breaking anything that uses volatiles that is installed after the first boot of the device. | ||||
2006-11-12 | initscripts: checkroot.sh: chvt 1 if fsck returns with an errorcode and ↵ | Matthias Hentges | 1 | |
waits for user input. Fixes the "hanging" bootsplash on some distros | ||||
2006-11-11 | initscripts: fix RO root problem for angstrom | Koen Kooi | 1 | |
* I suspect it applies to all 2.6 based devices | ||||
2006-11-08 | initscripts: Remove the animated progress bar since it doesn't work well w/ ↵ | Matthias Hentges | 1 | |
busybox sh | ||||
2006-11-07 | initscripts: checkroot.sh: enable auto-fsck on boot for ext2 and ext3 rootfs ↵ | Matthias Hentges | 1 | |
partitions * * * Untested in .dev! * * * | ||||
2006-10-21 | initscripts: add an extra check to checkroot.sh, inspired by the logicpd ↵ | Koen Kooi | 1 | |
cset earlier | ||||
2006-10-20 | initscripts: Add custom checkroot.sh for logicpd-pxa270 | Cliff Brake | 1 | |
init script needs to be looking for /dev/root instead of rootfs to determine if the rootfs has been mounted rw yet. This may be a setup issue in the kernel build, but until we can figure that out, this is the workaround. | ||||
2006-10-10 | Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them. | Koen Kooi | 1 | |
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details | ||||
2006-08-31 | initscripts-slugos: Fix extra symlinks that break do_install. Bump PR of ↵ | Oyvind Repvik | 1 | |
initscripts | ||||
2006-08-25 | initscripts: don't run the devices (devfs) script when udev is active, ↵ | Philipp Zabel | 1 | |
update for new udev versions | ||||
2006-07-03 | initscripts: Store RTC in /etc/timestamp before mounting root ro, fixing ↵ | Matthias Hentges | 1 | |
part of OE bug #1055 | ||||
2006-05-03 | initscripts: Add forgotten volatiles cset | Matthias Hentges | 1 | |
2006-05-03 | initscripts: Speed up populate-volatiles.sh by caching the command produced ↵ | Matthias Hentges | 1 | |
by the script. Run times on an idle system: old version: 7.6s new version: 4.5s (no chache) new version: 0.9s (with cache) | ||||
2006-04-08 | initscripts/populate-volatile.sh: Include change from .oz354x | Matthias Hentges | 1 | |
2006-04-07 | keymaps handling moved from initscripts to keymaps package | Marcin Juszkiewicz | 1 | |
- loading keymap require loadkeys from console-tools (which takes 300K) - all Zaurus machines (except collie) will get this package installed - collie 2.4 keymap is the same as kernel one so it is not needed on device anyway users can install it if want to make some changes in mapping Zaurus machines conf: dropped console-tools from RDEPENDS, added keymaps instead - keymaps RDEPEND on console-tools | ||||
2006-03-22 | initscripts: tosa: Enable Fn-ombinations for numbers in kernel 2.4. Courtesy ↵ | Matthias Hentges | 1 | |
of webmind@#openzaurus. | ||||
2006-02-16 | initscripts: Add a symlink S40umountfs so filesystems get unmounted on | Matt Reimer | 1 | |
shutdown, except for slugos which does things in a different order. | ||||
2006-01-30 | initscripts: slugos only change to device_table in 1.0 | John Bowler | 1 | |
- slugos now installs the correct device table in the image build, ensuring that the device table matches /dev and, maybe, removing confusion | ||||
2006-01-29 | initscripts: update comments with correct udev stop point in 1.0 | John Bowler | 1 | |
2006-01-27 | initscripts: fixed Tosa keymap-2.4 | Marcin Juszkiewicz | 1 | |
- fix was sent by one of OZ 3.5.4 testers | ||||
2006-01-21 | Akita/Borzoi/Spitz: Use Alt, not AltGr for arrow-key VT switching. | Matthias Hentges | 1 | |
2006-01-20 | initscripts: | Matthias Hentges | 1 | |
- Add keymap-2.4 for Collie. | ||||
2006-01-19 | initscripts: | Matthias Hentges | 1 | |
- Allow VT change by pressing Fn-LeftArrow and Fn-RightArrow - Sync Borzoi and Spitz keymaps with Akita | ||||
2006-01-19 | initscrpts: Removed -de extension. | Matthias Hentges | 1 | |
2006-01-19 | initscripts: Add support for keymap extensions to /etc/init.d/keymap | Matthias Hentges | 1 | |
2006-01-19 | Akita keymap: | Matthias Hentges | 1 | |
- Map "Alt" to the japanese button to the right of "Ctrl" - Allow changing of VTs with "Alt"+[1-5] - Fix mapping of "@" to use "Fn", not "Shift" as indicated on the keyboard - Add keymap-extension-2.4-de.map for german "umlauts" This file can be loaded in _addition_ to the normal keymap. I'll work out a way to package and use it. Currently it is _not_ packaged. | ||||
2005-11-21 | initscripts: fix CapsLock in 2.6 keymaps for Zaurus clamshells | Marcin Juszkiewicz | 1 | |
- this fix problem on akita/borzoi/c7x0/spitz - close (again) #107 | ||||
2005-09-09 | initscripts: added keymaps definitions for collie and poodle | Marcin Juszkiewicz | 1 | |
- they are extracted from collie_keymap.patch by RP request | ||||
2005-08-25 | initscripts: install keymap also on borzoi | Michael Lauer | 1 | |
2005-08-22 | add support for the Sharp SL-C3100 (Borzoi) | Michael Lauer | 1 | |
2005-08-15 | Add support for /etc/sysctl.conf . | ccsmart | 1 | |
2005-08-03 | initscripts: update from hrw for broken c7x0 keymap. | Graeme Gregory | 1 | |
2005-08-01 | c7x0 keymap changes: | Marcin Juszkiewicz | 1 | |
fixed keymap file (unicode chars was b0rken) fixed CapsLock key (close bug#107) |