Fix missing privilege separation directory: /var/empty
add not-os disk image builder and qemu
Got it from an example qemu command in https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/821854273/Running+Bare+Metal+Applications+on+QEMU. It seems when this is omitted, the qemu monitor hangs.
add not-os disk image builder and qemu
zc706-not-os now only builds dtb, kernel and initrd (qemu exluded) while the qemu launcher includes everything, also the sd-image.img for booting in root-fs. It would be cleaner to include these…
0c349356f5
flake: add not-os disk image builder and qemu
81b9103da0
flake: update not-os patch (closes #6)
94c7cce5de
flake: update not-os patch (closes #6)
8ae8d51bbd
flake: add not-os disk image builder and qemu
aff470615c
update not-os patch
52675eefd4
flake: configure u-boot to autoboot kernel
7ae798a809
flake: add various boot fixes
Missing privilege separation directory: /var/empty
Understood. Will remove squashfs
from not-os, as well as the old qemu script and have the new qemu and rootfs be built inside the flake so it can be customizable.
Missing privilege separation directory: /var/empty
This one likely persist because of the old qemu build running from root.squashfs. Will try to test if this can be fixed in the new qemu entry in the flake.
WIP: add various boot fixes