mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2025-12-20 10:10:17 -06:00
kmod: ci use correct target, updated README
This commit is contained in:
@@ -216,7 +216,7 @@ Inspecting [`ternrun.go`](https://github.com/XTXMarkets/ternfs/blob/main/go/tern
|
||||
% cd kmod
|
||||
% ./fetchlinux.sh # fetch linux sources
|
||||
% (cd linux && make oldconfig && make prepare && make -j) # build Linux
|
||||
% make KDIR=linux -j ternfs-client
|
||||
% make KDIR=linux -j ternfs-client-local
|
||||
```
|
||||
|
||||
### Kernel module as dkms .deb package
|
||||
|
||||
@@ -39,7 +39,7 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
cd $SCRIPT_DIR
|
||||
|
||||
# build kernel module
|
||||
make "KDIR=${SCRIPT_DIR}/linux" -j ternfs-client
|
||||
make "KDIR=${SCRIPT_DIR}/linux" -j ternfs-client-local
|
||||
|
||||
# start VM in the background
|
||||
function cleanup {
|
||||
|
||||
Reference in New Issue
Block a user