diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-04-27 20:30:59 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-29 17:20:33 +0700 |
commit | dedbb45d13551a8655e659e0593d9b1e146d50fc (patch) | |
tree | 97cb5559ccebb3a010f6defc4cb6a97c7c29db47 /system/vhba-module/README | |
parent | 236f45448a4e3efdb6f9d499dbfc0fdf7f43d878 (diff) |
system/vhba-module: Allow building with custom kernel versions
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/vhba-module/README')
-rw-r--r-- | system/vhba-module/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/vhba-module/README b/system/vhba-module/README index 55c744cf79a01..5af5103d89c19 100644 --- a/system/vhba-module/README +++ b/system/vhba-module/README @@ -6,3 +6,7 @@ CD/DVD-ROM device emulator for linux. NOTE: The resulting package will be specific for the kernel it was built on. + +It is possible to build package for a different kernel version by +setting the KERNEL variable as in: + KERNEL=5.15.94 ./vhba-module.SlackBuild |