Difference between revisions of "Knoppix Remastering Howto Brazilian Portuguese"
From Knoppix Documentation Wiki
(→O Live-CD ISO) |
(→KNOPPIX Compressed Image) |
||
| Line 304: | Line 304: | ||
====KNOPPIX Compressed Image==== | ====KNOPPIX Compressed Image==== | ||
| − | + | ====Imagem compactada do KNOPPIXX==== | |
| + | Agora, vamos fazer o grande arquivo "<tt>KNOPPIX</tt>" que é um sistema de arquivos ISO 9660 compactado para ser utilizado com o dispositivo "<tt>cloop</tt>": | ||
mkisofs -R -U -V "KNOPPIX.net filesystem" -publisher "KNOPPIX www.knoppix.net" \ | mkisofs -R -U -V "KNOPPIX.net filesystem" -publisher "KNOPPIX www.knoppix.net" \ | ||
-hide-rr-moved -cache-inodes -no-bak -pad /mnt/hda1/knx/source/KNOPPIX \ | -hide-rr-moved -cache-inodes -no-bak -pad /mnt/hda1/knx/source/KNOPPIX \ | ||
| nice -5 /usr/bin/create_compressed_fs - 65536 > /mnt/hda1/knx/master/KNOPPIX/KNOPPIX | | nice -5 /usr/bin/create_compressed_fs - 65536 > /mnt/hda1/knx/master/KNOPPIX/KNOPPIX | ||
| − | + | Os textos "www.knoppix.net" e "Knoppix.net filesystem" podem ser trocados para qualquer texto com que você queira nomear o arquivo. Você vai obter um erro sobre não estar em conformidade com padrões ISO -- você pode ignorar isto. Note que, para executar "<tt>create_compressed_fs</tt>", você vai precisar ter bastante espaço para armazenar o arquivo ISO inteiro na RAM/Swap. Certifique-se de ter, pelo menos, 800 MB de espaço livre antes de começar. | |
In Knoppix 3.4 the <tt>create_compressed_fs</tt> script has been updated so be sure to use it to obtain the best result. It has a new option '''-b''' (best), which enables the best compression by using different compression schemes and tries to optimize that way, but be careful, because that option is slow (10x slower). | In Knoppix 3.4 the <tt>create_compressed_fs</tt> script has been updated so be sure to use it to obtain the best result. It has a new option '''-b''' (best), which enables the best compression by using different compression schemes and tries to optimize that way, but be careful, because that option is slow (10x slower). | ||