mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
Fix wakeonlan support in Network Config v2 YAML file. Add post-install script that displays message about running setup-cloud-init to finish configuration.
8 lines
212 B
Bash
8 lines
212 B
Bash
#!/bin/sh
|
|
|
|
echo "Please run setup-cloud-init to enable required init.d services."
|
|
echo
|
|
echo "You may also want to read file /usr/share/doc/cloud-init/README.Alpine"
|
|
echo "in the cloud-init-docs package."
|
|
|
|
exit 0
|