This commit is contained in:
Bandie 2018-03-29 05:01:58 +02:00
rodič 3b55f715ed
revize 628a8ef792
Podepsáno: Bandie
ID GPG klíče: C1E133BC65A822DD
4 změnil soubory, kde provedl 8 přidání a 2 odebrání

2
.travis.yml Normal file
Zobrazit soubor

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

Zobrazit soubor

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

Zobrazit soubor

@ -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 vendorováno Normal file
Zobrazit soubor

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