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 … […]
Entries from Junho 2010
Debian
Junho 25th, 2010 · Sem Commentários
Categoria: Linux