Page 1 of 1

nicOS-Remaster Different Scripts

Posted: Tue 28 Apr 2020, 01:01
by nic007
Goal is to choose all options from only one tasklist dialog. Two flavours:

nicOS-Remaster-Classic: This script follows the procedure of the standard builtin remaster script (with improvements). This remaster will include all loaded/mounted additional drives (except the fdrv and zdrv) by default. You need to unmount any sfs's you do not want to be included first. One advantage of this method is that you can remove builtin files (if you so wish) with "Remove builtin packages" and those "removals" will not be included in the remastered base sfs.

nicOS-Remaster-Alternative: This is an alternative way of doing things. Files are copied directly from the sfs mounting points during the process.Advantage is that you can select which additional drives and extra sfs's (if mounted) to include in the remastered base sfs. No need to unload/unmount any sfs files first. This method will not exclude any "removed" builtin files.

If you have nicOS-Utility-Suite installed om your system, the dialog will show the nicOS icon. Otherwise save the attached icon and place it in
/usr/local/lib/X11/pixmaps

http://www.murga-linux.com/puppy/viewto ... 10#1053410

Posted: Tue 28 Apr 2020, 14:44
by nic007
Deleted

Posted: Wed 29 Apr 2020, 00:10
by nic007
Fixed error: The home directory when using a savefile was not selected correctly. Added another option for this. Script attached to opening post, replacing the previous.

Posted: Wed 29 Apr 2020, 12:11
by nic007
Added nicOS-Remaster-Classic. See first post.

Posted: Sun 03 May 2020, 00:07
by nic007
Added UEFI and hybrid boot functionality to ISO section and a few other things. This concludes my work on this. Attached to opening post.

Posted: Sun 03 May 2020, 12:55
by nic007
Tip - To check the names of the sfs's and where they are mounted, run the command:

Code: Select all

mount -l
from terminal.