Had to add to Backgroun section in zfs-upgrade-issue

This commit is contained in:
Tristan Ancelet 2023-12-17 17:07:16 -06:00
parent 20b1f99c3c
commit 1ad320606d

View File

@ -59,7 +59,8 @@ While it didn't exactly cause any issues with the zfs installation there was cur
</p>
<pre bash>
sudo -i
## Run as root
# sudo -i
git clone https://github.com/openzfs/zfs
@ -83,6 +84,12 @@ echo "$depmod_cont" &gt; /etc/depmod.d/ubuntu.conf
## Build and intall
make install
## Run ldconfig
ldconfig
## Run depmod
depmod
</pre>