From ecc4fa120097211fc2d8fcfe0177ec488e3c3cc0 Mon Sep 17 00:00:00 2001 From: Jeremy MANSON Date: Tue, 31 Oct 2017 22:31:34 +0100 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'kernelinstall.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernelinstall.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kernelinstall.sh b/kernelinstall.sh index da19c22..5353e60 100644 --- a/kernelinstall.sh +++ b/kernelinstall.sh @@ -2,4 +2,5 @@ set -eu #installer le noyaux tar xjpf $CHROOT/kernel.tar.bz2 -C $CHROOT/ -tar xjpf $CHROOT/modules.tar.bz2 -C /lib/modules/ \ No newline at end of file +mkdir $CHROOT/lib/modules/ +tar xjpf $CHROOT/modules.tar.bz2 -C $CHROOT/lib/modules/ \ No newline at end of file