/boot is not mount correctly after installing from an ISO image with the default partition schemme
1. project1:configure --enable-board=intel-x86-64 --enable-kernel=standard --enable-rootfs=glibc-std+installer-support --with-sstate-dir=/buildarea1/build/SSTATE_CACHE --enable-bootimage=ext4 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=/path/to/prj1/ --enable-bootimage=iso (only failed on rpm installation method) 4. make all 5. create vdisk: host-cross/usr/bin/qemu-img create -f qcow hd0.vdisk 5000M 6. make start-target TOPTS="-m 2000 -cd export/*iso -no-kernel -disk hd0.vdisk -gc" EX_TARGET_QEMU_OPTS="-vga vmware" 7. select "use all disk space" when partitioning 8. boot up after install: make start-target TOPTS="-m 2000 -no-kernel -disk hd0.vdisk -gc" EX_TARGET_QEMU_OPTS="-vga vmware" 9. check the mount: # mount