You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
livecd-rootfs/live-build/buildd/hooks/apt.chroot

15 lines
246 B

#! /bin/sh
set -e
# Configure APT.
cat >/etc/apt/apt.conf.d/99buildd <<EOF
DPkg::Options {"--force-unsafe-io";};
DPkg::Use-Pty "false";
EOF
cat >/etc/apt/preferences.d/backports <<EOF
Package: *
Pin: release a=*-backports
Pin-Priority: 500
EOF