« Proxmox Backup Server (PBS) » : différence entre les versions
Aller à la navigation
Aller à la recherche
Ligne 24 : | Ligne 24 : | ||
A l'écran <code>Configuring grub-pc</code>, installez grub sur <code>/dev/sda</code> | A l'écran <code>Configuring grub-pc</code>, installez grub sur <code>/dev/sda</code> | ||
=OpenSSH= | |||
<pre> | |||
hostname -F /etc/hostname | |||
apt install openssh-server | |||
</pre> | |||
=Installation de PBS= | =Installation de PBS= |
Version du 27 septembre 2020 à 12:33
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