blob: b819ce43efdd3c95c41792350cc7adfaf573ba7b (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
# core
mount -a # mount all drives in /etc/fstab
hostname -F /etc/hostname # update hostname
# system services
syslogd # system log
ifplugd # automatically link hot-plugged ethernet connections
|