Proxmox Backup Server (PBS)
Aller à la navigation
Aller à la recherche
Installation du système de base
mkfs.ext4 /dev/sda1 mkswap /dev/sda2
aptitude install debootstrap debian-keyring debian-archive-keyring
mount /dev/sda1 /mnt
debootstrap --arch=amd64 buster /mnt http://ftp.fr.debian.org/debian
Installation du kernel
A l'écran Configuring grub-pc
, installez grub sur /dev/sda
OpenSSH
hostname -F /etc/hostname apt install openssh-server