7L
Networks has been donating dedicated server hosting to Parted Magic
since 2008. Their primary services are Toronto Server Colocation, dedicated servers, cloud
hosting, managed servers, and other Toronto data center services.
How to remaster the iso file
For what ever reason you have, you may want to alter the iso file used to make the Parted Magic LiveCD. This is a simple explanation of how to alter the Parted Magic iso file from a Linux system.
Starting with Parted Magic 5.9 the mkgriso script is provided in the root of the iso. It is recommended to follow the instructions in there and to use that script to recreate the iso.
For users of earlier versions the instructions are repeated here:
mkdir /tmp/cdrom
mount -o loop pmagic-X.X.iso /tmp/cdrom
cp -a /tmp/cdrom .
umount /tmp/cdrom
Note the ”.” on the third line!
The above commands copy (“unpack”) the iso to the cdrom directory in the current directory. The “X.X” stands for the actual version, replace as appropriate - e.g. pmagic-2013_05_01.iso.
You can now copy your files to the new cdrom directory. If you would like to add programs, put the txz files in cdrom/pmagic/pmodules - see Adding programs for details.
Then finally return to the current directory (the one with the new cdrom directory in it) and use this command to recreate the iso:
And again replace the “X.X” with the actual version - e.g. pmagic-2013_05_01.iso.
There are many programs for altering and remastering iso files. Parted Magic includes a very nice one called isomaster if you do not want to use the command line.