Hi,
I am currently working on a project regarding Hurd and I want to correctly setup a subhurd. The documentation seems to be a bit old and outdated, are there any relevant resources I can use? Up until now, I've mounted a hurd img using -hdb to my qemu system and modified the fstab in the image file as follows (
https://imgbox.com/CxspjJ7L). I didn't edit the boot script because I couldn't figure out what to edit. Then I made the hd1s2 partition readonly (mounted to /mnt using `settrans -a /mnt /hurd/ext2fs /dev/hd1s2` and then used fsysopts to make readonly) and tried booting the subhurd using `boot -D /mnt --boot-script=/mnt/boot/servers.boot /dev/hd1s2` and it failed (
https://imgbox.com/EJDDgPzZ). Any help is appreciated.