2021-03-30 17:19:38 +02:00
|
|
|
zenigrub-custom - A simple GTK (Zenity) interface to edit basic settings of GRUB.
|
|
|
|
=================================================================================
|
2021-03-27 17:37:34 +01:00
|
|
|
|
|
|
|
### Downloads:
|
2021-08-02 22:54:30 +02:00
|
|
|
* [zenigrub-custom-1.5.tar.gz](https://github.com/q3aql/zenigrub-custom/releases/download/v1.5/zenigrub-custom-1.5.tar.gz) - Generic package (English + Spanish Languages).
|
|
|
|
* [zenigrub-custom-1.5-en.deb](https://github.com/q3aql/zenigrub-custom/releases/download/v1.5/zenigrub-custom-1.5-en.deb) - Debian based package (English version).
|
|
|
|
* [zenigrub-custom-1.5-en.rpm](https://github.com/q3aql/zenigrub-custom/releases/download/v1.5/zenigrub-custom-1.5-en.rpm) - RedHat/Fedora based package (English version).
|
|
|
|
* [zenigrub-custom-1.5-es.deb](https://github.com/q3aql/zenigrub-custom/releases/download/v1.5/zenigrub-custom-1.5-es.deb) - Debian based package (Spanish version).
|
|
|
|
* [zenigrub-custom-1.5-es.rpm](https://github.com/q3aql/zenigrub-custom/releases/download/v1.5/zenigrub-custom-1.5-es.rpm) - RedHat/Fedora based package (Spanish version).
|
2021-03-27 17:37:34 +01:00
|
|
|
|
|
|
|
_Dependencies: bash, coreutils, zenity, xterm, grep, sed_
|
|
|
|
|
|
|
|
### Installation (Generic package - English version):
|
|
|
|
|
|
|
|
* Open terminal and run the following commands:
|
|
|
|
|
|
|
|
```shell
|
2021-08-02 22:54:30 +02:00
|
|
|
$ tar zxvf zenigrub-custom-1.5.tar.gz
|
2021-03-30 17:19:38 +02:00
|
|
|
$ cd zenigrub-custom
|
|
|
|
$ sudo make install
|
2021-03-27 17:37:34 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
### Installation (Generic package - Spanish version):
|
|
|
|
|
|
|
|
* Open terminal and run the following commands:
|
|
|
|
|
|
|
|
```shell
|
2021-08-02 22:54:30 +02:00
|
|
|
$ tar zxvf zenigrub-custom-1.5.tar.gz
|
2021-03-30 17:19:38 +02:00
|
|
|
$ cd zenigrub-custom
|
|
|
|
$ sudo make install-es
|
2021-03-27 17:37:34 +01:00
|
|
|
```
|
|
|
|
|
2021-03-27 18:08:37 +01:00
|
|
|
### Images (Screenshots)
|
2021-03-27 17:37:34 +01:00
|
|
|
|
2021-03-27 17:48:48 +01:00
|
|
|
<img src="https://raw.githubusercontent.com/q3aql/zenigrub-custom/main/img/zenigrub-image.png" width="876" />
|
2021-03-27 17:37:34 +01:00
|
|
|
|
|
|
|
### External links:
|
|
|
|
|
|
|
|
* [zenity homepage](https://wiki.gnome.org/Projects/Zenity)
|
|
|
|
* [xterm homepage](https://invisible-island.net/xterm/)
|
|
|
|
* [Coreutils homepage](https://www.gnu.org/software/coreutils/coreutils.html)
|
|
|
|
* [Bash homepage](https://www.gnu.org/software/bash/)
|
|
|
|
* [Grep homepage](https://www.gnu.org/software/grep/)
|
|
|
|
* [sed homepage](https://www.gnu.org/software/sed/)
|