From 2500cfe32c63c8ee5c897369e0a69c70771ddf97 Mon Sep 17 00:00:00 2001 From: innotex Date: Sat, 23 Aug 2025 16:51:10 +0200 Subject: [PATCH] update du Readme --- README.md | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 688483e..55391d6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,44 @@ -# InnotexBootloarder +# Thème InnotexBootloarder pour Plymouth +Ce projet est une version personnalisée du thème Plymouth, utilisant le logo Innotex et des messages de confidentialité. +Il est basé sur [plymouth-bgrt](https://github.com/glics/plymouth-modern-bgrt). +J’ai récupéré et adapté ce projet pour mon usage personnel. + +![Aperçu](./preview.png) + +--- + +## Installation + +### Prérequis +- Un système Linux avec Plymouth installé. +- Les outils `imagemagick` (pour `convert`), `coreutils` (pour `install`) et `awk` doivent être présents. +- Une image de thème nommée `InnotexBootloarder.png` dans le dossier `InnotexBootloarder/`. + +### Étapes d’installation + +1. Ouvrez un terminal dans le dossier du projet. +2. Rendez le script d’installation exécutable : + ```sh + chmod +x install.sh + ``` +3. Lancez l’installation en tant que root : + ```sh + sudo ./install.sh + ``` +4. Activez le thème par défaut : + ```sh + sudo plymouth-set-default-theme -R InnotexBootloarder + ``` + +## Licence + +Tous les fichiers de ce projet sont distribués sous [licence GNU GPL v3](./LICENSE). + +--- + +## Auteur du projet original `plymouth-bgrt` + +Innotex + +---