Update project to use the improved ls-iommu

This commit is contained in:
HikariKnight 2023-03-11 19:11:09 +01:00
parent f3c4eea715
commit 0d53053332
No known key found for this signature in database
GPG key ID: E8B239063B022F5A
8 changed files with 47 additions and 24 deletions

View file

@ -7,6 +7,7 @@ function set_VFIO () {
# Assign the GPU device ids to a variable
GPU_DEVID="$1"
echo $GPU_DEVID
# Get the kernel_args file content
CMDLINE=$(cat "$SCRIPTDIR/config/kernel_args")