aports/main/tiny-cloud/tiny-cloud-aws.post-install
Jake Buchholz Göktürk 6630e44fe6 main/tiny-cloud: update to 3.0.3-r1
Turn off vnic_eth_hotplug for AWS -- incompatible with dhcpcd?
2023-10-30 17:38:49 +00:00

6 lines
154 B
Bash

#!/bin/sh
sed -Ee 's/^#?CLOUD=.*/CLOUD=aws/' \
-Ee 's/^HOTPLUG_MODULES=.*/#HOTPLUG_MODULES=/' \
/lib/tiny-cloud/tiny-cloud.conf > /etc/tiny-cloud.conf