Closed ejoerns closed 9 months ago
Removes the need to run any additional external script (like runqemu-extract-sdk or runqemu-export-rootfs.
runqemu-extract-sdk
runqemu-export-rootfs
Allows to start multiple instances by figuring out free ports for starting the unfsd and by using machine-specific socket names for interaction.
Also providing an exportdir is now optional. It will default to assume and create a nfsroot-<image>-${MACHINE} folder.
exportdir
nfsroot-<image>-${MACHINE}
Removes the need to run any additional external script (like
runqemu-extract-sdk
orrunqemu-export-rootfs
.Allows to start multiple instances by figuring out free ports for starting the unfsd and by using machine-specific socket names for interaction.
Also providing an
exportdir
is now optional. It will default to assume and create anfsroot-<image>-${MACHINE}
folder.