maj
This commit is contained in:
parent
b36ce8e815
commit
91026b6d65
14
README.md
14
README.md
|
@ -3,14 +3,22 @@
|
|||
Système d'exploitation x64 - 100% GNU basé sur Debian
|
||||
|
||||
## Build live via live-build
|
||||
|
||||
Cloner le dépôt puis :
|
||||
```
|
||||
apt install live-build
|
||||
lb config
|
||||
lb build
|
||||
```
|
||||
|
||||
## Création clef USB persistante
|
||||
```
|
||||
./stick-build /dev/sdX
|
||||
```
|
||||
|
||||
** N.B : Inutile de créer l'ISO, il sera téléchargé et installé sur la clef
|
||||
|
||||
### ToDo
|
||||
|
||||
- [x] Installeur
|
||||
- [ ] Live Persistence
|
||||
- [ ] Yunohost
|
||||
- [x] Live Persistence
|
||||
- [ ] Integration Yunohost
|
||||
|
|
Loading…
Reference in New Issue