Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-01-25 | SlugOS: slugos-init - add modprobe.d/usb to the files list. | Mike Westerhof | 1 | |
2009-01-25 | SlugOS: add modprobe.d/usb - ensure usb modules are loaded in correct order | Mike Westerhof | 2 | |
Avoid kernel warning message. | ||||
2008-12-14 | SlugOS: slugos-init - bump PR | Mike Westerhof | 1 | |
2008-12-14 | SlugOS: leds - fix the extraneous error message if no beeper correctly. | Mike Westerhof | 1 | |
2008-12-14 | SlugOS: slugos-init - bump PR, and tuck away the reflash tool on the rootfs | Mike Westerhof | 1 | |
2008-12-14 | SlugOS: turnup - comment out some messages printed during normal operation | Mike Westerhof | 1 | |
(some were clearly debug, and the syslog messages are just confusing to the average user -- best to limit output to "silence if all is well") | ||||
2008-12-14 | SlugOS: leds - fix extraneous error message issued on beeperless systems | Mike Westerhof | 1 | |
2008-12-14 | SlugOS: turnup - ensure that /sys and /proc are mounted first in linuxrc | Mike Westerhof | 1 | |
(fixes lack of "beep" when userspace starts) | ||||
2008-12-07 | slugos-init: cleanup work, eliminate a warning messages at boot time. | Mike Westerhof | 1 | |
2008-12-07 | slugos-init: remove last traces of /boot/kexec | Mike Westerhof | 1 | |
2008-12-07 | slugos-init: drop boot/kexec, alway mount /proc and /sys | Mike Westerhof | 7 | |
2008-10-18 | bb files: Revert the introduction of FILE_PR | Holger Hans Peter Freyther | 3 | |
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_PR | Holger Hans Peter Freyther | 3 | |
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-15 | mtn2git: remove .mtn2git_empty files in non-empty directories | Jan Luebbe | 4 | |
2008-09-21 | slugos-init: leds: Apply patch for varying input event number (from Gordon ↵ | Rod Whitby | 1 | |
Farquharson) | ||||
2008-08-29 | SlugOS 5.0: enable mdraid support | Mike Westerhof | 3 | |
2008-08-29 | SlugOS 5.0: /etc/default/functions - also make sure that /dev/tty0 exists | Mike Westerhof | 1 | |
as one of the minimal device nodes. | ||||
2008-08-29 | SlugOS 5.0 : conffiles - innocuous change to the comments to correct ipkg/opkg. | Mike Westerhof | 1 | |
This has the desired side-effect of requiring manual review by the user of sysconf restoration after upgrading to SlugOS 5.0 | ||||
2008-08-25 | SlugOS 5.0 - slugos-init: update to make nfs boot work correctly; cleanup | Mike Westerhof | 3 | |
of kexec stuff (although kexec won't work with the current kernel yet). | ||||
2008-08-24 | SlugOS 5 - replace "mount -U" with "mount UUID=" which works with both mount | Mike Westerhof | 4 | |
and busybox mount; also update boot/disk script to ensure that some key devices exist in the new /dev which will enable booting to a virgin nfsroot. | ||||
2008-08-22 | SlugOS 5.0 - make booting to a ramdisk (via turnup ram) work again; | Mike Westerhof | 1 | |
need to accomodate an inconsistency between find and busybox find. | ||||
2008-08-22 | slugOS 5.0 is born - initial commit. | Mike Westerhof | 5 | |
- enable many busybox options - replace several packages in rootfs with busybox, and adjust various config files and scripts to accomodate busybox options - change default alignment behavior to be more lenient Note: this is the first of many disruptive changes for SlugOS 5; this version is to be considered unstable at best! | ||||
2008-04-03 | slugos-init: Updated the leds script to handle new led naming scheme. | Rod Whitby | 2 | |
2008-03-26 | slugos-init: Changed boot scripts to only load modules if they are not ↵ | Rod Whitby | 3 | |
already loaded | ||||
2008-03-22 | sysconf: make sure temporary partition is unmounted even in event of error. | Mike Westerhof | 2 | |
2008-02-10 | SlugOS: make "turnup nfs" work correctly with the new network driver (loads | Mike Westerhof | 2 | |
firmware, and ensures we do not ifup the interface if the rootfs in nfs). | ||||
2008-02-04 | SlugOS: updated boot scripts to support nfs rootfs with the new network driver. | Mike Westerhof | 4 | |
2008-01-25 | divers: remove lines of the form "PACKAGES = ${PN}" from 63 files | Rolf Leggewie | 2 | |
2008-01-25 | slugos-init: Updated leds handling to match latest kernel patches | Rod Whitby | 2 | |
2007-12-24 | slugos-init: Removed reflash script | Rod Whitby | 1 | |
2007-11-21 | slugos-init: turnup - use volatiles to create /var/log/lastlog when turned-up | Mike Westerhof | 2 | |
to external storage (NFS, memstick, or disk). This stops openssh complaining. | ||||
2007-10-06 | slugos-init: Load ehci-hcd on boot | Rod Whitby | 2 | |
2007-08-12 | Bump PR | Mike Westerhof | 1 | |
2007-08-12 | zleds: announce via beeper when rc3.d scripts are completed (ssh login is ↵ | Mike Westerhof | 1 | |
ready). | ||||
2007-07-03 | /boot/kexec: Added tftp method to fetch kernel to boot, added notes on | Mike Westerhof | 1 | |
usage to the comments section. | ||||
2007-07-02 | SlugOS init files: fixed network boot code for dsmg600 and added delay to ifup | Mike Westerhof | 5 | |
(fix dhcp timeout before link negotiation complete) for network boot. Added kexec boot script (no turnup support yet, manual only). | ||||
2007-06-27 | slugos-init: Another spot to support rootfs mtd partition naming. | Rod Whitby | 2 | |
2007-06-26 | slugos-init: Updated turnup, sysconf and reflash scripts to handle the root ↵ | Rod Whitby | 4 | |
partition being named 'rootfs' instead of the vendor firmware naming. | ||||
2007-06-04 | turnup: updated to use the populate-volatile mechanism to manage /var | Mike Westerhof | 2 | |
when initializing a rootfs on disk, memstick, or nfs. | ||||
2007-04-03 | slugos-init: change find option -mount to -xdev in turnup (so that turnup | Mike Westerhof | 2 | |
can work with either busybox find or with the full find utility). | ||||
2007-03-30 | slugos-init: Remove special altboot support - turnup flash is all that is ↵ | Rod Whitby | 2 | |
required. | ||||
2007-03-30 | slugos-init: Add support for handing boot control over to altboot. | Rod Whitby | 2 | |
2007-03-16 | slugos-init: improve the handling of the ready led for the nas100d (i.e. ↵ | Rod Whitby | 2 | |
stop it blinking when everything is up) | ||||
2007-02-21 | slugos-init: turnup disk -s<n> fixed, default delay set to 10 secs | Mike Westerhof | 3 | |
2007-02-15 | slugos-init: No longer require the links.conf for the /dev/rtc link | Rod Whitby | 1 | |
2006-12-31 | remove extra whitespace at end-of-line in about 900 bb files. | Rolf Leggewie | 1 | |
2006-12-25 | slugos: Added NAS100d image support | Rod Whitby | 1 | |
2006-12-24 | slugos-init: reflash - added support for the DSM-G600 flash image format | Mike Westerhof | 2 | |
2006-12-01 | slugos-init: fixed bug in modulefunctions | Rod Whitby | 2 | |
2006-11-30 | ixp4xx-kernel, slugos: moved some modules into the kernel (those that are ↵ | Rod Whitby | 2 | |
the lowest common denominator of the target devices) |