correction sur la configuration de sudo

la config n'allait pas dans le chroot
This commit is contained in:
Jeremy MANSON 2017-10-17 08:57:06 +02:00
parent 4e122713b4
commit a7e7aa9e2b

View File

@ -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"