mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
9 lines
211 B
Bash
9 lines
211 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-doc package."
|
|
|
|
exit 0
|