alpine-zdt-images/scripts/test-setup_script.sh
tomalok 10058c1113
Fix 'revision' and 'end_of_life' (#80)
Also...
* update alpine.conf with 3.12
* update apk-tools and alpine-keys
* use test profile to test fixes and newer features
2020-08-17 11:11:50 -07:00

13 lines
309 B
Bash
Executable File

#!/usr/bin/env sh
set -ex
# copy a directory into place
cp -a ./base "$TARGET/home/$EC2_USER/test"
# process a file and put it into place
tac ./aarch64 | rev > "$TARGET/home/$EC2_USER/test/46hcraa"
# set ownership of installed things
chroot "$TARGET" chown -R "$EC2_USER:$EC2_USER" "/home/$EC2_USER/test"