remove qemu vga adapter
it doesn't work with qemu 9.2 (coming soon) but we don't need it anyway
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
options.u-boot options.disk-image))
|
||||
(appendm (access-net options.wan))
|
||||
(appendm (local-net options.lan))
|
||||
(appendm ["-display" "none"])))
|
||||
(appendm ["-display" "none" "-vga" "none"])))
|
||||
|
||||
(each [n a (ipairs exec-args)]
|
||||
(print (.. (if (> n 1) " " "") (string.format "%q" a))))
|
||||
|
Reference in New Issue
Block a user