nicOS-Remaster Different Scripts

Miscellaneous tools
Post Reply
Message
Author
User avatar
nic007
Posts: 3408
Joined: Sun 13 Nov 2011, 12:31
Location: Cradle of Humankind

nicOS-Remaster Different Scripts

#1 Post 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
Last edited by nic007 on Sat 09 May 2020, 14:48, edited 12 times in total.

User avatar
nic007
Posts: 3408
Joined: Sun 13 Nov 2011, 12:31
Location: Cradle of Humankind

#2 Post by nic007 »

Deleted
Last edited by nic007 on Wed 29 Apr 2020, 05:24, edited 1 time in total.

User avatar
nic007
Posts: 3408
Joined: Sun 13 Nov 2011, 12:31
Location: Cradle of Humankind

#3 Post 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.

User avatar
nic007
Posts: 3408
Joined: Sun 13 Nov 2011, 12:31
Location: Cradle of Humankind

#4 Post by nic007 »

Added nicOS-Remaster-Classic. See first post.

User avatar
nic007
Posts: 3408
Joined: Sun 13 Nov 2011, 12:31
Location: Cradle of Humankind

#5 Post 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.

User avatar
nic007
Posts: 3408
Joined: Sun 13 Nov 2011, 12:31
Location: Cradle of Humankind

#6 Post 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.

Post Reply