Age | Commit message (Collapse) | Author | Files |
|
checkroot.sh
|
|
and bb file.
|
|
* We dont want fsck on boot since our clock resets
on every reboot.
|
|
- Reformat some echo lines to be more readable on QVGA
- echo RETURNCODE after fsck run
- raise RETURNCODE for a FUBAR FS to -gt3
|
|
* Removed fsck check as this messes up things on
jornada machines.
|
|
- 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.
|
|
waits for user input. Fixes the "hanging" bootsplash on some distros
|
|
* I suspect it applies to all 2.6 based devices
|
|
busybox sh
|
|
partitions * * * Untested in .dev! * * *
|
|
cset earlier
|
|
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.
|
|
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
|
|
* mtx-2 hardware added
* the mount command for the local file systems did not work with tmpfs
* checkroot did not remount / rw
|
|
|
|
|
|
initscripts
|
|
* There was issue seen when populate-volatile.sh executed something like
"mkdir chown" when configuration was not full right. This fixed it.
Closes #1355.
|
|
|
|
update for new udev versions
|
|
and 2ec546354ed54e5800bc57d56a12bbe7ecb4ccdd
|
|
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.
|
|
* 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
|
|
* orinoco_conf hotplug-ng
initscripts/initscripts-1.0/jornada7xx/devices : Change to a better list
* Changed device list to a more 7xx relevant list.
|
|
part of OE bug #1055
|
|
|
|
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)
|
|
and d62bbd0de1cab214a18a63acd9c989c1a4d9dcf5
|
|
|
|
* 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.
|
|
- 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
|
|
of webmind@#openzaurus.
|
|
shutdown, except for slugos which does things in a different order.
|
|
and 93e5bd9df4fa3927a9dfb67420d1a48ab721c007
|
|
|
|
slugos-init: make beep silent, extend single_user_ok function in 0.10
|
|
|
|
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.
|
|
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
|
|
- slugos now installs the correct device table in the image build,
ensuring that the device table matches /dev and, maybe, removing
confusion
|
|
|
|
- fix was sent by one of OZ 3.5.4 testers
|
|
|
|
- Add keymap-2.4 for Collie.
|
|
- Allow VT change by pressing Fn-LeftArrow and Fn-RightArrow
- Sync Borzoi and Spitz keymaps with Akita
|
|
|
|
|
|
- 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.
|
|
slugos.
|
|
- this fix problem on akita/borzoi/c7x0/spitz
- close (again) #107
|