mirror of
https://github.com/Mexit/AlpDock.git
synced 2025-04-25 15:29:53 +03:00
Update /etc/motd
This commit is contained in:
parent
55175688f7
commit
e6aae4567c
2 changed files with 22 additions and 0 deletions
|
@ -34,6 +34,17 @@ makefile root:root 0644 "$tmp"/etc/hostname <<EOF
|
|||
$HOSTNAME
|
||||
EOF
|
||||
|
||||
makefile root:root 0644 "$tmp"/etc/motd <<EOF
|
||||
|
||||
Welcome to Alpine with docker preinstalled (Live ISO)!
|
||||
|
||||
DHCP is enabled on eth0.
|
||||
To configure other interfaces run 'setup-interfaces' and then 'service networking restart' to apply settings.
|
||||
|
||||
Type 'alpdock-run-portainer' to run Portainer.
|
||||
|
||||
EOF
|
||||
|
||||
mkdir -p "$tmp"/etc/network
|
||||
makefile root:root 0644 "$tmp"/etc/network/interfaces <<EOF
|
||||
auto lo
|
||||
|
|
|
@ -34,6 +34,17 @@ makefile root:root 0644 "$tmp"/etc/hostname <<EOF
|
|||
$HOSTNAME
|
||||
EOF
|
||||
|
||||
makefile root:root 0644 "$tmp"/etc/motd <<EOF
|
||||
|
||||
Welcome to Alpine with podman preinstalled (Live ISO)!
|
||||
|
||||
DHCP is enabled on eth0.
|
||||
To configure other interfaces run 'setup-interfaces' and then 'service networking restart' to apply settings.
|
||||
|
||||
Type 'alpdock-run-portainer' to run Portainer.
|
||||
|
||||
EOF
|
||||
|
||||
mkdir -p "$tmp"/etc/network
|
||||
makefile root:root 0644 "$tmp"/etc/network/interfaces <<EOF
|
||||
auto lo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue