Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-01 | fix regression with new dev management change. order of execution is wrong. | Waldemar Brodkorb | |
2015-06-28 | enable using udev for automatic module loading | BALATON Zoltan | |
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> | |||
2014-08-11 | check for file existence | Waldemar Brodkorb | |
2014-07-22 | show only one ip, when default route is missing | Waldemar Brodkorb | |
2014-05-26 | fix parse error when rcquiet is not set | Waldemar Brodkorb | |
2014-05-25 | add ip adress before login screen | Waldemar Brodkorb | |
2014-05-25 | make bootup really quiet | Waldemar Brodkorb | |
2014-05-10 | do not remount rw | Waldemar Brodkorb | |
2014-05-10 | move bootup code into rcS, we need to setup cfgfs before starting services | Waldemar Brodkorb | |
2014-05-04 | display Starting/Stopping service only when its enabler var is not NO | Thorsten Glaser | |
also, show only the basename and do not leak rcquiet to child env | |||
2014-05-04 | verbose (by default, deactivatable) init scripts | Thorsten Glaser | |
2014-03-15 | startup fixes | Waldemar Brodkorb | |
- always use /sbin/init, even for initramfs - mount devtmpfs for initramfs automatically in kernel space - fix armhf for adk-test-framework - remove mdev -s on boot, I think it is unneeded, takes very long on Qemu systems - add alias for ro/rw remounts of / - remove old /init and rc.shutdown, both unused | |||
2014-03-14 | a bunch of adk-test-framework fixes. | Waldemar Brodkorb | |
2014-03-11 | add adk-test-tools package | Waldemar Brodkorb | |
- scripts to shutdown qemu from linux - only start klogd when printk is available | |||
2014-03-07 | use standard busybox init, remove previously used /init. some configs and ↵ | Waldemar Brodkorb | |
ideas from buildroot project | |||
2010-11-07 | do not log to stderr | Waldemar Brodkorb | |
2010-11-06 | revert bad commit, exec should not be used | Waldemar Brodkorb | |
2010-11-03 | need to fork startup scripts, otherwise init got exit calls and reboots the ↵ | Waldemar Brodkorb | |
system | |||
2010-02-07 | change defaults for CONFIG/BUILD/INSTALL styles | Waldemar Brodkorb | |
All packages need an update, so here is a very huge commit. Most of the 460 source packages use automatic style for configuration, building and installing. Make these styles default to "auto". If you have a package, which does not conform to this, just use manual style and add a do-$task make target. I added a new style named AUTOTOOL style, which is needed for some broken packages, which needs to be updated via autoconf or automake. I renamed CONFIGURE_STYLE to CONFIG_STYLE. Updates for some packages, which have newer upstream versions. Renaming of all package/*/extra directories. Use the directory src/ to provide overwrites of source files or to add the code, when no upstream package is available or used. src directory will be automatically used. |