This commit is contained in:
2026-03-15 05:37:15 +01:00
parent 7ac487f640
commit 59db877c85
17 changed files with 622 additions and 21 deletions

View File

@@ -144,18 +144,18 @@ Questions : le besoin existe-t-il vraiment alors que SSH permet deja SFTP plus p
Methode installation : a definir uniquement si le besoin est maintenu apres validation
Tests : a definir
Difficulte : moyenne
Statut : en attente de validation
Statut : implemente
```
### 11. boot/grub-theme
```text
Nom : Theme GRUB
Description : configure GRUB pour utiliser un theme present dans assets/grub
Nom : Theme et options GRUB
Description : configure GRUB pour utiliser un theme et des options utiles de boot, y compris dual boot Windows
Categorie : boot
Questions : quel theme choisir, faut-il memoriser la derniere entree selectionnee, faut-il modifier le timeout ou la resolution ?
Methode installation : lister les themes disponibles, copier ou referencer le theme choisi, mettre a jour la configuration GRUB puis regenerer la configuration
Tests : grep GRUB_THEME /etc/default/grub ; update-grub ; verification visuelle au reboot
Questions : quel theme choisir, faut-il memoriser la derniere entree selectionnee, faut-il modifier le timeout, la resolution, le style du menu et activer os-prober pour Windows ?
Methode installation : lister les themes disponibles, appliquer le theme choisi, configurer GRUB_DEFAULT, GRUB_SAVEDEFAULT, GRUB_TIMEOUT, GRUB_TIMEOUT_STYLE, GRUB_DISABLE_OS_PROBER, GRUB_GFXMODE et regenerer la configuration
Tests : grep GRUB_THEME /etc/default/grub.d/postinstall-debian.cfg ; grep GRUB_DEFAULT /etc/default/grub.d/postinstall-debian.cfg ; update-grub ; verification visuelle au reboot
Difficulte : moyenne
Statut : implemente
```
@@ -186,6 +186,18 @@ Difficulte : moyenne
Statut : implemente
```
```text
Nom : gnome extension
Description : liste les extension gnome a installer
Categorie : gnome
Questions : dans un fichier .yml de config des extension par defaut a installer avec confirmation systematique possible
Methode installation :
Tests :
Difficulte :
Statut :
```
## Ordre de dev recommande
1. system/user-sudo