Em domingo, 28 de agosto de 2016 23:03:46 UTC-3, Jairo Carneiro escreveu: > > Boa noite povo! > > Alguem possui algum material de instalação do slack direto no usb? > > não é fazer um livecd. > > dá uma olhada aqui http://docs.slackware.com/slackware:liveslak
Examples: - Create a USB version of Slackware Live, where the USB stick is known to the system as '/dev/sdX. Note - the value for the output parameter is the device name of the stick and not one of its partitions! # ./iso2usb.sh -i ~/download/slackware64-live-14.2.iso -o /dev/sdX - Create a USB Live like above, but this time adding an encrypted /home filesystem with 750 MB of space, and at the same time increase the wait time on boot to 15 seconds (useful for slow USB media that fail to start the Live OS otherwise): # ./iso2usb.sh -i slackware64-live-current.iso -o /dev/sdX -c 750M -w 15 - Create a USB Live with an encrypted /home (allocating 30% of the stick's free space for /home) and where the persistent data will be stored in a container file instead of a directory: # ./iso2usb.sh -i slackware64-live-current.iso -o /dev/sdX -c 30% -P - Create a USB Live with both the /home and the persistent data encrypted (the persistence filesystem will be 300 MB in size): # ./iso2usb.sh -i slackware64-live-current.iso -o /dev/sdX -c 30% -C 300M You might have noticed that the “-P” parameter does not accept a size parameter. This is because the unencrypted container file is created as a 'sparse' file that starts at zero size and is allowed to grow dynmically to a maximum of 90% of the initial free space on the Linux partition of the USB stick. -- GUS-BR - Grupo de Usuários de Slackware Brasil http://www.slackwarebrasil.org/ http://groups.google.com/group/slack-users-br Antes de perguntar: http://www.vivaolinux.com.br/artigo/Como-elaborar-perguntas-para-listas-de-discussao Para sair da lista envie um e-mail para: [email protected] --- Você está recebendo esta mensagem porque se inscreveu no grupo "Slackware Users Group - Brazil" dos Grupos do Google. Para cancelar inscrição nesse grupo e parar de receber e-mails dele, envie um e-mail para [email protected]. Para obter mais opções, acesse https://groups.google.com/d/optout.

