%general-entities; ]> S6 Usage and Configuration *** Add more info about S6 here. *** Now setup some essential scripts for booting. Make sure that the configuration directory exists: mkdir -p /etc/s6-linux-init Setup a temporary directory: tmpdir=$(mktemp -d) Create essential programs and move them to a directory representing the current setup: s6-linux-init-maker -1 -G "/sbin/agetty 38400 tty1" $tmpdir mv $tmpdir /etc/etc/s6-linux-init/current Install the essential programs in the file system: cp -av /etc/etc/s6-linux-init/current/bin/* /sbin/