#!/bin/bash set -eu #installer le noyaux tar xjpf $CHROOT/kernel.tar.bz2 -C $CHROOT/ tar xjpf $CHROOT/modules.tar.bz2 -C /lib/modules/