slitaz-boot-scripts rev 412
init: /run is moved
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 27 14:40:07 2015 +0200 (2015-08-27) |
parents | 4321dbbe16c7 |
children | dcdb496ee31f |
files | init |
line diff
1.1 --- a/init Thu Aug 27 14:32:34 2015 +0200 1.2 +++ b/init Thu Aug 27 14:40:07 2015 +0200 1.3 @@ -170,7 +170,6 @@ 1.4 busybox mount -t tmpfs tmpfs /run 1.5 x=/sbin/init; echo "[ -x $x ] && exec $x" >/run/init 1.6 $0 log 2>&1 | tee /run/boot.log 1.7 - busybox umount /run 1.8 busybox umount /sys 1.9 busybox umount /proc 1.10 . /run/init