make shellcheck happy
This commit is contained in:
parent
59069d7be5
commit
4f0420b674
1 changed files with 3 additions and 2 deletions
|
@ -5,9 +5,10 @@ function set_CMDLINE () {
|
||||||
# Get the config paths
|
# Get the config paths
|
||||||
source "${SCRIPTDIR}/lib/paths.sh"
|
source "${SCRIPTDIR}/lib/paths.sh"
|
||||||
|
|
||||||
local CMDLINE=$(cat "${SCRIPTDIR}/config/kernel_args")
|
local CMDLINE
|
||||||
|
CMDLINE=$(cat "${SCRIPTDIR}/config/kernel_args")
|
||||||
|
|
||||||
printf "Configuration is now complete, however no changes have been done to your system.
|
echo "Configuration is now complete, however no changes have been done to your system.
|
||||||
The files needed have just been written to $SCRIPTDIR/config/etc
|
The files needed have just been written to $SCRIPTDIR/config/etc
|
||||||
|
|
||||||
At this point if you know what you are doing, you can use these files to enable VFIO on your system
|
At this point if you know what you are doing, you can use these files to enable VFIO on your system
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue