summaryrefslogtreecommitdiffstats
path: root/docs/mastering-tool-for-restore-cd
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-05-24 19:04:38 +0000
committerThierry Vignaud <tv@mageia.org>2012-05-24 19:04:38 +0000
commit8bbaa3a1b1651c49c525e4fdd23d8748528c155d (patch)
treea95fad594e9877a4071e63a29df6f47093a26f22 /docs/mastering-tool-for-restore-cd
parent77cfa9a2413f030638a1331c71098fe3a4f92a75 (diff)
downloaddrakx-backup-do-not-use-8bbaa3a1b1651c49c525e4fdd23d8748528c155d.tar
drakx-backup-do-not-use-8bbaa3a1b1651c49c525e4fdd23d8748528c155d.tar.gz
drakx-backup-do-not-use-8bbaa3a1b1651c49c525e4fdd23d8748528c155d.tar.bz2
drakx-backup-do-not-use-8bbaa3a1b1651c49c525e4fdd23d8748528c155d.tar.xz
drakx-backup-do-not-use-8bbaa3a1b1651c49c525e4fdd23d8748528c155d.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-cd10
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