This manual serves as a single access point to all documentation related to the Debian Live project and in particular applies to the software produced by the project for the Debian 7.0 "wheezy" release. An up-to-date version can always be found at ‹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 preparing images to be booted from media or the network, and 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.
While we believe that everything in this manual is important to at least some of our users, we realize it is a lot of material to cover and that you may wish to experience early success using the software before delving into the details. Therefore, we suggest reading in the following order.
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 standard 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.
We encourage you to return to more in-depth study of the manual, perhaps next reading The basics, skimming or skipping Building a netboot image, and finishing by reading the Customization overview and the chapters that follow it. By this point, we hope you are thoroughly excited by what can be done with Debian Live and motivated to read the rest of the manual, cover-to-cover.
A 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. The preferred way to submit a contribution is to send it to the mailing list. Please see the section Contact for more information.
Quando estiver submetendo uma contribuição, por favor identificar claramente o seu titular de direitos autorais e incluir a declaração de licenciamento. Note que para ser aceita, a contribuição deve ser licenciada obre as mesmas licenças do resto do documento, ou seja, GPL versão 3 ou superior.
Os fontes para esse manail são mantidos usando o sistema de controle de versão Git. Você pode fazer o checkout da ultima cópia executando:
$ git clone git://live.debian.net/git/live-manual.git
Antes de submeter sua contribuição, por favor pré-visualize seu trabalho. Para pré-visualizar o live-manual, tenha certeza que os pacotes necessários para contruir estão instalados executando:
# apt-get install make po4a sisu-complete libnokogiri-ruby
Você também pode construir o live-manual a partir do primeiro nível do diretório do seu Git checkout executando:
$ make build
Since it takes a while to build the manual in all supported languages, you may find it convenient when proofing to build for only one language, e.g. by executing:
$ make build LANGUAGES=en
It is also possible to build by document type, e.g:
$ make build FORMATS=pdf
Or combine both, e.g:
$ make build LANGUAGES=it FORMATS=html
Diretamente cometer ao repoitório é possivel por qualquer um. No entanto, nós pedimo que você mande maiores mudanças para a lista de e-mail para discuti-las primeiro. Para enviar ao repositório, os seguintes passos são necessários:
$ mkdir -p ~/.ssh/identity.d
$ wget http://live.debian.net/other/keys/git@live.debian.net \
-O ~/.ssh/identity.d/git@live.debian.net
$ wget http://live.debian.net/other/keys/git@live.debian.net.pub \
-O ~/.ssh/identity.d/git@live.debian.net.pub
$ chmod 0600 ~/.ssh/identity.d/git@live.debian.net*
$ cat >> ~/.ssh/config << EOF
Host live.debian.net
Hostname live.debian.net
User git
IdentityFile ~/.ssh/identity.d/git@live.debian.net
EOF
$ git clone gitosis@live.debian.net:/live-manual.git
$ cd live-manual && git checkout debian-next
$ git commit -a -m "Adding a section on applying patches."
$ git push
To start a translation for a new language, follow these steps:
Note: You can use make clean to clean your git tree before pushing. This step is not compulsory thanks to the .gitignore file but it is a good practice to avoid committing files involuntarily.