mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
vbox: --audio is deprecated/removed
--audio-driver is the replacement switch.
This commit is contained in:
parent
a35e6e0ca3
commit
e352fe6bfd
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user