busybox: reduce number of mkdir calls in inittab
authorFlorian La Roche <F.LaRoche@pilz.de>
Tue, 5 Jun 2018 13:47:09 +0000 (15:47 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 5 Jun 2018 16:50:22 +0000 (18:50 +0200)
commit13dbe73782c3555b382ea8ebd9cda34ac9ef5744
treeb931acc8b204ea4165f7f142368d952c31f12f63
parentc7963858ed64bfc1b0b257c41e0058b684810632
busybox: reduce number of mkdir calls in inittab

The default busybox inittab does two separate mkdir calls
to create /dev/pts and /dev/shm. Reduce this to call mkdir
only once for both directories.

Signed-off-by: Florian La Roche <F.LaRoche@pilz.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/busybox/inittab