diff --git a/overlay/zdt/configs/access.conf.age b/overlay/zdt/configs/access.conf.age index 680b234..0b310c3 100644 Binary files a/overlay/zdt/configs/access.conf.age and b/overlay/zdt/configs/access.conf.age differ diff --git a/scripts/setup-tiny b/scripts/setup-tiny deleted file mode 100755 index 9fc91fc..0000000 --- a/scripts/setup-tiny +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -eu -# vim: ts=4 et: - -[ -z "$DEBUG" ] || [ "$DEBUG" = 0 ] || set -x - -TARGET=/mnt - -einfo() { - printf '\n\033[1;7;36m> %s <\033[0m\n' "$@" >&2 # bold reversed cyan -} - -if [ "$VERSION" = "3.12" ]; then - # tiny-cloud-network requires ifupdown-ng, not in 3.12 - einfo "Configuring Tiny EC2 Bootstrap..." - echo "EC2_USER=$IMAGE_LOGIN" > /etc/conf.d/tiny-ec2-bootstrap -else - einfo "Configuring Tiny Cloud..." - sed -i.bak -Ee "s/^#?CLOUD_USER=.*/CLOUD_USER=$IMAGE_LOGIN/" \ - "$TARGET"/etc/conf.d/tiny-cloud - rm "$TARGET"/etc/conf.d/tiny-cloud.bak -fi