2022-11-21 22:25:31 +01:00
|
|
|
# SVPROGNU
|
|
|
|
|
|
|
|
Système d'exploitation x64 - 100% GNU basé sur Debian 11 (Bullseye)
|
2020-07-04 00:55:17 +02:00
|
|
|
|
2020-07-08 00:25:05 +02:00
|
|
|
|
2020-08-06 23:05:48 +02:00
|
|
|
## Installation (root)
|
|
|
|
### Créer clef usb + persistence
|
|
|
|
**Attention ! La clef ne doit pas être montée par un autre processus (explorateur de fichiers, utilitaire d'auto-mount...)
|
2022-11-21 22:25:31 +01:00
|
|
|
|
2022-11-21 22:27:50 +01:00
|
|
|
* Si vous avez déjà téléchatgé l'image ISO, dans le même répertoire :
|
2022-11-21 22:25:31 +01:00
|
|
|
```
|
|
|
|
curl https://git.weblib.re/svpro/svprognu/raw/branch/develop/build_svprognu | bash -s -- -d /dev/sdX
|
|
|
|
```
|
|
|
|
* Ou récupérer l'image depuis le serveur :
|
2020-07-23 00:38:45 +02:00
|
|
|
```
|
2022-11-21 22:25:31 +01:00
|
|
|
curl https://git.weblib.re/svpro/svprognu/raw/branch/develop/build_svprognu | bash -s -- -r -d /dev/sdX
|
2020-07-23 00:38:45 +02:00
|
|
|
```
|
2020-08-06 23:05:48 +02:00
|
|
|
**La persistence sera configurée lors du 1er boot. Le démarrage peut prendre quelques minutes.
|
2020-07-23 00:38:45 +02:00
|
|
|
|
2020-08-07 14:53:59 +02:00
|
|
|
### Installation physique
|
2020-08-06 23:05:48 +02:00
|
|
|
Depuis le menu du live, choisir "Installation Graphique ou Experts"
|
2020-07-23 00:38:45 +02:00
|
|
|
|
2020-08-07 14:53:59 +02:00
|
|
|
|
|
|
|
|
2022-11-19 01:43:28 +01:00
|
|
|
## Build iso avec live-build (experts)
|
2020-08-07 14:53:59 +02:00
|
|
|
Cloner le dépôt puis :
|
|
|
|
```
|
|
|
|
apt install live-build
|
|
|
|
cd <dossier du dépôt>
|
|
|
|
lb config
|
|
|
|
lb build
|
|
|
|
```
|
|
|
|
|
2020-09-03 10:57:54 +02:00
|
|
|
### Démo (Session Live via noVNC)
|
|
|
|
En ligne uniquement en journée
|
|
|
|
https://svprognu.weblib.re/
|