From 88330647ef9f8dd27d7b60329736d19d189de46e Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Sun, 22 Sep 2019 00:40:35 -0500 Subject: [PATCH] Debian: Add upgrade instructions --- Debian-Buster-Encrypted-Root-on-ZFS.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Debian-Buster-Encrypted-Root-on-ZFS.md diff --git a/Debian-Buster-Encrypted-Root-on-ZFS.md b/Debian-Buster-Encrypted-Root-on-ZFS.md new file mode 100644 index 0000000..181fc1f --- /dev/null +++ b/Debian-Buster-Encrypted-Root-on-ZFS.md @@ -0,0 +1,14 @@ +This experimental guide has been made official at [[Debian Buster Root on ZFS]]. + +If you have an existing system installed from the experimental guide, adjust your sources: + + # vi /etc/apt/sources.list.d/buster-backports.list + deb http://deb.debian.org/debian buster-backports main contrib + deb-src http://deb.debian.org/debian buster-backports main contrib + + # vi /etc/apt/preferences.d/90_zfs + Package: libnvpair1linux libuutil1linux libzfs2linux libzpool2linux zfs-dkms zfs-initramfs zfs-test zfsutils-linux zfsutils-linux-dev zfs-zed + Pin: release n=buster-backports + Pin-Priority: 990 + +This will allow you to upgrade from the locally-built packages to the official buster-backports packages.