Este manual serve como um ponto de acesso único a toda a documentação relacionada ao projeto Debian Live e, em particular se aplica ao software produzido pelo projeto para o lançamento do Debian 7,0 "wheezy". Uma versão atualizada pode ser sempre encontrada em ‹http://live.debian.net/›
While live-manual is primarily focused on helping you build a live system and not on end-user topics, an end-user may find some useful information in these sections: The Basics covers downloading prebuilt images and preparing images to be booted from media or the network, either using the web builder or running live-build directly on your system. Customizing run time behaviours describes some options that may be specified at the boot prompt, such as selecting a keyboard layout and locale, and using persistence.
Alguns comandos mencionados no texto devem ser executados com privilégios de super-usuário, que podem ser obtidos tornando-se usuário root via su ou usando sudo. Para distinção entre os comandos que talvez possam ser executados como usuário não privilegiado e aqueles que requerem privilégios de super usuário, os comandos são precididos por: $ ou # respectivamente. Esse simbolo não é parte do comando.
Embora acreditemos que tudo neste manual é importante para pelo menos alguns de nossos usuários, percebemos que tem muito material para cobertura e você pode querer experimentar o sucesso precoce utilizando o software antes de se aprofundar nos detalhes. Portanto, sugerimos a leitura na seguinte ordem.
First, read this chapter, About this manual, from the beginning and ending with the Terms section. Next, skip to the three tutorials at the front of the Examples section designed to teach you image building and customization basics. Read Using the examples first, followed by Tutorial 1: A default image, Tutorial 2: A web browser utility and finally Tutorial 3: A personalized image. By the end of these tutorials, you will have a taste of what can be done with Debian Live.
Nós te incentivamos a realizar um estudo mais aprofundado do manual, talvez na próxima leitura O Básico, roçando ou pulando Construindo uma imagem de inicialização de rede, e terminando com a leitura da Visão geral sobre personalização e os capítulos que se seguem. Para este ponto, esperamos que você esteja completamente animado com o que pode ser feito com Debian Live e motivado para ler o restante do manual, capa a capa.
A distribuição estável (stable) contem a última versão oficial lançada do Debian. A distribuição testing é a área de estágio para a próxima versão estável (stable). A maior vantagem de usar essa distribuição é que ela tem versões mais recentes de software relacionados com a versão estável (stable). A distribuição instável (unstable) é onde ocorre o desenvolvimento ativo do Debian. Geralmente, essa distribuição é mantida por desenvolvedores e aqueles que vivem no limite.
Lista de autores (em ordem alfabética)
This manual is intended as a community project and all proposals for improvements and contributions are extremely welcome. Please see the section Contributing to the project for detailed information on how to fetch the commit key and make good commits.
In order to make changes to the English manual you have to edit the right files in manual/en/ but prior to the submission of your contribution, please preview your work. To preview the live-manual, ensure the packages needed for building it are installed by executing:
# apt-get install make po4a ruby ruby-nokogiri sisu-complete texlive-generic-recommended
Você também pode construir o live-manual a partir do primeiro nível do diretório do seu Git checkout executando:
$ make build
Uma vez que é demorado construir o manual em todos os idiomas suportados, você pode achar que é conveniente, na prova, construir para apenas um idioma, por exemplo, executando:
$ make build LANGUAGES=en
Também é possível construir, por tipo de documento, por exemplo:
$ make build FORMATS=pdf
Ou a combinação dos dois, por exemplo:
$ make build LANGUAGES=de FORMATS=html
After revising your work and making sure that everything is fine, do not use make commit unless you are updating translations in the commit, and in that case, do not mix changes to the English manual and translations in the same commit, but use separate commits for each. See the Translation section for more details.
Para começar uma tradução para uma nova linguagem, siga estes passos:
After running make commit you will see some text scroll by. These are basically informative messages about the processing status and also some hints about what can be done in order to improve live-manual. Unless you see a fatal error, you usually can proceed and submit your contribution.
live-manual comes with two utilities that can greatly help translators to find untranslated and changed strings. The first one is "make translate". It launches an script that tells you in detail how many untranslated strings there are in each po file. The second one, the "make fixfuzzy" target, only acts upon changed strings but it helps you to find and fix them one by one.
Keep in mind that even though these utilities might be really helpful to do translation work on the command line, the use of an specialized tool like poedit is the recommended way to do the task. It is also a good idea to read the Debian localization (l10n) documentation and, specifically to live-manual, the Guidelines for translators.
Observação: Você pode usar make clean para limpar a sua árvore git antes de enviar. Este passo não é obrigatório graças ao gitignore., Mas é uma boa prática para evitar enviar arquivos involuntariamente.