do not install broken ping

This commit is contained in:
Nico Schottelius 2020-06-02 22:44:50 +02:00
parent 4cad7eb28c
commit 47d15a2349
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ debootstrap "${suite}" "${chroot_dir}"
echo "deb http://pkgmaster.devuan.org/merged ${suite} main contrib non-free" > ${chroot_dir}/etc/apt/sources.list
chroot ${chroot_dir} apt update
chroot ${chroot_dir} apt install -y openssh-server rdnssd linux-image-amd64 firmware-bnx2 inetutils-ping
chroot ${chroot_dir} apt install -y openssh-server rdnssd linux-image-amd64 firmware-bnx2
echo "unconfigured-host" > ${chroot_dir}/etc/hostname