This commit is contained in:
Bandie 2019-08-14 22:09:07 +02:00
parent 6a9c9db7b8
commit 73de946329
Signed by: Bandie
GPG Key ID: 843D7FA93BA46312
1 changed files with 12 additions and 2 deletions

View File

@ -1,9 +1,19 @@
# grub-ownership
Show an owner when grub is booting up.
## Installation
It is looking like this:
```
##########################
# Owner: #
# Alex Alexsen <a@a.tld> #
##########################
```
## Installation
```bash
sudo make install
# OR with an autotools like PREFIX:
sudo PREFIX=/another/root make install
@ -28,7 +38,7 @@ OWNER_TIMEOUT=10
## Uninstall
```
```bash
sudo make uninstall
# OR with an autotools like PREFIX:
sudo PREFIX=/another/root make uninstall