summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon GECOS <u@adam>2023-11-22 14:19:50 -0500
committerGordon GECOS <u@adam>2023-11-22 14:19:50 -0500
commita215a248f499dd2f63d800629203b54030352d97 (patch)
tree30fa95fe3e9afc51f3693edc4ad82f35f56f77d4
parent3bbb985b7f95a7c39f272bb716cfcc1bfe906c63 (diff)
eschew unstable
-rw-r--r--Makefile4
-rw-r--r--conf/eschew-unstable.pref8
2 files changed, 11 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6aff815..1290a94 100644
--- a/Makefile
+++ b/Makefile
@@ -219,7 +219,9 @@ CP=cp --preserve=timestamps -r
219defaults_conf_files = conf/grub.default 219defaults_conf_files = conf/grub.default
220initramfs_conf_files = $(addprefix initramfs-tools/,hooks/samizdat scripts/samizdat) 220initramfs_conf_files = $(addprefix initramfs-tools/,hooks/samizdat scripts/samizdat)
221install-stamp: install-bin-programs ${compiled_programs} 221install-stamp: install-bin-programs ${compiled_programs}
222 install -m644 --backup=t -t /etc/apt/sources.list.d -- conf/bookworm.list 222 rm -f /etc/apt/apt.conf.d/default-release
223 install -m644 -t /etc/apt/preferences.d -- conf/eschew-unstable.pref
224 install -m644 -t /etc/apt/sources.list.d -- conf/bookworm.list
223 install -m644 --backup=t -T -- conf/grub.default /etc/default/grub 225 install -m644 --backup=t -T -- conf/grub.default /etc/default/grub
224 install -t /etc/initramfs-tools/hooks -- initramfs-tools/hooks/samizdat 226 install -t /etc/initramfs-tools/hooks -- initramfs-tools/hooks/samizdat
225 install -t /etc/initramfs-tools/scripts -- initramfs-tools/scripts/samizdat 227 install -t /etc/initramfs-tools/scripts -- initramfs-tools/scripts/samizdat
diff --git a/conf/eschew-unstable.pref b/conf/eschew-unstable.pref
new file mode 100644
index 0000000..1aa87e8
--- /dev/null
+++ b/conf/eschew-unstable.pref
@@ -0,0 +1,8 @@
1
2
3Package: *
4Pin: release a=unstable
5Pin-Priority: 50
6
7
8