ajout des varriables pour le téléchargement et l'installation deu

noyau
This commit is contained in:
Jérémy MANSON
2017-10-31 23:31:56 +01:00
parent 36fb9c6409
commit aaa633b8b0
4 changed files with 7 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
set -eu
#configurer grub
chroot $CHROOT /bin/bash -c "grub-install /dev/sda"
chroot $CHROOT /bin/bash -c "grub-mkconfig -o /boot/grub/grub.cfg"