vbox: --audio is deprecated/removed

--audio-driver is the replacement switch.
This commit is contained in:
Josh Megnauth 2025-06-06 23:54:29 -04:00
parent a35e6e0ca3
commit e352fe6bfd
No known key found for this signature in database
GPG Key ID: 70813183462EFAD3

View File

@ -31,7 +31,7 @@ virtualbox: $(BUILD)/harddrive.img
$(VBM) modifyvm Redox --usb off # on
$(VBM) modifyvm Redox --keyboard ps2
$(VBM) modifyvm Redox --mouse ps2
$(VBM) modifyvm Redox --audio $(VB_AUDIO)
$(VBM) modifyvm Redox --audio-driver $(VB_AUDIO)
$(VBM) modifyvm Redox --audiocontroller hda
$(VBM) modifyvm Redox --audioout on
$(VBM) modifyvm Redox --nestedpaging on