diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-05-24 19:04:38 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-05-24 19:04:38 +0000 |
commit | fc93870ab020297766d3aa1c5a90cc6397a7b771 (patch) | |
tree | a95fad594e9877a4071e63a29df6f47093a26f22 /docs/mastering-tool-for-restore-cd | |
parent | 801359802608904a8f02e222ec2fc788179da651 (diff) | |
download | drakx-fc93870ab020297766d3aa1c5a90cc6397a7b771.tar drakx-fc93870ab020297766d3aa1c5a90cc6397a7b771.tar.gz drakx-fc93870ab020297766d3aa1c5a90cc6397a7b771.tar.bz2 drakx-fc93870ab020297766d3aa1c5a90cc6397a7b771.tar.xz drakx-fc93870ab020297766d3aa1c5a90cc6397a7b771.zip |
doc update: we switched to squashfs a long time ago
Diffstat (limited to 'docs/mastering-tool-for-restore-cd')
-rw-r--r-- | docs/mastering-tool-for-restore-cd | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/mastering-tool-for-restore-cd b/docs/mastering-tool-for-restore-cd index f915b5059..f40db4d77 100644 --- a/docs/mastering-tool-for-restore-cd +++ b/docs/mastering-tool-for-restore-cd @@ -9,7 +9,7 @@ it typically contains: isolinux/isolinux.bin isolinux/isolinux.cfg isolinux/vmlinuz - install/stage2/rescue.clp + install/stage2/rescue.sqfs data/box.XXX ####################################################### @@ -27,11 +27,11 @@ it typically contains: - isolinux.cfg customized to call directly save_all or rest_all (with option keepmounted for rest_all) - install/stage2/rescue.clp ########################################## + install/stage2/rescue.sqfs ########################################## - compressed loopback containing a iso9660 filesystem. - it is mostly the same as the mdv rescue.clp, *plus* partimage_whole_disk - (nb : use extract_compressed_fs/create_compressed_fs to expand/create rescue.clp) + it is mostly the same as the mdv rescue.sqfs, *plus* partimage_whole_disk + (nb : use extract_compressed_fs/create_compressed_fs to expand/create rescue.sqfs) Mastering process ############################################################## @@ -80,5 +80,5 @@ Build process ################################################################## - in gi/rescue, call ./make_partimage_save_rest_all partimage-0.6.4-7mdk.i586.rpm /var/lib/partimage /data/box.XXX - => it calls ./make_rescue_img with special options to create a special rescue.clp + => it calls ./make_rescue_img with special options to create a special rescue.sqfs => generates part_save_all.iso and part_rest_all.iso |