Skip to content

Commit

Permalink
fixup! fixup! Use Debian 12 by default in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Sep 25, 2023
1 parent 33f188c commit d01070b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions runtimes/aleph-debian-12-python/create_disk_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,6 @@ ln -s agetty /etc/init.d/agetty.ttyS0
echo ttyS0 > /etc/securetty
EOT


# Generate SSH host keys
#systemd-nspawn -D ./rootfs/ ssh-keygen -q -N "" -t dsa -f /etc/ssh/ssh_host_dsa_key
#systemd-nspawn -D ./rootfs/ ssh-keygen -q -N "" -t rsa -b 4096 -f /etc/ssh/ssh_host_rsa_key
#systemd-nspawn -D ./rootfs/ ssh-keygen -q -N "" -t ecdsa -f /etc/ssh/ssh_host_ecdsa_key
#systemd-nspawn -D ./rootfs/ ssh-keygen -q -N "" -t ed25519 -f /etc/ssh/ssh_host_ed25519_key

cat <<EOT > ./rootfs/etc/inittab
# /etc/inittab
Expand Down

0 comments on commit d01070b

Please sign in to comment.