From 2871dd63e33f2ee3f6644d66968d8949a787f6e1 Mon Sep 17 00:00:00 2001 From: neodarz Date: Fri, 2 Jun 2017 14:53:24 +0200 Subject: Update parabola note for new design --- source/notes/2017-05-07-parabola_auto-install.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'source/notes') diff --git a/source/notes/2017-05-07-parabola_auto-install.md b/source/notes/2017-05-07-parabola_auto-install.md index 3ca5ebd3..9acf1b2e 100644 --- a/source/notes/2017-05-07-parabola_auto-install.md +++ b/source/notes/2017-05-07-parabola_auto-install.md @@ -1,5 +1,5 @@ --- -title: "Processors open source" +title: "Parabola auto-install" date: 2017-05-04T12:18:36-08:00 date_display: May 5, 2017 --- @@ -10,18 +10,20 @@ Objectif => Je branche la clé, j'allume le pc, je lui dit de boot sur la clé, Au préalable il faut évidamment créer un ISO pour la mettre sur la clé. Script d'install après le boot de la clé : -- https://shirotech.com/linux/how-to-automate-arch-linux-installation -- https://github.com/ewancoder/eal -- https://github.com/helmuthdu/aui + +- [https://shirotech.com/linux/how-to-automate-arch-linux-installation](https://shirotech.com/linux/how-to-automate-arch-linux-installation) +- [https://github.com/ewancoder/eal](https://github.com/ewancoder/eal) +- [https://github.com/ewancoder/aui](https://github.com/helmuthdu/aui) # Mes scripts -Il suffit simplement de lancer install.sh et de se faire un café. +Il suffit simplement de lancer `install.sh` et de se faire un café. Attention à une chose, il n'y a pas de gestion d'erreur, si une erreur est survenu, le pc reboot et peut donc potentiellement plenter. -[install.sh](https://share.neodarz.net/install.sh) -``` +- [install.sh](https://share.neodarz.net/install.sh) + +``` sh #/bin/sh loadkeys fr @@ -63,8 +65,9 @@ umount −R /mnt reboot ``` -[chroot-install.sh](https://share.neodarz.net/chroot-install.sh) -``` +- [chroot-install.sh](https://share.neodarz.net/chroot-install.sh) + +``` sh #/bin/sh echo "Editing locale file" -- cgit v1.2.1