From a7e7aa9e2b495a5a35f155d12c96509c19db85a7 Mon Sep 17 00:00:00 2001 From: Jeremy MANSON Date: Tue, 17 Oct 2017 08:57:06 +0200 Subject: [PATCH] correction sur la configuration de sudo la config n'allait pas dans le chroot --- install_sys.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_sys.sh b/install_sys.sh index a5508b1..2ad0b34 100644 --- a/install_sys.sh +++ b/install_sys.sh @@ -43,7 +43,7 @@ tar xjpf $CHROOT/kernel.tar.bz2 -C $CHROOT/ tar xjpf $CHROOT/modules.tar.bz2 -C /lib/modules/ #configurer sudo -echo "%wheel ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/wheel +echo "%wheel ALL=(ALL) NOPASSWD: ALL" > $CHROOT/etc/sudoers.d/wheel #configurer grub chroot $CHROOT /bin/bash -c "grub-install /dev/sda"