micro-utils/configs/rc.init

10 lines
130 B
Plaintext
Raw Normal View History

2024-07-01 10:23:00 +00:00
#!/bin/sh
echo "[*] Mounting..."
mount -a
echo "[*] Hostname..."
hostname -c /etc/hostname
cat /etc/motd
env TERM="linux" login