4 244
modifications
Ligne 69 : | Ligne 69 : | ||
<pre>echo whois dnsutils htop jnettop tcpdump mtr telnet git iperf wget curl rsync screen parted nmap binutils lsof dosfstools ntfs-3g debootstrap > config/package-lists/mypackage.list.chroot</pre> | <pre>echo whois dnsutils htop jnettop tcpdump mtr telnet git iperf wget curl rsync screen parted nmap binutils lsof dosfstools ntfs-3g debootstrap > config/package-lists/mypackage.list.chroot</pre> | ||
Pour permettre a votre iso de booter automatiquement : | |||
==ajouter memtest== | |||
<pre>cd binary/live/ | |||
wget http://www.memtest.org/download/5.01/memtest86+-5.01.bin.gz | |||
gunzip memtest86+-5.01.bin.gz | |||
mv memtest86+-5.01.bin.gz memtest | |||
cd ../../ | |||
</pre> | </pre> | ||
Enfin, pour lancer la création de l'image : | Enfin, pour lancer la création de l'image : | ||
<pre> | <pre> |