diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-11-05 10:16:17 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-11-05 10:16:17 +0000 |
commit | 88efc2f9f5853b738f3dffa6f3823b21bdc4ca03 (patch) | |
tree | 45e8fbd8580c285bc6c6120135af736fad20545a | |
parent | 91ee9b46829adb37080f18c2ccc134a43580ed0d (diff) | |
download | drakx-backup-do-not-use-88efc2f9f5853b738f3dffa6f3823b21bdc4ca03.tar drakx-backup-do-not-use-88efc2f9f5853b738f3dffa6f3823b21bdc4ca03.tar.gz drakx-backup-do-not-use-88efc2f9f5853b738f3dffa6f3823b21bdc4ca03.tar.bz2 drakx-backup-do-not-use-88efc2f9f5853b738f3dffa6f3823b21bdc4ca03.tar.xz drakx-backup-do-not-use-88efc2f9f5853b738f3dffa6f3823b21bdc4ca03.zip |
add the command to generate totem.list
-rw-r--r-- | move/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/move/Makefile b/move/Makefile index 42dd941ca..ae4a8aac8 100644 --- a/move/Makefile +++ b/move/Makefile @@ -90,5 +90,7 @@ clean: mkisofs -R $< | create_compressed_fs - 65536 $@ 2000 2>/dev/null ; \ fi +# perl tools/busy-files-accesses --no-link --no-dir --full-dirs 'data/always.dirs data/boot.dirs data/totem.dirs' --already-have data/always.list + # touch r/isolinux/boot.cat ; find r/isolinux -type f -printf '%p 100\n' > r.sort ; echo 'r/isolinux/live_tree_boot.clp 5' >> r.sort # mkisofs -r -J -hide-rr-moved -nobak -cache-inodes -V 'Mandrake Move' -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table r | cdrecord -v -eject dev=0,0,0 blank=fast gracetime=2 speed=99 - |