Mettre à jour 'install_sys.sh'

This commit is contained in:
Jeremy MANSON 2017-10-16 14:45:49 +02:00
parent bcc1c9a120
commit 824ad82ba0

View File

@ -53,5 +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
echo "%wheel ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/wheel
sed -i 's/keymap="us"/keymap="fr"/g' $CHROOT/etc/conf.d/keymaps