aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2017-06-02 14:53:24 +0200
committerneodarz <neodarz@neodarz.net>2017-06-02 14:53:24 +0200
commit2871dd63e33f2ee3f6644d66968d8949a787f6e1 (patch)
treeac0c9b25d82db55f76d5c8ff22402891a178fc97
parent5b2bedc24fa9568e37fc9b0b6caa7a670ca34123 (diff)
downloadmy_new_personal_website-2871dd63e33f2ee3f6644d66968d8949a787f6e1.tar.xz
my_new_personal_website-2871dd63e33f2ee3f6644d66968d8949a787f6e1.zip
Update parabola note for new design
-rw-r--r--source/notes/2017-05-07-parabola_auto-install.md21
1 files changed, 12 insertions, 9 deletions
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"