opensuse – How to run my script after SuSE finished booting up? – Unix & Linux Stack Exchange
Posted by jpluimers on 2017/04/21
For future research: opensuse – How to run my script after SuSE finished booting up? – Unix & Linux Stack Exchange
Reason? Want to show the output of this as the last boot sequence line:
hostname
ip route
echo
ip address | grep -w 'UP\|flags\|inet\|inet6'
echo more detailed info through "ip address" and "ip route"
cat /etc/resolv.conf | grep nameserver
–jeroen






Leave a comment