run_woof[_helper] usage?

New to Puppy and have questions? Start here

Moderator: Forum moderators

Post Reply
eml-deb
Posts: 8
Joined: Sat Oct 19, 2024 2:40 pm
Has thanked: 2 times
Been thanked: 1 time

run_woof[_helper] usage?

Post by eml-deb »

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?

User avatar
rockedge
Site Admin
Posts: 6571
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 2779 times
Been thanked: 2650 times
Contact:

Re: run_woof[_helper] usage?

Post by rockedge »

@dimkr should be able to fill in the details and how to manage a successful run.

dimkr
Posts: 2436
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 53 times
Been thanked: 1205 times

Re: run_woof[_helper] usage?

Post by dimkr »

My woof-CE fork doesn't produce ISO images because I decided I don't want it to. Running it with the run_woof wrapper won't change this.

eml-deb
Posts: 8
Joined: Sat Oct 19, 2024 2:40 pm
Has thanked: 2 times
Been thanked: 1 time

Re: run_woof[_helper] usage?

Post by eml-deb »

Sorry, wasn't asking about that. The base woof-CE does claim to produce ISOs, and the builddistro script does include a lot of ISO-related stuff which isn't in your builddistro, so I was asking about that one.

User avatar
rockedge
Site Admin
Posts: 6571
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 2779 times
Been thanked: 2650 times
Contact:

Re: run_woof[_helper] usage?

Post by rockedge »

A "regular" woof-CE run will produce a finished ISO.

eml-deb
Posts: 8
Joined: Sat Oct 19, 2024 2:40 pm
Has thanked: 2 times
Been thanked: 1 time

Re: run_woof[_helper] usage?

Post by eml-deb »

Ok, I've got that, but my problem is that run_woof and run_woof_helper don't have any documentation on how to use them.

dimkr
Posts: 2436
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 53 times
Been thanked: 1205 times

Re: run_woof[_helper] usage?

Post by dimkr »

It has several dependencies, look at .github/workflows/build.yml for a list of steps you need to do before you can run woof-CE on an Ubuntu machine. Most important one is mkisofs or xorriso.

If you want to use run_woof instead of running woof-CE directly, you'll need to download a Puppy ISO so it can run woof-CE inside it.

Post Reply

Return to “Beginners Help”