livecd-rootfs/live-build/buildd/hooks/00-no-makedev.chroot_early

8 lines
221 B
Plaintext
Raw Normal View History

#! /bin/sh
set -e
# makedev is "Priority: required" in xenial and so unavoidably installed by
# debootstrap, but it isn't truly required and has historically been
# excluded from buildd chroots.
apt-get -y purge makedev