Initial commit
This commit is contained in:
7
files/firstboot/99-finish.sh
Normal file
7
files/firstboot/99-finish.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user