correction sur la configuration de sudo
la config n'allait pas dans le chroot
This commit is contained in:
parent
4e122713b4
commit
a7e7aa9e2b
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user