micro-utils/configs/rc.init

10 lines
130 B
Plaintext
Raw Normal View History

#!/bin/sh
2024-02-01 18:09:23 +00:00
echo "[*] Mounting..."
2024-01-14 08:38:55 +00:00
mount -a
2024-02-01 18:09:23 +00:00
echo "[*] Hostname..."
2023-12-25 16:10:44 +00:00
hostname -c /etc/hostname
2024-01-21 10:07:27 +00:00
cat /etc/motd
2024-02-01 18:09:23 +00:00
env TERM="linux" login