From 1e5850efaac95e0a075495be6be540094a97ec9a Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Sun, 17 Dec 2023 17:05:26 -0600 Subject: [PATCH] Had to add to Backgroun section in zfs-upgrade-issue --- 1702849369-zfs-upgrade-issue.wiki | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/1702849369-zfs-upgrade-issue.wiki b/1702849369-zfs-upgrade-issue.wiki index 4b818b7..30c2c5e 100644 --- a/1702849369-zfs-upgrade-issue.wiki +++ b/1702849369-zfs-upgrade-issue.wiki @@ -26,7 +26,8 @@ I have an DIY Ubuntu NAS (one of the first few linux installs), and I was having While it didn't exactly cause any issues with the zfs installation there was currently (it still functioned fine even with the new kernel). I got tired of it so I decided to compile openzfs from source and install it on my system. {{{bash -sudo -i +## Run as root +# sudo -i git clone https://github.com/openzfs/zfs @@ -50,6 +51,12 @@ echo "$depmod_cont" > /etc/depmod.d/ubuntu.conf ## Build and intall make install + +## Run ldconfig +ldconfig + +## Run depmod +depmod }}}