summaryrefslogtreecommitdiff
path: root/packages/initscripts/initscripts_1.0.bb
AgeCommit message (Collapse)AuthorFiles
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
2006-03-22initscripts: tosa: Enable Fn-ombinations for numbers in kernel 2.4. Courtesy ↵Matthias Hentges1
of webmind@#openzaurus.
2006-02-16initscripts: Add a symlink S40umountfs so filesystems get unmounted onMatt Reimer1
shutdown, except for slugos which does things in a different order.
2006-01-30initscripts: slugos only change to device_table in 1.0John Bowler1
- 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 Bowler1
2006-01-27initscripts: fixed Tosa keymap-2.4Marcin Juszkiewicz1
- 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 Hentges1
2006-01-20initscripts: Matthias Hentges1
- Add keymap-2.4 for Collie.
2006-01-19initscripts:Matthias Hentges1
- Allow VT change by pressing Fn-LeftArrow and Fn-RightArrow - Sync Borzoi and Spitz keymaps with Akita
2006-01-19initscrpts: Removed -de extension.Matthias Hentges1
2006-01-19initscripts: Add support for keymap extensions to /etc/init.d/keymapMatthias Hentges1
2006-01-19Akita keymap:Matthias Hentges1
- 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-21initscripts: fix CapsLock in 2.6 keymaps for Zaurus clamshellsMarcin Juszkiewicz1
- this fix problem on akita/borzoi/c7x0/spitz - close (again) #107
2005-09-09initscripts: added keymaps definitions for collie and poodleMarcin Juszkiewicz1
- they are extracted from collie_keymap.patch by RP request
2005-08-25initscripts: install keymap also on borzoiMichael Lauer1
2005-08-22add support for the Sharp SL-C3100 (Borzoi)Michael Lauer1
2005-08-15Add support for /etc/sysctl.conf .ccsmart1
2005-08-03initscripts: update from hrw for broken c7x0 keymap.Graeme Gregory1
2005-08-01c7x0 keymap changes:Marcin Juszkiewicz1
fixed keymap file (unicode chars was b0rken) fixed CapsLock key (close bug#107)
2005-07-31Migrate per package configuration files in drop in directory.ccsmart1
2005-07-22initscripts: add sane keymap for tosa running 2.4Michael Lauer1
this keymap contains the mappings for special buttons to F-keys
2005-07-22initscripts: do the keymap stuff a bit less generic to make it playMichael Lauer1
more nice with machies and distributions that don't need it
2005-07-22recreate initscripts patch that has been lost during our db chaosMichael Lauer1
hopefully the last time...
2005-07-22initscripts: added two new keys to c7x0 keymap:Marcin Juszkiewicz1
PageUp - Fn+Up PageDown - Fn+Down
2005-07-16Changed to use populate-volatile.sh.ccsmart1
2005-07-11Initscripts: add udev guard to all devices scriptsMichael Lauer1
2005-06-26Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedMatthias Hentges1
into handhelds.org:/home/mhentges/OpenEmbedded/bitbake/openembedded 2005/06/26 14:01:44+02:00 handhelds.org!CoreDump checkversion: Do not check kernel version for snapshots BKrev: 42be9968grfj7NBYKukl3VoDndhU7Q
2005-06-08Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/06/08 22:37:47+02:00 opfer.lan!dirk tosa 2.6 kernelupdate, load tosakeymap-2.6 and set propper TSLIB_TSDEVICE 2005/06/08 22:27:08+02:00 utwente.nl!koen Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into bitbake.utwente.nl:/home/koen/OE/openembedded 2005/06/08 22:26:45+02:00 utwente.nl!koen xfonts-xorg_6.8.bb: remove spurious inheritance BKrev: 42a757adZFKZWxIqPymCZREVyFRQfQ
2005-06-04Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/06/04 20:24:09+01:00 reciva.com!pb add gmp-native, needed by gcc 4.0.0 f95 2005/06/04 20:18:17+01:00 reciva.com!pb move hostname.sh a bit earlier in the boot order, so it runs before networking 2005/06/04 20:06:07+01:00 reciva.com!pb set ALLOW_EMPTY for kernel-image BKrev: 42a20398qt2Wd6KD6RthCSJg2TTGyA
2005-05-27Merge bk://oe-devel.bkbits.net/openembeddedJohn Bowler1
into marsco.kalmiopsis:/home/nslu2/openembedded 2005/05/26 23:01:36+02:00 handhelds.org!CoreDump Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into handhelds.org:/home/mhentges/OpenEmbedded/bitbake/openembedded 2005/05/26 23:00:54+02:00 handhelds.org!CoreDump busybox: Undo previous cset, problem was caused by a too old bitbake version 2005/05/26 22:49:18+02:00 void!koen Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into dominion.dominion.void:/data/build/oe/openembedded 2005/05/26 22:44:03+02:00 handhelds.org!CoreDump busybox: bump PR 2005/05/26 22:40:23+02:00 handhelds.org!CoreDump Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into handhelds.org:/home/mhentges/OpenEmbedded/bitbake/openembedded 2005/05/26 22:39:32+02:00 handhelds.org!CoreDump Unb0rk busybox .bb 2005/05/26 22:39:31+02:00 void!koen hildon-lgpl_0.9.14-2.bb: fix install and stage 2005/05/26 21:32:08+02:00 void!koen hildon-lgpl_0.9.14-2.bb: stage some libs too 2005/05/26 21:13:24+02:00 void!koen osso-thumbnail_0.3.1-1.bb, osso-gwobex_0.26.1.bb, hildon-lgpl_0.9.14-2.bb: DEPENDS: gtk+ -> gtk+-2.6.4-1.osso7 2005/05/26 20:46:28+02:00 void!koen Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into dominion.dominion.void:/data/build/oe/openembedded 2005/05/26 20:45:22+02:00 void!koen gtk+_2.6.4-1.osso7.bb: fix MAINTAINER 2005/05/26 20:36:02+02:00 dyndns.org!reenoo Merge oe-devel@oe-devel.bkbits.net:openembedded into sugarcube.dyndns.org:/home2/oe/bakery/openembedded 2005/05/26 20:35:34+02:00 dyndns.org!reenoo handhelds-sa_2.4.19-rmk6-pxa1-hh39: DEFAULT_PREFERENCE = "-1" for now 2005/05/26 20:29:30+02:00 void!koen Add gtk+-2.6.4-1.osso7 + one hundred and four (104) patches, part of the maemo.org suite. (I believe this sets a record, try and beat that, RP ;)) 2005/05/26 20:03:43+02:00 handhelds.org!CoreDump .del-opie-image-ext2loop.bb~1275262c1f290f89: Delete: packages/meta/opie-image-ext2loop.bb 2005/05/26 19:44:44+02:00 handhelds.org!CoreDump Added opie-image-ext2loop.bb: Identical to opie-image but creates an ext2 image file to be used w/ altboot or similar scripts 2005/05/26 19:29:15+02:00 handhelds.org!CoreDump initscripts_1.0.bb: initscripts: Bump PR sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.bb: sharp-sd: Bump PR portmap_5-9.bb: portmap: Bump PR portmap: Remove initscript from runlevels 2 to 5 as it is already beeing launched in rcS.d ramdisk: Remove error message about missing /etc/ramdisk.conf sd: /etc/init.d/sd: Hide insmod messages BKrev: 4296ac27fFigmI4JpIL7z1pPTRIUHg
2005-04-25added rfcomm devices to initscriptsMarcin Juszkiewicz1
BKrev: 426d0d66om7toZV81yRFp7p8A_YuAQ
2005-04-24Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedMatthias Hentges1
into handhelds.org:/home/mhentges/OpenEmbedded/bitbake/openembedded 2005/04/24 18:08:02+02:00 handhelds.org!CoreDump Bump PR 2005/04/24 18:04:11+02:00 handhelds.org!CoreDump Use absolute path when symlinking /tmp BKrev: 426bd476GBtC4Y_j1uxJ-eNkjxj7Ig
2005-04-17initscripts: Update commentRichard Purdie1
BKrev: 42629bb5CKu21wctO2SK6w4MmDWhjQ
2005-04-17Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedRichard Purdie1
into tim.rpsys.net:/usr/oe/openembedded 2005/04/17 18:20:26+01:00 rpsys.net!RP initscipts: Change levels so keymap gets loaded before checkversion so Ctrl+C works to skip it BKrev: 42629af3asoTpE6lzBjoag0ziV_ETw