summaryrefslogtreecommitdiff
path: root/packages/slugos-init/files
AgeCommit message (Collapse)AuthorFiles
2009-01-25SlugOS: add modprobe.d/usb - ensure usb modules are loaded in correct orderMike Westerhof1
Avoid kernel warning message.
2008-12-14SlugOS: leds - fix the extraneous error message if no beeper correctly.Mike Westerhof1
2008-12-14SlugOS: turnup - comment out some messages printed during normal operationMike Westerhof1
(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-14SlugOS: leds - fix extraneous error message issued on beeperless systemsMike Westerhof1
2008-12-14SlugOS: turnup - ensure that /sys and /proc are mounted first in linuxrcMike Westerhof1
(fixes lack of "beep" when userspace starts)
2008-12-07slugos-init: cleanup work, eliminate a warning messages at boot time.Mike Westerhof1
2008-12-07slugos-init: drop boot/kexec, alway mount /proc and /sysMike Westerhof6
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe3
2008-09-21slugos-init: leds: Apply patch for varying input event number (from Gordon ↵Rod Whitby1
Farquharson)
2008-08-29SlugOS 5.0: enable mdraid supportMike Westerhof2
2008-08-29SlugOS 5.0: /etc/default/functions - also make sure that /dev/tty0 existsMike Westerhof1
as one of the minimal device nodes.
2008-08-29SlugOS 5.0 : conffiles - innocuous change to the comments to correct ipkg/opkg.Mike Westerhof1
This has the desired side-effect of requiring manual review by the user of sysconf restoration after upgrading to SlugOS 5.0
2008-08-25SlugOS 5.0 - slugos-init: update to make nfs boot work correctly; cleanupMike Westerhof2
of kexec stuff (although kexec won't work with the current kernel yet).
2008-08-24SlugOS 5 - replace "mount -U" with "mount UUID=" which works with both mountMike Westerhof3
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-22SlugOS 5.0 - make booting to a ramdisk (via turnup ram) work again;Mike Westerhof1
need to accomodate an inconsistency between find and busybox find.
2008-08-22slugOS 5.0 is born - initial commit.Mike Westerhof4
- 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-03slugos-init: Updated the leds script to handle new led naming scheme.Rod Whitby1
2008-03-26slugos-init: Changed boot scripts to only load modules if they are not ↵Rod Whitby2
already loaded
2008-03-22sysconf: make sure temporary partition is unmounted even in event of error.Mike Westerhof1
2008-02-10SlugOS: make "turnup nfs" work correctly with the new network driver (loadsMike Westerhof1
firmware, and ensures we do not ifup the interface if the rootfs in nfs).
2008-02-04SlugOS: updated boot scripts to support nfs rootfs with the new network driver.Mike Westerhof4
2008-01-25slugos-init: Updated leds handling to match latest kernel patchesRod Whitby1
2007-11-21slugos-init: turnup - use volatiles to create /var/log/lastlog when turned-upMike Westerhof1
to external storage (NFS, memstick, or disk). This stops openssh complaining.
2007-10-06slugos-init: Load ehci-hcd on bootRod Whitby1
2007-08-12zleds: announce via beeper when rc3.d scripts are completed (ssh login is ↵Mike Westerhof1
ready).
2007-07-03/boot/kexec: Added tftp method to fetch kernel to boot, added notes onMike Westerhof1
usage to the comments section.
2007-07-02SlugOS init files: fixed network boot code for dsmg600 and added delay to ifupMike Westerhof4
(fix dhcp timeout before link negotiation complete) for network boot. Added kexec boot script (no turnup support yet, manual only).
2007-06-27slugos-init: Another spot to support rootfs mtd partition naming.Rod Whitby1
2007-06-26slugos-init: Updated turnup, sysconf and reflash scripts to handle the root ↵Rod Whitby3
partition being named 'rootfs' instead of the vendor firmware naming.
2007-06-04turnup: updated to use the populate-volatile mechanism to manage /varMike Westerhof1
when initializing a rootfs on disk, memstick, or nfs.
2007-04-03slugos-init: change find option -mount to -xdev in turnup (so that turnupMike Westerhof1
can work with either busybox find or with the full find utility).
2007-03-16slugos-init: improve the handling of the ready led for the nas100d (i.e. ↵Rod Whitby1
stop it blinking when everything is up)
2007-02-21slugos-init: turnup disk -s<n> fixed, default delay set to 10 secsMike Westerhof2
2006-12-25slugos: Added NAS100d image supportRod Whitby1
2006-12-24slugos-init: reflash - added support for the DSM-G600 flash image formatMike Westerhof1
2006-12-01slugos-init: fixed bug in modulefunctionsRod Whitby1
2006-11-30ixp4xx-kernel, slugos: moved some modules into the kernel (those that are ↵Rod Whitby1
the lowest common denominator of the target devices)
2006-11-27slugos-init: Now loades IDE kernel modules for nas100dRod Whitby2
2006-11-26slugos-init: Added initial support for FSG-3Rod Whitby1
2006-11-26slugos-init: add support for the DSM-G600Mike Westerhof2
2006-11-20slugos-init: Removed ixp4xx_mac module (now compiled into kernel)Rod Whitby1
2006-09-28ixp4xx-kernel: Add auto-byteswapping patchMichael-Luke Jones1
ixp4xx-npe: Remove byteswapping behaviour slugos-init: lengthen delay slightly
2006-09-28slugos-init: Add delay to disk booting to cope with module loadingMichael-Luke Jones1
2006-09-28slugos-init: Further improvements to module loadingMichael-Luke Jones3
2006-09-28slugos-init: improve module loading at bootMichael-Luke Jones3
2006-09-27slugos-init: first stages of fixing disk bootMichael-Luke Jones2
* Add module loading in disk and ram bootdisks * Should eventually be consolidated - still planning this
2006-09-27slugos-init: update loadmodules.sh script to autoload sd_modMichael-Luke Jones1
2006-09-25ixp4xx-kernel: Bump SVN to add new ixp_npe driver fixesMichael-Luke Jones1
slugos-init: adjustments to loadmodules.sh script mdev: Fake hotplug firmware loading implemented in a script
2006-09-24busybox: drop in an mdev patch from busybox.netMichael-Luke Jones4
slugos-init: add in module loading logic for NSLU2 * Maintainers with other ixp4xx devices should follow suit
2006-09-23slugos-init: Add scripts to autoload relevant modulesMichael-Luke Jones3
* Required for ixp4xx-kernel_2.6.18 and higher due to modularisation