diff options
Diffstat (limited to 'package')
-rwxr-xr-x | package/base-files/default/bin/firstboot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/base-files/default/bin/firstboot b/package/base-files/default/bin/firstboot index eff7063b1c..604721873a 100755 --- a/package/base-files/default/bin/firstboot +++ b/package/base-files/default/bin/firstboot @@ -60,3 +60,6 @@ mount none /tmp -t ramfs umount /rom/proc umount /rom/tmp umount /rom/dev + +# normally created by boot script +mkdir -p /var/run |