Example
This commit is contained in:
parent
6a9c9db7b8
commit
73de946329
14
README.md
14
README.md
@ -1,9 +1,19 @@
|
|||||||
# grub-ownership
|
# grub-ownership
|
||||||
Show an owner when grub is booting up.
|
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
|
sudo make install
|
||||||
# OR with an autotools like PREFIX:
|
# OR with an autotools like PREFIX:
|
||||||
sudo PREFIX=/another/root make install
|
sudo PREFIX=/another/root make install
|
||||||
@ -28,7 +38,7 @@ OWNER_TIMEOUT=10
|
|||||||
|
|
||||||
## Uninstall
|
## Uninstall
|
||||||
|
|
||||||
```
|
```bash
|
||||||
sudo make uninstall
|
sudo make uninstall
|
||||||
# OR with an autotools like PREFIX:
|
# OR with an autotools like PREFIX:
|
||||||
sudo PREFIX=/another/root make uninstall
|
sudo PREFIX=/another/root make uninstall
|
||||||
|
Loading…
Reference in New Issue
Block a user