diff options
Diffstat (limited to 'conf/machine/qemux86.conf')
-rw-r--r-- | conf/machine/qemux86.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/qemux86.conf b/conf/machine/qemux86.conf index 60aa12ad7f..2378a9990e 100644 --- a/conf/machine/qemux86.conf +++ b/conf/machine/qemux86.conf @@ -5,7 +5,9 @@ TARGET_ARCH = "i586" PACKAGE_EXTRA_ARCHS = "x86" -require conf/machine/include/qemu.conf +require conf/machine/include/qemu.inc + +KERNEL_IMAGETYPE = "bzImage" SERIAL_CONSOLE = "115200 ttyS0" |