Makefile: fix id_ed25519.pub file generation
Without that fix the id_ed25519.pub file is empty. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
parent
4e8ce8d02d
commit
20205a1a8e
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ all: guix-installer-vm.img
|
||||||
id_ed25519.pub:
|
id_ed25519.pub:
|
||||||
printf "ssh-ed25519 %s %s" \
|
printf "ssh-ed25519 %s %s" \
|
||||||
'AAAAC3NzaC1lZDI1NTE5AAAAIH2feuEj4asx0ImCG+cuiPv2WdKF6vMI+cJtZyG9cwUQ' \
|
'AAAAC3NzaC1lZDI1NTE5AAAAIH2feuEj4asx0ImCG+cuiPv2WdKF6vMI+cJtZyG9cwUQ' \
|
||||||
'gnutoo@primary_laptop'
|
'gnutoo@primary_laptop' \
|
||||||
> $@
|
> $@
|
||||||
|
|
||||||
# Generate default key. Can be changed by replacing signing-key.pub.
|
# Generate default key. Can be changed by replacing signing-key.pub.
|
||||||
|
|
Loading…
Reference in New Issue