1
0
mirror of https://github.com/Xe/furry-happiness synced 2024-12-23 02:57:04 +00:00
furry-happiness/init.sh

13 lines
214 B
Bash
Raw Normal View History

2019-07-06 18:52:09 +00:00
#!/bin/sh
mount -t proc proc proc/
mount -t sysfs sys sys/
2021-07-03 20:38:55 +00:00
ip link set eth0 up
ip address add 10.0.2.15/24 dev eth0
ip route add default via 10.0.2.2
2019-07-06 18:52:09 +00:00
uname -av
echo "networking set up"
2021-07-03 20:38:55 +00:00
exec /tini /bin/ash -- -i