From bcc1c9a120403043d5daf69585e5dd447e71e865 Mon Sep 17 00:00:00 2001 From: Jeremy MANSON Date: Mon, 16 Oct 2017 11:12:30 +0200 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'install=5Fsys.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install_sys.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install_sys.sh b/install_sys.sh index ed2ed61..30b1125 100644 --- a/install_sys.sh +++ b/install_sys.sh @@ -53,4 +53,5 @@ chroot $CHROOT /bin/bash -c "grub-install /dev/sda" chroot $CHROOT /bin/bash -c "grub-mkconfig -o /boot/grub/grub.cfg" echo 'GRUB_CMDLINE_LINUX_DEFAULT="quiet"' >> $CHROOT/etc/default/grub chroot $CHROOT /bin/bash -c "useradd -p \`openssl passwd -1 password\` -G wheel joe" +echo '%wheel ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/wheel sed -i 's/keymap="us"/keymap="fr"/g' $CHROOT/etc/conf.d/keymaps \ No newline at end of file