From 81df531312f01df134035c9e946fe73a2fd26188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Sun, 11 Oct 2020 14:47:32 +0200 Subject: [PATCH] Add locales, vim and bridge-utils packages to netboot image --- debian-build-netboot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian-build-netboot.sh b/debian-build-netboot.sh index 60885ff..e64f1fb 100755 --- a/debian-build-netboot.sh +++ b/debian-build-netboot.sh @@ -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