Le «Chrootage»

Principe

Méthode

Installation de base

Construire un «chroot» est très facile sous Debian.

Il faut :

 apt-get install binutils debootstrap

 cd /var ; mkdir -p chroot/woody 

 debootstrap ---arch i386 woody woody/

  chroot /var/chroot/woody

Fignolage

  apt-get install deborphan

  deborphan -a

  apt-get remove --purge telnet pppconfig manpages ipchains ...

  apt-get install emacs21 sudo locales 

Utilisation(s)