more updates to work with the new ls-iommu

This commit is contained in:
HikariKnight 2023-03-11 19:26:19 +01:00
parent 158e937e6f
commit 692ca7f83a
No known key found for this signature in database
GPG key ID: E8B239063B022F5A
2 changed files with 2 additions and 5 deletions

View file

@ -7,7 +7,6 @@ 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")