This commit is contained in:
Bandie 2018-03-29 05:01:58 +02:00
rodzic 3b55f715ed
commit 628a8ef792
Podpisane przez: Bandie
ID klucza GPG: C1E133BC65A822DD
4 zmienionych plików z 8 dodań i 2 usunięć

2
.travis.yml Normal file
Wyświetl plik

@ -0,0 +1,2 @@
language: C
sudo: enabled

Wyświetl plik

@ -24,3 +24,6 @@ uninstall:
clean:
rm bin/grub2-se-verifyserv
rmdir bin
test:
@printf "What to test?"

Wyświetl plik

@ -1,5 +1,4 @@
# grub2-se-verifyserv
# grub2-se-verifyserv [![Build Status](https://travis-ci.org/Bandie/grub2-se-verifyserv.svg?branch=master)](https://travis-ci.org/Bandie/grub2-se-verifyserv)
## Purpose
After a kernel upgrade you may forgot to sign your kernel using the [grub2-signing-extension scripts](https://github.com/Bandie/grub2-signing-extension) again.

2
configure vendored Normal file
Wyświetl plik

@ -0,0 +1,2 @@
#!/bin/bash
echo "This does nothing. Run make instead."