Re: Debian ....

Startseite

Nachricht beantworten
Autor: Olivier Guerrier
Datum:  
To: ML Guilde
Betreff: Re: Debian ....
Jerome KIEFFER wrote:
> Question :
>
> Comment créer une partition debian "from scratch" (j'ai juste /etc et
> /boot) avec des "dpkg -i --root=/mnt/newdisk"
>


Regarde du coté de debootstrap:

$ apt-cache show debootstrap
[...]
Description: Bootstrap a basic Debian system
debootstrap is used to create a Debian base system from scratch,
without requiring the availability of dpkg or apt. It does this by
downloading .deb files from a mirror site, and carefully unpacking them
into a directory which can eventually be chrooted into.


Olivier