ansible-role-debianunattended/templates/late_command.sh.j2

4 lines
111 B
Plaintext
Raw Normal View History

#!/bin/sh
mkdir -p /target/root/.ssh
cp /cdrom/authorized_keys /target/root/.ssh
chmod 700 /target/root/.ssh -R