diff --git a/install_sys.sh b/install_sys.sh index 5915f50..e46f445 100644 --- a/install_sys.sh +++ b/install_sys.sh @@ -52,5 +52,5 @@ chroot $CHROOT /bin/bash -c "genkernel all" 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 password joe" -chroot $CHROOT /bin/bash -c "useradd -G wheel joe" \ No newline at end of file +chroot $CHROOT /bin/bash -c "useradd -p password -G wheel joe" +sed -i 's/keymap="us"/keymap="fr"/g' $CHROOT/etc/conf.d/keymaps \ No newline at end of file