X server always lost connection first when using wr-installer to install ISO image. Please see the screenshot in the attachment. X server always lost connection first on qemu and then it will continue successfully. It is not a function issue, but if this failure can be avoid, it would be better.
1. project1:configure --enable-board=intel-x86-64 --enable-kernel=standard --enable-rootfs=glibc-std+installer-support --enable-bootimage=ext3 --with-sstate-dir=/build/SSTATE_CACHE 2. make all 3. project2: configure --enable-board=intel-x86-64 --enable-kernel=standard --enable-rootfs=wr-installer --enable-target-installer=yes --with-installer-target-build=/WRINSTALLER/0505/build_prj/combo1/export/intel-x86-64-glibc-std-standard-dist.ext3 4. make all 5. cd project2; host-cross/usr/bin/qemu-img create -f qcow hd0.vdisk 5000M 6. make start-target TOPTS="-m 2024 -cd export/*.iso -no-kernel -disk hd0.vdisk -gc" 7. observe X server lost connection first on qemu.