debian netboot: use new meta key API, add Jo's key
This commit is contained in:
parent
dbc42910aa
commit
f0f09ca275
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ cp "$chroot_dir"/boot/vmlinuz-* "$output_dir/kernel-$basename"
|
|||
|
||||
# Deploy SSH keys.
|
||||
mkdir -p "$chroot_dir/root/.ssh"
|
||||
for user in tfloure; do
|
||||
curl "https://meta.recycled.cloud/~$user.keys" >> "$chroot_dir/root/.ssh/authorized_keys"
|
||||
for user in tfloure jdesroches; do
|
||||
curl "https://meta.recycled.cloud/keys/$user" >> "$chroot_dir/root/.ssh/authorized_keys"
|
||||
done
|
||||
|
||||
# Make sure there is /init in the initramfs to avoid kernel panic.
|
||||
|
|
Loading…
Reference in a new issue