Rename set_MODULES to set_INITRAMFSTOOLS to start work with other initramfs systems

This commit is contained in:
HikariKnight 2022-03-12 12:19:48 +01:00
parent 2cd4ceb2e5
commit 22f6786977
No known key found for this signature in database
GPG key ID: E8B239063B022F5A
2 changed files with 6 additions and 6 deletions

View file

@ -49,7 +49,7 @@ USB_CTL_ID=()
"$SCRIPTDIR/lib/get_GPU_ROM.sh" "$ROM_PCI_ID"
# Start setting up modules
exec "$SCRIPTDIR/lib/set_MODULES.sh" $GPU_DEVID
exec "$SCRIPTDIR/lib/set_INITRAMFSTOOLS.sh" $GPU_DEVID
;;
*)
exec "$SCRIPTDIR/lib/get_GPU.sh"