Commit Graph

19 Commits

Author SHA1 Message Date
cb2dbde983 [package] base-files: preinit: Fixed sourcing of diag.sh in /etc/preinit. This caused 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
2011-07-07 02:52:02 +00:00
5692f750af Fix whitespace
SVN-Revision: 25632
2011-02-20 21:25:45 +00:00
d118c7f48e [package] base-files: change /dev permissions to 0755 when hotplug2 is used ()
SVN-Revision: 23908
2010-11-07 00:28:15 +00:00
2789a81400 [package] base-files: prevent possible sourcing of JFFS2 meta files when merging overlay hooks
SVN-Revision: 23114
2010-09-23 17:32:58 +00:00
60dfc68751 [base system & package/block-extroot] Fixed duplicated content in file in commit 23111
SVN-Revision: 23112
2010-09-23 14:06:47 +00:00
9bd7ea09ee [base system & package/block-extroot] Missed file committing previous change 23110
SVN-Revision: 23111
2010-09-23 14:03:22 +00:00
1172a7c53e [package] base-files: localize variable in do_move_devtmpfs(), remove extra temporary variable and shorten conditional
SVN-Revision: 22380
2010-07-24 19:33:11 +00:00
f516b0cb36 package/base-files: add support for devtmpfs (thank you rauchwolke at gmx.net)
SVN-Revision: 22379
2010-07-24 19:21:27 +00:00
ea6e774521 [package] base-files: unconditionally unlock the rootfs_data partition ()
SVN-Revision: 22377
2010-07-24 15:47:15 +00:00
ad473ad043 [package] base-files: make press key message more explicit in preinit
SVN-Revision: 20392
2010-03-23 22:56:12 +00:00
03daac40a2 change from /jffs to /overlay, patch from Daniel Dickinson
SVN-Revision: 20356
2010-03-21 17:16:50 +00:00
44b130b0db package/base-files: call preinit_ip_deconfig before processing init on
initramfs images


SVN-Revision: 20159
2010-03-12 14:37:19 +00:00
317248b1ff [package] base-files: fix preinit code typos
Signed-off-by: Ithamar R. Adema <ithamar.adema@team-embedded.nl>
Acked-by: Daniel Dickinson <cshore@csolve.net>



SVN-Revision: 20124
2010-03-10 18:09:53 +00:00
ed3f6d8d2f base-files: fix enter failsafe message
SVN-Revision: 19937
2010-03-01 18:20:39 +00:00
0ae47f1f88 [package] base-files: preinit: get rid of /dev/null redirections and use grep -q where applicable
SVN-Revision: 19478
2010-02-01 00:32:46 +00:00
93809a0589 [package] quieten the check for devs, thanks nbd
SVN-Revision: 19473
2010-01-31 21:09:53 +00:00
0c9d0c3796 [package] /dev/null was used before it was created, so an
empty file was created.  This prevented the actual device node from
being created.  The attached patch fixes that, patch from cshore

SVN-Revision: 19472
2010-01-31 21:01:21 +00:00
d47d231291 preinit: Remove Ctrl-C prompt...impossible on /dev/console (patch by cshore)
SVN-Revision: 19367
2010-01-28 19:27:49 +00:00
43f2e0326e add preinit modularization work by Daniel Dickinson (cshore)
SVN-Revision: 19331
2010-01-25 17:11:17 +00:00