Files
warewulf/overlays/generic/init
2020-10-27 19:24:38 -04:00

15 lines
181 B
Bash
Executable File

#!/bin/sh
clear
mount -t proc none /proc
mount -t sysfs none /sys
mount -t devtmpfs devtmpfs /dev
/sbin/ip link set dev lo up
echo "Calling /sbin/init..."
echo
exec /sbin/init