2015-09-21 15:00:04 +02:00
|
|
|
post_install() {
|
2016-08-25 22:34:59 +02:00
|
|
|
cat <<EOF
|
2015-09-21 15:00:04 +02:00
|
|
|
|
2016-08-25 22:34:59 +02:00
|
|
|
==> Please activate the rc-local service to execute /etc/rc.local on boot.
|
|
|
|
==> Run as root: systemctl enable rc-local.service
|
2015-09-21 15:00:04 +02:00
|
|
|
|
2016-08-25 22:34:59 +02:00
|
|
|
EOF
|
2015-09-21 15:15:48 +02:00
|
|
|
}
|