summary refs log tree commit diff
path: root/img/app/etc/s6-linux-init/scripts/rc.init
blob: b46afb73b8e4b56e0d3a8e1da5c05b14812bce36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/execlineb -P
# SPDX-License-Identifier: EUPL-1.2+
# SPDX-FileCopyrightText: 2020-2022 Alyssa Ross <hi@alyssa.is>

if { s6-rc-init -c /etc/s6-rc /run/service }

if { mkdir -p /dev/pts /dev/shm }
if { modprobe overlay }
if { mount -a }

s6-rc change ok-all