summaryrefslogtreecommitdiff
path: root/packages/initscripts/initscripts_1.0.bb
AgeCommit message (Collapse)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko1
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2009-02-02initscripts: make commit b49e09758de7f29c049c12213347cb32fb64d7a4 apply to ↵Koen Kooi1
initscripts as well
2009-01-14initscrips: bump PR to make the renaming of the finish script workKoen Kooi1
2009-01-12fastboot: initscripts-openmoko: Replacement for initscripts.Chia-I Wu1
Move the common files into 'files' dir and keep Openmoko specific files under initscripts-openmoko. 'finish' was renamed to 'finish.sh', so various recipes have to be modified as well.
2008-10-31initscripts: only run ldconfig on boot when ld.so.conf is presentKoen Kooi1
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-07initscripts: package contents changed with the volatiles commit, so bump PRKoen Kooi1
2008-09-23initscripts: remove /etc/init.d/devices for angstrom, it is only needed for ↵Koen Kooi1
devfs * incidentally, this fixes udev for devices needing to be 'special' by having their own devices file with a broken udev check (e.g. sharp zaurus)
2008-07-06initscripts: fix typo in previous commitKoen Kooi1
2008-07-06initscripts: do not poke at /proc/cpu/alignment on armv7, it slows ↵Koen Kooi1
libavcodec down with 50%
2008-02-14initscripts: show banner when console is on serial - close #3767araimondi1
2007-12-26initrdscripts: Do machine detection function refactor per RFC.Paul Sokolovsky1
* Need to fix this, need to use good common codebase, because debugging why some adhoc code doesn't work here or there is big waste of time.
2007-11-19initscripts_1.0.bb : restore the resolv.conf handling we used to haveGraeme Gregory1
which is still built into packages like pppd
2007-09-24initscripts 1.0: checkroot.sh: Die, die, die fsck interactivity!Paul Sokolovsky1
* Works around #3065. * Fixes infamous issue with hang during boot on h2200, etc.
2007-09-24initscripts 1.0: checkroot.sh: Stop doing random positive login regarding fsck.Paul Sokolovsky1
* It's ok to do negative logic, for example limit scope of operation if we know we can't do it (ex.: we don't support fscking something else but ext2/ext3, so we have to ignore user's request to do fsck on other fstype). * But it's not ok to do fsck if user didn't request it, or moreover if he requested *not* to do it.
2007-09-02initscipts: Improve RTC handling so /etc/timestamp is used if its timestamp ↵Richard Purdie1
is 1 day or more greater than the existing time. Also set the timestamp on halt/reboot so devices without a hardware RTC (or with a broken RTC like the PXA) can benefit.
2007-08-29initscripts: lower alignment value for gumstix boards - close #2890Craig Hughes1
2007-08-20initscripts: add a functions script that is supposed to be sourced from ↵Michael Lauer1
individual init scripts providing some useful functions. added cpuinfo_id() and killproc() for a start
2007-08-14initscripts: first steps towards working together with RTCMichael Lauer1
TODO: might need more work for systems without a hardware clock
2007-06-23initscripts 1.0: mountall.sh: Don't swallow crucial errors.Paul Sokolovsky1
* Instead, log them to syslog.
2007-06-23initscripts 1.0: mountall.sh: Drop dependency on util-linux-mount.Paul Sokolovsky1
* 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 Lauer1
2007-06-18initscripts 1.0: ramdisk: Don't bother to screw up randomly found mtdram ↵Paul Sokolovsky1
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 Hentges1
missing, closing bug 2109
2007-05-14basefiles, initscripts: make /var non-volatile, as discussed on the ↵Jamie Lenehan1
mailinglist
2007-05-02packages/initscripts/initscripts_1.0.bb:Add mountall.sh script for ↵Stelios Koroneos1
oplinux-uclibc
2007-04-26initscripts: dropped OpenZaurus specific checkversion scriptMarcin Juszkiewicz1
2007-04-01initscripts: fix checkroot and remove angstrom specific checkrootKoen Kooi1
2007-03-19Initial commit for a number of oplinux and oplinux-uclibc specific configs ↵Stelios Koroneos1
for base-files, netbase, sysvinit and initscripts
2007-01-28initscripts: tweak mtab reading in checkroot.sh so that r/w ramdisk Phil Blundell1
works on epia
2007-01-19initscripts: add missing variable assignment in checkroot.shPhil Blundell1
2007-01-19initscripts: bump PR so people can get the fixed populate-volatile.sh via ↵Koen Kooi1
their favourite package manager
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-11-27initscripts: Matthias Hentges1
- 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-21initscripts: Updates for populate-volatile.sh:Jamie Lenehan1
- 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 Hentges1
waits for user input. Fixes the "hanging" bootsplash on some distros
2006-11-11initscripts: fix RO root problem for angstromKoen Kooi1
* 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 Hentges1
busybox sh
2006-11-07initscripts: checkroot.sh: enable auto-fsck on boot for ext2 and ext3 rootfs ↵Matthias Hentges1
partitions * * * Untested in .dev! * * *
2006-10-21initscripts: add an extra check to checkroot.sh, inspired by the logicpd ↵Koen Kooi1
cset earlier
2006-10-20initscripts: Add custom checkroot.sh for logicpd-pxa270Cliff Brake1
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 Kooi1
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-08-31initscripts-slugos: Fix extra symlinks that break do_install. Bump PR of ↵Oyvind Repvik1
initscripts
2006-08-25initscripts: don't run the devices (devfs) script when udev is active, ↵Philipp Zabel1
update for new udev versions
2006-07-03initscripts: Store RTC in /etc/timestamp before mounting root ro, fixing ↵Matthias Hentges1
part of OE bug #1055
2006-05-03initscripts: Add forgotten volatiles csetMatthias Hentges1
2006-05-03initscripts: Speed up populate-volatiles.sh by caching the command produced ↵Matthias Hentges1
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-08initscripts/populate-volatile.sh: Include change from .oz354x Matthias Hentges1
2006-04-07keymaps handling moved from initscripts to keymaps packageMarcin Juszkiewicz1
- 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