Problem Description ====================== There are some errors when booting wrlinux ISO image: /etc/init.d/rc: /etc/rcS.d/S37populate-volatile.sh : line 1: can't create /etc/volatile.cache.build: Read-only file system Expected Behavior ====================== wrlinux iso boots without error. Observed Behavior ====================== iso boots with error. Logs ====================== Attached. Misc Info ====================== The wrlinux can be booted from iso, althougn error occurred.
step 1; configure --enable-board=intel-xeon-core --enable-kernel=standard --enable-rootfs=glibc-small --enable-bootimage=hdd,iso --enable-parallel-pkgbuilds=5 --enable-jobs=2 step 2; make fs It will generate iso image export/intel-xeon-core-glibc-small-standard-dist.iso step 3; boot the iso image with qemu make start-target TOPTS="-in 6 -cd export/intel-xeon-core-glibc-small-standard-dist.iso -gc"