Add locales, vim and bridge-utils packages to netboot image
This commit is contained in:
parent
518809bbf6
commit
81df531312
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ chroot "$chroot_dir" apt-get install -y firmware-bnx2
|
||||||
# SSH server, DNS updates from RAs, LVM2.
|
# SSH server, DNS updates from RAs, LVM2.
|
||||||
chroot "$chroot_dir" apt-get install -y openssh-server rdnssd lvm2
|
chroot "$chroot_dir" apt-get install -y openssh-server rdnssd lvm2
|
||||||
|
|
||||||
# Useful things for cdist manifests to run properly.
|
# Useful things for cdist manifests to run properly and humans to be happy.
|
||||||
chroot "$chroot_dir" apt-get install -y lsb-release ca-certificates
|
chroot "$chroot_dir" apt-get install -y lsb-release ca-certificates vim locales bridge-utils
|
||||||
|
|
||||||
# Install and extract kernel.
|
# Install and extract kernel.
|
||||||
chroot "$chroot_dir" apt-get install -y linux-image-amd64
|
chroot "$chroot_dir" apt-get install -y linux-image-amd64
|
||||||
|
|
Loading…
Reference in a new issue