Add locales, vim and bridge-utils packages to netboot image

This commit is contained in:
Timothée Floure 2020-10-11 14:47:32 +02:00
parent 518809bbf6
commit 81df531312
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ chroot "$chroot_dir" apt-get install -y firmware-bnx2
# SSH server, DNS updates from RAs, LVM2.
chroot "$chroot_dir" apt-get install -y openssh-server rdnssd lvm2
# Useful things for cdist manifests to run properly.
chroot "$chroot_dir" apt-get install -y lsb-release ca-certificates
# Useful things for cdist manifests to run properly and humans to be happy.
chroot "$chroot_dir" apt-get install -y lsb-release ca-certificates vim locales bridge-utils
# Install and extract kernel.
chroot "$chroot_dir" apt-get install -y linux-image-amd64