So... belatedly discovered that vanilla-dpup/woof-CE doesn't produce ISOs, so I'm having a go at the run_woof flow (vanilla-dpup was otherwise very easy to use, but only produces raw disk image outputs, which are a world away from an ISO image).
I'm running a fresh Ubuntu 24.04 VM, and have cloned run_woof. I'm accessing this VM over ssh, and building in a bash terminal. 24.04 (like, I think, every other modern Linux distro) has overlayfs in the kernel. run_woof_helper doesn't pick up on this, so I've manually edited run_woof.conf to set 'LAYER_TYPE="overlayfs"' (although I think the right setting might actually be 'overlay'). If I now run run_woof_helper, I get an option to select '1 other' with no explanation.
I'm clearly doing this wrong, but I can't find any instructions for run_woof_helper or the run_woof script itself. run_woof does have a usage function:
Code: Select all
echo "Usage: $0 ISO|PUPPY_SFS DEVX_SFS SHARE [bashrc]"
Would someone mind filling in the details?