diff options
-rw-r--r-- | data/live-build-config/archives/buster.list.chroot | 3 | ||||
-rw-r--r-- | data/live-build-config/archives/buster.pref.chroot | 11 |
2 files changed, 14 insertions, 0 deletions
diff --git a/data/live-build-config/archives/buster.list.chroot b/data/live-build-config/archives/buster.list.chroot new file mode 100644 index 00000000..06eb2dab --- /dev/null +++ b/data/live-build-config/archives/buster.list.chroot @@ -0,0 +1,3 @@ +deb http://deb.debian.org/debian/ buster main non-free +deb http://deb.debian.org/debian/ buster-updates main non-free +deb http://security.debian.org/debian-security buster/updates main non-free diff --git a/data/live-build-config/archives/buster.pref.chroot b/data/live-build-config/archives/buster.pref.chroot new file mode 100644 index 00000000..8caa1e6d --- /dev/null +++ b/data/live-build-config/archives/buster.pref.chroot @@ -0,0 +1,11 @@ +Package: bash +Pin: release n=buster +Pin-Priority: 600 + +Package: bash-completion +Pin: release n=buster +Pin-Priority: 600 + +Package: * +Pin: release n=buster +Pin-Priority: -10 |