summaryrefslogtreecommitdiff
path: root/package/base-files/src/etc/init.d
AgeCommit message (Collapse)Author
2014-04-29add vfat to supported filesystemsWaldemar Brodkorb
2014-04-04make fsck workWaldemar Brodkorb
2014-03-25fix recursive tmp crapWaldemar Brodkorb
2014-03-23remove duplicate stuff already in rcSWaldemar Brodkorb
2014-03-21mdev -s is required for cfgfs, /dev/root is missingWaldemar Brodkorb
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-14rename correctlyWaldemar Brodkorb
2014-03-12separate local and net mounts, ignore commentsWaldemar Brodkorb
2014-03-11add adk-test-tools packageWaldemar Brodkorb
- scripts to shutdown qemu from linux - only start klogd when printk is available
2014-03-10Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-10add fs startup script for net mounts and data mount pointsWaldemar Brodkorb
2014-03-10make printk option configurable via menuconfigWaldemar Brodkorb
2014-03-07use standard busybox init, remove previously used /init. some configs and ↵Waldemar Brodkorb
ideas from buildroot project
2014-01-20finetune startup, avoid kernel messages on ttyWaldemar Brodkorb
2013-10-17mount filesystems, after network, but before mpdWaldemar Brodkorb
2013-09-23ignore swap when umountingWaldemar Brodkorb
2013-07-16umount all filesystems before network is going downWaldemar Brodkorb
2013-07-11fix cifs mounts on bootup, mount -a after network initialization. add ↵Waldemar Brodkorb
LD_LIBRARY_PATH for raspberry pi special vc tools
2011-10-20try to mount secondary filesystems after modules are loadedWaldemar Brodkorb
2010-12-16interfaces contains wpa keys, make it non-readable for the user, optimize ↵Waldemar Brodkorb
init and shutdown
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-07-28check for uncommitted changes in /etcWaldemar Brodkorb
When using reboot, halt or poweroff check for uncommittet changes in /etc on a cfgfs enabled system. When installing packages via ipkg, check afterwards if any uncommittet changes left.
2010-04-12basefiles: fix cyclic /var/tmp -> /var/tmp symlinkPhil Sutter
2010-02-13implement WPA client modeWaldemar Brodkorb
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.