Compare commits
1 Commits
20b1f99c3c
...
1ad320606d
Author | SHA1 | Date | |
---|---|---|---|
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>
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user