8 lines
288 B
Bash
8 lines
288 B
Bash
logger -t "rc.firstboot" "Reload systemd manager configuration"
|
|
systemctl daemon-reload
|
|
systemctl restart networking.service
|
|
systemctl restart systemd-networkd.service
|
|
logger -t "rc.firstboot" "First boot actions finished"
|
|
rm -f /etc/rc.firstboot
|
|
sed -i '/.*rc.firstboot/d' /etc/rc.local
|