summaryrefslogtreecommitdiff
path: root/packages/initscripts
AgeCommit message (Collapse)AuthorFiles
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie3
2006-12-23initscripts-openprotium: improved checking for the root filesystem in Andrew Wilcox3
checkroot.sh
2006-12-07initscripts/initscripts-1.0: add openprotium on storcenter specific scripts ↵Andrew Wilcox9
and bb file.
2006-12-04initscripts/initscripts-1.0/jornada6xx/checkroot.sh :Kristoffer Ericson1
* We dont want fsck on boot since our clock resets on every reboot.
2006-11-27initscripts: Matthias Hentges2
- 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-23packages/initscripts/initscripts-1.0/jornada7xx/checkroot.sh:Kristoffer Ericson1
* Removed fsck check as this messes up things on jornada machines.
2006-11-21initscripts: Updates for populate-volatile.sh:Jamie Lenehan2
- 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-12initscripts: checkroot.sh: chvt 1 if fsck returns with an errorcode and ↵Matthias Hentges2
waits for user input. Fixes the "hanging" bootsplash on some distros
2006-11-11initscripts: fix RO root problem for angstromKoen Kooi3
* I suspect it applies to all 2.6 based devices
2006-11-08initscripts: Remove the animated progress bar since it doesn't work well w/ ↵Matthias Hentges2
busybox sh
2006-11-07initscripts: checkroot.sh: enable auto-fsck on boot for ext2 and ext3 rootfs ↵Matthias Hentges2
partitions * * * Untested in .dev! * * *
2006-10-21initscripts: add an extra check to checkroot.sh, inspired by the logicpd ↵Koen Kooi2
cset earlier
2006-10-20initscripts: Add custom checkroot.sh for logicpd-pxa270Cliff Brake3
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-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi2
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-09-08initscripts: adaptions necessary for use with nylon on 4G access cube.Martin Dietze6
* mtx-2 hardware added * the mount command for the local file systems did not work with tmpfs * checkroot did not remount / rw
2006-09-05added alsa support to generic device tableLiam Girdwood2
2006-09-02initscripts-slugos: Fix S06alignment link removalOyvind Repvik1
2006-08-31initscripts-slugos: Fix extra symlinks that break do_install. Bump PR of ↵Oyvind Repvik2
initscripts
2006-08-30initscripts: populate-volatile.sh: Add explicit command separators.Paul Sokolovsky1
* There was issue seen when populate-volatile.sh executed something like "mkdir chown" when configuration was not full right. This fixed it. Closes #1355.
2006-08-25initscripts-1.0/slugos/devices.patch: adapt patch to the current devices fileMustafa Yuecel1
2006-08-25initscripts: don't run the devices (devfs) script when udev is active, ↵Philipp Zabel3
update for new udev versions
2006-08-06merge of 235bdc3ae0f87feaab2e0933bfdb44645a492c5eKristoffer Ericson1
and 2ec546354ed54e5800bc57d56a12bbe7ecb4ccdd
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther1
Use require for the BitBake files within packages. In contrast to the conf files the authors of these files expected these files to be included.
2006-08-02base-files/base-files/jornada720/ : Moved to jornada7xxKristoffer Ericson1
* moved so its mapped against proper ARCH initscripts/initscripts-1.0/jornada7xx/devices : Changed to better devices * changed /dev/input/ts0 to correct value linux/linux-jlime-jornada*/defconfig : Minor changes * EVDEV support for 7xx * SYSCTL support for 7xx
2006-07-31conf/distro/jlime-donkey.conf : Addition of RDEPENDS for bootstrap-imageKristoffer Ericson1
* orinoco_conf hotplug-ng initscripts/initscripts-1.0/jornada7xx/devices : Change to a better list * Changed device list to a more 7xx relevant list.
2006-07-03initscripts: Store RTC in /etc/timestamp before mounting root ro, fixing ↵Matthias Hentges4
part of OE bug #1055
2006-05-03initscripts: Add forgotten volatiles csetMatthias Hentges2
2006-05-03initscripts: Speed up populate-volatiles.sh by caching the command produced ↵Matthias Hentges2
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-08merge of a1939217dc9fb1b7e264f67745fe46df7a44ef39Matthias Hentges2
and d62bbd0de1cab214a18a63acd9c989c1a4d9dcf5
2006-04-08initscripts/populate-volatile.sh: Include change from .oz354x Matthias Hentges2
2006-04-08* Remove 2.4 machine support for c7x0, akita, spitz and borzoi. Richard Purdie2
* Remove borzoi machine entirely as its now equal to spitz. * For remaining 2.4/2.6 split machines use ZKERNEL_VERSION instead of KERNEL_VERSION to fix a long standing bug - people will need to update local.conf. * Add dummy terrier MACHINE to point at spitz.
2006-04-07keymaps handling moved from initscripts to keymaps packageMarcin Juszkiewicz14
- 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-22initscripts: tosa: Enable Fn-ombinations for numbers in kernel 2.4. Courtesy ↵Matthias Hentges2
of webmind@#openzaurus.
2006-02-16initscripts: Add a symlink S40umountfs so filesystems get unmounted onMatt Reimer2
shutdown, except for slugos which does things in a different order.
2006-02-08merge of 56993761cfcc246959dccb5e35fa402c5c3c9738Rod Whitby1
and 93e5bd9df4fa3927a9dfb67420d1a48ab721c007
2006-02-06initscripts-slugos: make checkroot.sh work with any sulogin in 1.0John Bowler2
2006-02-06initscripts-slugos: further fixes to checkroot.sh in 1.0John Bowler2
slugos-init: make beep silent, extend single_user_ok function in 0.10
2006-02-06initscripts-slugos: correct checkroot.sh to default to DOSWAP in 1.0John Bowler1
2006-02-06initscripts-slugos: modify the slugos checkroot.sh not to hang on fsck ↵John Bowler2
failure in 1.0 slugos-init: add a single_user_ok function in /etc/default/functions in 0.10 sysvinit: update slugos rcS with new options in 2.86 - this is to fix the fsck of the rootfs so that it will actually work safely on machines with no console.
2006-02-06initscripts: Update SlugOS initscriptsOyvind Repvik3
Update checkroot to include led status/beep on error, mount swap Update checkroot, move $rootcheck to $ROOTFSCK in rcS Update mountall, remove the swap mount, since it's already mounted
2006-01-30initscripts: slugos only change to device_table in 1.0John Bowler3
- slugos now installs the correct device table in the image build, ensuring that the device table matches /dev and, maybe, removing confusion
2006-01-29initscripts: update comments with correct udev stop point in 1.0John Bowler2
2006-01-27initscripts: fixed Tosa keymap-2.4Marcin Juszkiewicz2
- fix was sent by one of OZ 3.5.4 testers
2006-01-21Akita/Borzoi/Spitz: Use Alt, not AltGr for arrow-key VT switching.Matthias Hentges4
2006-01-20initscripts: Matthias Hentges2
- Add keymap-2.4 for Collie.
2006-01-19initscripts:Matthias Hentges4
- Allow VT change by pressing Fn-LeftArrow and Fn-RightArrow - Sync Borzoi and Spitz keymaps with Akita
2006-01-19initscrpts: Removed -de extension.Matthias Hentges2
2006-01-19initscripts: Add support for keymap extensions to /etc/init.d/keymapMatthias Hentges2
2006-01-19Akita keymap:Matthias Hentges3
- 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.
2006-01-07slugos: Major rename of common SlugOS files and directories from openslug to ↵Rod Whitby10
slugos.