This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo -i | |
apt update | |
# Update FAIME source to make sure these are installed | |
apt install -y qemu-guest-agent ssh-import-id curl open-iscsi nfs-common iptables | |
# Update FAIME source to import these there instead | |
ssh-import-id lp:nickistre | |
hostnamectl set-hostname <full-host-name> | |
sudo -u debian -i | |
ssh-import-id lp:nickistre | |
exit |
OlderNewer