Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base-files: preinit: Fixed sourcing of diag.sh in /etc/preinit. This caused ↵ | Daniel Dickinson | 2011-07-07 | 1 | -0/+7 |
| | | | | | | errors due to frequent use of /proc/cpuinfo to determine board name to pick led layout. Now diag.sh (which only defines set_state and any helper functions) is sourced by a proper preinit function during preinit_main, which is after /proc has been brought up, unlike in /etc/preinit SVN-Revision: 27501 | ||||
* | Fix whitespace | Michael Büsch | 2011-02-20 | 1 | -1/+1 |
| | | | | SVN-Revision: 25632 | ||||
* | base-files: change /dev permissions to 0755 when hotplug2 is used (#6039) | Jo-Philipp Wich | 2010-11-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 23908 | ||||
* | base-files: prevent possible sourcing of JFFS2 meta files when merging ↵ | Jo-Philipp Wich | 2010-09-23 | 1 | -1/+1 |
| | | | | | | overlay hooks SVN-Revision: 23114 | ||||
* | Fixed duplicated content in file in commit 23111 | Daniel Dickinson | 2010-09-23 | 1 | -24/+0 |
| | | | | SVN-Revision: 23112 | ||||
* | Missed file committing previous change 23110 | Daniel Dickinson | 2010-09-23 | 1 | -0/+48 |
| | | | | SVN-Revision: 23111 | ||||
* | base-files: localize variable in do_move_devtmpfs(), remove extra temporary ↵ | Jo-Philipp Wich | 2010-07-24 | 1 | -6/+3 |
| | | | | | | variable and shorten conditional SVN-Revision: 22380 | ||||
* | package/base-files: add support for devtmpfs (thank you rauchwolke at gmx.net) | Alexandros C. Couloumbis | 2010-07-24 | 1 | -1/+13 |
| | | | | SVN-Revision: 22379 | ||||
* | base-files: unconditionally unlock the rootfs_data partition (#7437) | Jo-Philipp Wich | 2010-07-24 | 1 | -0/+1 |
| | | | | SVN-Revision: 22377 | ||||
* | base-files: make press key message more explicit in preinit | Jo-Philipp Wich | 2010-03-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 20392 | ||||
* | change from /jffs to /overlay, patch from Daniel Dickinson | Florian Fainelli | 2010-03-21 | 2 | -2/+4 |
| | | | | SVN-Revision: 20356 | ||||
* | package/base-files: call preinit_ip_deconfig before processing init on ↵ | Gabor Juhos | 2010-03-12 | 1 | -0/+1 |
| | | | | | | initramfs images SVN-Revision: 20159 | ||||
* | base-files: fix preinit code typos | Nicolas Thill | 2010-03-10 | 1 | -1/+1 |
| | | | | | | | Signed-off-by: Ithamar R. Adema <ithamar.adema@team-embedded.nl> Acked-by: Daniel Dickinson <cshore@csolve.net> SVN-Revision: 20124 | ||||
* | base-files: fix enter failsafe message | Felix Fietkau | 2010-03-01 | 1 | -1/+0 |
| | | | | SVN-Revision: 19937 | ||||
* | base-files: preinit: get rid of /dev/null redirections and use grep -q where ↵ | Jo-Philipp Wich | 2010-02-01 | 4 | -6/+6 |
| | | | | | | applicable SVN-Revision: 19478 | ||||
* | quieten the check for devs, thanks nbd | Florian Fainelli | 2010-01-31 | 1 | -1/+1 |
| | | | | SVN-Revision: 19473 | ||||
* | /dev/null was used before it was created, so an empty file was created. This ↵ | Florian Fainelli | 2010-01-31 | 1 | -1/+1 |
| | | | | | | prevented the actual device node from being created. The attached patch fixes that, patch from cshore SVN-Revision: 19472 | ||||
* | preinit: Remove Ctrl-C prompt...impossible on /dev/console (patch by cshore) | Felix Fietkau | 2010-01-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 19367 | ||||
* | add preinit modularization work by Daniel Dickinson (cshore) | Felix Fietkau | 2010-01-25 | 25 | -0/+537 |
SVN-Revision: 19331 |