Partitions - Mounts source2build chroot - update Compress FileSystem Create Iso Iso-Installers Calamares

RiteClone Lite Linux Remastering Tool

Selecting Source and Build Partitions. Default Target: filesystem.squashfs file.

Step 1: Selecting Source Partition - The source partion is the partion that of your custom build Linux System. All the files in this partition will be copied to the Build parttion. We mount these partitions like this:

sudo /dev/sdx /mnt/source #source partiton.

sudo /dev/sdx /mnt/build #build partion.

Step 2. Selecting Build Partition - The build partition will be a duplicate copy of the source partition. The rsync command is used to copy only data and not free space from the source partition to the build partition. This is an extrat step but, it provides prevents possible corruption of a live boot system or the source partition files. The Target pathway is preset in the RiteClone Lite version but, you can change this /path/filename in the code files.