summaryrefslogtreecommitdiff
path: root/packages/initscripts
AgeCommit message (Collapse)AuthorFiles
2007-08-14initscripts: first steps towards working together with RTCMichael Lauer3
TODO: might need more work for systems without a hardware clock
2007-06-23initscripts 1.0: mountall.sh: Don't swallow crucial errors.Paul Sokolovsky2
* Instead, log them to syslog.
2007-06-23initscripts 1.0: mountall.sh: Drop dependency on util-linux-mount.Paul Sokolovsky2
* 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-21initscripts: add seperate inittab for FIC GTA01 (ttySAC multiplexing...)Michael Lauer3
2007-06-18initscripts 1.0: ramdisk: Don't bother to screw up randomly found mtdram ↵Paul Sokolovsky2
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-05initscripts: mountall.sh: Create roots home directory on boot if it is ↵Matthias Hentges2
missing, closing bug 2109
2007-05-14basefiles, initscripts: make /var non-volatile, as discussed on the ↵Jamie Lenehan2
mailinglist
2007-05-02packages/initscripts/initscripts_1.0.bb:Add mountall.sh script for ↵Stelios Koroneos2
oplinux-uclibc
2007-04-26initscripts: dropped OpenZaurus specific checkversion scriptMarcin Juszkiewicz3
2007-04-01initscripts: fix checkroot and remove angstrom specific checkrootKoen Kooi4
2007-03-19Initial commit for a number of oplinux and oplinux-uclibc specific configs ↵Stelios Koroneos5
for base-files, netbase, sysvinit and initscripts
2007-03-10openturbostation: Remove leftover cruftOyvind Repvik7
2007-03-07openturbostation-initscripts: Fix erroneous patchOyvind Repvik1
2007-03-07turbostation: initscriptsOyvind Repvik7
2007-02-19initscripts/initscripts-1.0/jornada6xx/devices : Cleanups & AdditionsKristoffer Ericson1
* Addition of /dev/ttySC0 - 2 + /dev/irda0 (with correct maj/min) * Removal of ttySAx
2007-01-28initscripts: tweak mtab reading in checkroot.sh so that r/w ramdisk Phil Blundell2
works on epia
2007-01-19initscripts: add missing variable assignment in checkroot.shPhil Blundell2
2007-01-19initscripts: bump PR so people can get the fixed populate-volatile.sh via ↵Koen Kooi1
their favourite package manager
2007-01-16initscripts: Comments are for code functionality.ccsmart1
2007-01-16initscripts: Correct description. Speed enhancement in previous change as ↵ccsmart1
side effect of making linksource a non optional field.
2007-01-12initscripts: fix populate-volatile.sh file and directory creationPhilipp Zabel1
- now chmod gets called do set the correct permissions
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