Page 1 of 1

Remaster vs Woofy, what's the difference?

Posted: Wed 22 Jun 2011, 11:28
by HiDeHo
hi i am wondering what the difference is between the puppy remaster tool and woofy.


puppy remaster cd comes built in to puppy os.
woofy can be found here. http://www.murga-linux.com/puppy/viewtopic.php?t=57037

what are the differences between them, the pros and cons of each?

feel free to share how you find them yourself. and point to any revelent post you know about in the forum or wikka about either.

edit here is a good information about remastering tool http://pupweb.org/wikka/remaster

An Explanation of Remaster and Woofy in Puppy Linux

Posted: Wed 22 Jun 2011, 18:55
by sc0ttman
Remasterpup (the standard remaster tool)

This builds a new .iso image of the the current install in its current state.
There are some options to leave some parts of the filesystem 'pristine'.
'Pristine' means none of your changes make it into the new ISO.
There are also some options to exclude hardware specific changes, mostly in /etc.

Only shinobars updated version supports:

- remaster with or without a zdrv (contains kernel drivers)
- Grub as a boot loader on the ISO
- Joilet filesystems on the ISO (for long filenames)

You can choose to include the hardware specific changes, so the new ISO only boots on the PC on which it was created.
This is not recommended.

The only real problem is that the contents of /etc and /root must be added manually during the remaster process, so that customisations within that folder are kept in the new ISO. Some things cannot be copied, if you want to boot on different PCs.

This has the added problem of users forgetting not to include the 'cache' contents of the /root/.mozilla folder, leaving their browsing history and even their passwords in the new ISO, easily available in the browser!

Woofy (by sc0ttman)

Woofy can remaster any ISO, not only the Puppy that is currently booted.
Woofy should support almost all versions of Puppy, even if it is different from the one you are running.

Woofy does not include any customisations made to the current system, instead:

- you must supply the bootable Puppy Linux .iso file that you want to remaster
- you can supply a dir containing the packages you want to add (supports pet, sfs, tar.gz, deb, rpm, txz, xz)
- you can supply a list of files to be deleted from the remastered filesystem
- you can edit boot options and themes
- you cannot make an ISO that is specific to your hardware
- Grub and isolinux boot managers are supported
- Joliet is supported
- edit the initrd.gz file and its contents
- remaster with or without a zdrv

The only real problem with Woofy is you have to give the full path to file that you want deleted - it will not automagically delete what you want.. There are tips on the Woofy thread on how to make the list.

Woofy: http://www.murga-linux.com/puppy/viewtopic.php?t=57037


Both Woofy and Remasterpup allow you to:

- edit boot options, such as pkeys and pfix options
- manually edit the filesystem before the new SFS file is created
- create a bootable ISO of the remastered Puppy

Edit-SFS - the simplest alternative

Get it here: http://www.murga-linux.com/puppy/viewto ... 127#348127

This is a simple tool that lets you edit the contents of an SFS file.
This is great for making simple tweaks and additions in the SFS, when other files, such as initrd.gz, are not affected.

You can even edit the SFS that is booted, replace it with the new one,
then simply reboot to see all your changes included as default.

Please note, Woofy should not be confused with Woof.

'Woof', by Barry K, is the advanced Puppy Linux build tool, which builds an entirely new Puppy Linux from source code, or from another distros packages. Barry Ks 'Woof' is not a remaster tool.

Posted: Wed 22 Jun 2011, 20:03
by Bert
That's a brilliant intro and tutorial into puppy remastering scOttman. Thank you!

Posted: Sat 25 Jun 2011, 11:27
by HiDeHo
Bert wrote:That's a brilliant intro and tutorial into puppy remastering scOttman. Thank you!
I second that very informative and to the point.

Posted: Sat 25 Jun 2011, 11:48
by nooby
sc0ttman like all of us I chime in here and thank you for that tutorial.
So that is woofy and woof is even more basic then. You have to specify everything?

Posted: Sat 25 Jun 2011, 11:57
by runtt21
The only real problem is that the contents of /root must be added manually during the remaster process, so that customisations within that folder are kept in the new ISO.
You also need to copy stuff from /etc when remastering.

A third option is to manually edit the main.sfs .This works great but it's slow and can get complex .

@sc0ttman

Posted: Sat 25 Jun 2011, 13:39
by panta_rhei
Thanks, sc0ttman! So far I've only remastered, but now I'm going to try Woofy.

Posted: Sat 25 Jun 2011, 13:55
by sc0ttman
runtt21 wrote:
The only real problem is that the contents of /root must be added manually during the remaster process, so that customisations within that folder are kept in the new ISO.
You also need to copy stuff from /etc when remastering.

A third option is to manually edit the main.sfs .This works great but it's slow and can get complex .
True on both points, forgot about that, I'll update the main post.

Re: An Explanation of Remaster and Woofy in Puppy Linux

Posted: Mon 01 Aug 2011, 23:19
by HiDeHo
sc0ttman wrote:Remasterpup (the standard remaster tool)

This builds a new .iso image of the the current install in its current state.
There are some options to leave some parts of the filesystem 'pristine'.
'Pristine' means none of your changes make it into the new ISO.
There are also some options to exclude hardware specific changes, mostly in /etc.

Only shinobars updated version supports:

- remaster with or without a zdrv (contains kernel drivers)
- Grub as a boot loader on the ISO
- Joilet filesystems on the ISO (for long filenames)

You can choose to include the hardware specific changes, so the new ISO only boots on the PC on which it was created.
This is not recommended.

The only real problem is that the contents of /etc and /root must be added manually during the remaster process, so that customisations within that folder are kept in the new ISO. Some things cannot be copied, if you want to boot on different PCs.

This has the added problem of users forgetting not to include the 'cache' contents of the /root/.mozilla folder, leaving their browsing history and even their passwords in the new ISO, easily available in the browser!

Woofy

Woofy can remaster any ISO, not only the Puppy that is currently booted.
Woofy should support almost all versions of Puppy, even if it is different from the one you are running.

Woofy does not include any customisations made to the current system, instead:

- you must supply the bootable Puppy Linux .iso file that you want to remaster
- you can supply a dir containing the packages you want to add (supports pet, sfs, tar.gz, deb, rpm, txz, xz)
- you can supply a list of files to be deleted from the remastered filesystem
- you can edit boot options and themes
- you cannot make an ISO that is specific to your hardware
- Grub and isolinux boot managers are supported
- Joliet is supported
- edit the initrd.gz file and its contents
- remaster with or without a zdrv

The only real problem with Woofy is you have to give the full path to file that you want deleted - it will not automagically delete what you want.. There are tips on the Woofy thread on how to make the list.

Woofy: http://www.murga-linux.com/puppy/viewtopic.php?t=57037


Both Woofy and Remasterpup allow you to:

- edit boot options, such as pkeys and pfix options
- manually edit the filesystem before the new SFS file is created
- create a bootable ISO of the remastered Puppy

Edit-SFS

This is a simple tool that lets you edit the contents of an SFS file.
This is great for making simple tweaks and additions in the SFS, when other files, such as initrd.gz, are not affected.

You can even edit the SFS that is booted, replace it with the new one,
then simply reboot to see all your changes included as default.

Please note, Woofy should not be confused with Woof.

'Woof', by Barry K, is the advanced Puppy Linux build tool, which builds an entirely new Puppy Linux from source code, or from another distros packages. Barry Ks 'Woof' is not a remaster tool.
this is excellent.. where can i get the edit-sfs you mentioned

Re: An Explanation of Remaster and Woofy in Puppy Linux

Posted: Tue 02 Aug 2011, 12:36
by sc0ttman
HiDeHo wrote:this is excellent.. where can i get the edit-sfs you mentioned
updated my first post, now contains link to edit-sfs 2.1

Posted: Thu 05 Apr 2018, 06:55
by darry19662018
I'd like to see woofy able to be updated for modern pups, it is a wonderful remastering tool.

Woofy is what we need

Posted: Thu 05 Apr 2018, 07:21
by hamoudoudou
"I'd like to see woofy able to be updated for modern pups, it is a wonderful remastering tool." the same opinion.. That is what we need.. Just some light impovments