-
Is there a way to specify cmdline.txt options when running under qemu? I'd like to specify |
Beta Was this translation helpful? Give feedback.
Answered by
rsta2
Nov 15, 2024
Replies: 1 comment 1 reply
-
Yes, there is a QEMU command line option |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
petemoore
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, there is a QEMU command line option
-append _option_
, which appends _option_ to the command line. Unfortunately this works only together with the-kernel
option, so only with qemu-system-aarch64.