Marcelo Lopes Santana

**** Redes, Sistemas, Linux *****

Marcelo Lopes Santana header image 4

Entries from Junho 2010

Debian

Junho 25th, 2010 · Sem Commentários

Create USB partitions # cfdisk /dev/sda# mkfs.ext3 /dev/sda1
Mount the sda1 partition where will be installed the basic dist.# mount -t ext3 /dev/sda1 /media/usb
Install the basic debian with debootstrap: # debootstrap etch /media/usb http://ftp.br.debian.org/debian
Copy your source.list : # cp /etc/apt/sources.list /media/usb/etc/apt/
Install the grub in the /dev/sda: # grub-install –recheck /dev/sda … […]

[Ler artigo completo →]

Categoria: Linux