Add script to copy files to the system and update initramfs

This commit is contained in:
HikariKnight 2022-03-10 16:13:33 +01:00
parent f407477672
commit 59069d7be5
No known key found for this signature in database
GPG key ID: E8B239063B022F5A
3 changed files with 77 additions and 27 deletions

View file

@ -29,7 +29,7 @@ To return to the previous page just press ENTER.
# Replace the blank USB_CTL_ID with the PCI_ID for the usb controller the user wants to pass through
perl -pi -e "s/USB_CTL_ID=\(\)/USB_CTL_ID=\($PCI_ID\)/" "$SCRIPTDIR/$QUICKEMU/qemu-vfio_vars.conf"
exec "$SCRIPTDIR/lib/set_CMDLINE.sh"
exec "$SCRIPTDIR/lib/apply_CHANGES.sh"
;;
*)
exec "$SCRIPTDIR/lib/get_USB_CTL.sh"