summaryrefslogtreecommitdiff
path: root/package/base-files/src/etc/init.d/rcS
AgeCommit message (Collapse)Author
2016-11-25finalize systemd as alternative init systemWaldemar Brodkorb
Most important is the fix in patch-src_journal_journald-server_c, which breaks startup of systemd-journald when code is compiled with -DNDEBUG. A lot of base-files reorganizing to only install required files on sysv systems.
2016-01-24reduce mksh testsuite failure to 1Waldemar Brodkorb
2015-12-23optimize for really small systemsWaldemar Brodkorb
Default to busybox hush for noMMU systems. Add busybox profiles to choose a minimal busybox config for noMMU systems. Add gdb git from ysato for h8/300 simulator. Change some kernel defaults to off to have a really small kernel. For bfin simulator the kernel+initramfs is smaller then 2MB in size.
2015-11-01move remount of /dev to rcdev, to fix static /dev usageWaldemar Brodkorb
2015-07-01fix regression with new dev management change. order of execution is wrong.Waldemar Brodkorb
2015-06-28enable using udev for automatic module loadingBALATON Zoltan
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
2014-08-11check for file existenceWaldemar Brodkorb
2014-07-22show only one ip, when default route is missingWaldemar Brodkorb
2014-05-26fix parse error when rcquiet is not setWaldemar Brodkorb
2014-05-25add ip adress before login screenWaldemar Brodkorb
2014-05-25make bootup really quietWaldemar Brodkorb
2014-05-10do not remount rwWaldemar Brodkorb
2014-05-10move bootup code into rcS, we need to setup cfgfs before starting servicesWaldemar Brodkorb
2014-05-04display Starting/Stopping service only when its enabler var is not NOThorsten Glaser
also, show only the basename and do not leak rcquiet to child env
2014-05-04verbose (by default, deactivatable) init scriptsThorsten Glaser
2014-03-15startup fixesWaldemar 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-14a bunch of adk-test-framework fixes.Waldemar Brodkorb
2014-03-11add adk-test-tools packageWaldemar Brodkorb
- scripts to shutdown qemu from linux - only start klogd when printk is available
2014-03-07use standard busybox init, remove previously used /init. some configs and ↵Waldemar Brodkorb
ideas from buildroot project
2010-11-07do not log to stderrWaldemar Brodkorb
2010-11-06revert bad commit, exec should not be usedWaldemar Brodkorb
2010-11-03need to fork startup scripts, otherwise init got exit calls and reboots the ↵Waldemar Brodkorb
system
2010-02-07change defaults for CONFIG/BUILD/INSTALL stylesWaldemar 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.