Matthieu Crapet
c6a5e6cb52
initscripts: avoid pipe with sed
Small optimisation in /etc/init.d/populate-volatile.sh.
Replace:
cat <file> | sed -e xxx
By:
sed -e xxx <file>
(From OE-Core rev: c91739cd08ed5451a0927586a14db54c4c328ad7)
Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-05-08 13:00:33 +01:00
..
2014-05-08 13:00:33 +01:00
2014-05-07 10:29:58 +01:00
2014-05-08 13:00:33 +01:00
2014-05-04 17:37:19 +01:00
2014-05-08 13:00:33 +01:00
2014-05-08 13:00:32 +01:00
2014-05-08 13:00:33 +01:00
2014-05-08 13:00:33 +01:00
2014-05-08 13:00:32 +01:00
2014-05-02 20:46:59 +01:00
2014-05-06 17:59:16 +01:00
2014-05-08 13:00:32 +01:00
2014-02-20 14:28:13 +00:00
2014-04-30 21:55:01 +01:00
2014-05-06 17:59:17 +01:00
2014-02-13 16:59:50 +00:00
2014-05-08 13:00:32 +01:00
2014-05-06 17:59:18 +01:00
2014-03-17 14:01:42 +00:00
2014-01-02 12:58:54 +00:00
2013-04-10 09:23:17 +01:00