This commit is contained in:
Julien Palard 2021-11-18 09:35:30 +01:00
parent 45e3308ca4
commit fb75bead70
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ apt install linux-virtual openssh-server ifupdown
mkdir /root/.ssh/
wget https://mdk.fr/id_rsa.pub -O /root/.ssh/authorized_keys # Or your own keys, your choice.
passwd # Set a root password, useful to connect via the emergency console.
printf "%s\n%s\n 'auto eth0' 'iface eth0 inet dhcp' > /etc/network/interfaces # Setup the network
printf "%s\n%s\n" 'auto eth0' 'iface eth0 inet dhcp' > /etc/network/interfaces # Setup the network
# Setup /etc/fstab, if you want the UUID of the disk use `blkid`.
sync # For good measure
reboot now