Difference between revisions of "Knoppix Remastering Howto Brazilian Portuguese"
From Knoppix Documentation Wiki
(→Package Management) |
(→Live CD ISO) |
||
| Line 319: | Line 319: | ||
65536 -f /mnt/sda1/isotemp - /mnt/hda1/knx/master/KNOPPIX/KNOPPIX | 65536 -f /mnt/sda1/isotemp - /mnt/hda1/knx/master/KNOPPIX/KNOPPIX | ||
| − | ====Live CD ISO==== | + | ====O Live-CD ISO==== |
| − | + | Se tudo correu bem, vamos fazer a imagem de CD-ROM final: | |
cd /mnt/hda1/knx/master''' | cd /mnt/hda1/knx/master''' | ||
find -type f -not -name md5sums -not -name boot.cat -not -name isolinux.bin \ | find -type f -not -name md5sums -not -name boot.cat -not -name isolinux.bin \ | ||
-exec md5sum '{}' \; > KNOPPIX/md5sums | -exec md5sum '{}' \; > KNOPPIX/md5sums | ||
| + | (isto vai atualizar os códigos "md5" dos arquivos incluídos no ISO, que são usados para verificar a integridade) Agora, vamos queimar a imagem: | ||
| + | Para Knoppix <= 3.3: | ||
(this will update the md5 hashes of the files included in the ISO, used for integrity checking) Now to burn the image; for Knoppix <= 3.3: | (this will update the md5 hashes of the files included in the ISO, used for integrity checking) Now to burn the image; for Knoppix <= 3.3: | ||
mkisofs -pad -l -r -J -v -V "KNOPPIX" -b KNOPPIX/boot.img -c KNOPPIX/boot.cat \ | mkisofs -pad -l -r -J -v -V "KNOPPIX" -b KNOPPIX/boot.img -c KNOPPIX/boot.cat \ | ||