From a420a4a78d9b0d94dd0e05b74ce94191f4fd821e Mon Sep 17 00:00:00 2001 From: jdubois Date: Wed, 15 Mar 2023 10:55:55 +0100 Subject: [PATCH] Adapter /var pour un RPI 3B+ --- HowtoOpenBSD/Flashinstall.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HowtoOpenBSD/Flashinstall.md b/HowtoOpenBSD/Flashinstall.md index f99003c7..ae5f6aa2 100644 --- a/HowtoOpenBSD/Flashinstall.md +++ b/HowtoOpenBSD/Flashinstall.md @@ -67,7 +67,7 @@ Pour un support de 8G, on utilise ce type de partitionnement : ~~~ / 1G (a) swap 512M (b) -/var 1536M (d) +/var 1536M (d) ou /var 512M (d) pour un Rasperry Pi 3B+ n'ayant que 1Go de RAM /usr 2G (e) /home lereste (f) ~~~ @@ -91,6 +91,8 @@ swap /var mfs rw,nodev,nosuid,-P=/var_persistent,-s1536m 0 0 swap /tmp mfs rw,noexec,nodev,nosuid,-s64m 0 0 ~~~ +Remplacer -`s1536m` par `-s512m` pour un Raspberry Pi 3B+ + Ici on utilise mfs qui le gros avantage d'avoir l'option -P qui permet de recupérer le contenu d'un dossier ! On redémarre…