mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
13 lines
281 B
Plaintext
Executable File
13 lines
281 B
Plaintext
Executable File
#
|
|
# start syslog daemon
|
|
#
|
|
# runlevels: openelec, textmode
|
|
|
|
# bring lo up, whether we have network card or not
|
|
progress "starting Loopback Network interface"
|
|
ifconfig lo 127.0.0.1 up
|
|
|
|
# setup hostname
|
|
progress "Setup hostname"
|
|
echo $HOSTNAME > /proc/sys/kernel/hostname
|