mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-29 20:23:01 +02:00
The virtualized system is configured through kconfig under "External Options"->"QEMU Virtualization". To launch the system, simply run "make run". This works both from output directories, and from the infix root with O= set.
13 lines
166 B
Plaintext
13 lines
166 B
Plaintext
menu "Packages"
|
|
|
|
source "$BR2_EXTERNAL_INFIX_PATH/package/Config.in"
|
|
|
|
endmenu
|
|
|
|
menu "QEMU Virtualization"
|
|
|
|
source "$BR2_EXTERNAL_INFIX_PATH/qemu/Config.in"
|
|
|
|
endmenu
|
|
|