Had to add to Backgroun section in zfs-upgrade-issue
This commit is contained in:
parent
20b1f99c3c
commit
1ad320606d
@ -59,7 +59,8 @@ While it didn't exactly cause any issues with the zfs installation there was cur
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre bash>
|
<pre bash>
|
||||||
sudo -i
|
## Run as root
|
||||||
|
# sudo -i
|
||||||
|
|
||||||
git clone https://github.com/openzfs/zfs
|
git clone https://github.com/openzfs/zfs
|
||||||
|
|
||||||
@ -83,6 +84,12 @@ echo "$depmod_cont" > /etc/depmod.d/ubuntu.conf
|
|||||||
|
|
||||||
## Build and intall
|
## Build and intall
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
## Run ldconfig
|
||||||
|
ldconfig
|
||||||
|
|
||||||
|
## Run depmod
|
||||||
|
depmod
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user