![]() |
PCLinuxOS > PCLinuxOS remastering >
Backup your current PCLinuxOS installation.
See also:
Table of Contents [hide]
Introduction ∞
With mklivecd [ 1 ], which comes with PCLinuxOS, you can create a backup which has 100% of your files and is a liveboot CD!
The command ∞
mklivecd
Other examples ∞
If you want to do something a bit fancier, you can have an initial splash, bootsplash and have the F2 key working on bootup:
mklivecd new.iso --bootopt splash=silent --bootkey F2=advanced.msg --bootimg boot.lss
Ignoring certain directories and files, specifying the working directory, the target directory and file, etc:
\mklivecd \ --nodir ^/root/temp,^/root/tmp,^/mnt,^/tmp,^/root/temp/livecd,^/root/livecd_iso \ --nofile ^/etc/X11/xorg.conf,^/etc/X11/XF86Config,^/etc/modprobe.conf,^/etc/modeprobe.preload,^/etc/fstab \ --root / \ --workdir /root/temp/livecd \ --bootopt splash=silent \ --bootimg boot.lss \ /root/livecd_iso/filename.iso
Maybe some other directories to ignore:
-
things in
/opt(like/opt/lamppperhaps)
Footnotes
- was livecd.berlios.de [ ↩ ]


ported