parent
12d7c957de
commit
2cd4ceb2e5
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ function insert_MODULES() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Write header
|
# Write header
|
||||||
echo "$ETCMODULES_HEADER" > "$2"
|
echo "$MODULES_HEADER" > "$2"
|
||||||
|
|
||||||
# If vendor-reset existed from before
|
# If vendor-reset existed from before
|
||||||
if [ $VENDOR_RESET == 1 ];
|
if [ $VENDOR_RESET == 1 ];
|
||||||
|
@ -36,7 +36,7 @@ vfio_virqfd
|
||||||
" >> "$2"
|
" >> "$2"
|
||||||
|
|
||||||
# Write the previously enabled modules under vfio in the load order
|
# Write the previously enabled modules under vfio in the load order
|
||||||
echo "$ETCMODULES_ENABLED" >> "$2"
|
echo "$MODULES_ENABLED" >> "$2"
|
||||||
}
|
}
|
||||||
|
|
||||||
function set_MODULES () {
|
function set_MODULES () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue