This website works better with JavaScript.
Home
Help
Register
Sign In
Bandie
/
grub2-se-verifyserv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Travis CI
master
Bandie
2 years ago
parent
3b55f715ed
commit
628a8ef792
Signed by:
Bandie
GPG Key ID:
C1E133BC65A822DD
4 changed files
with
8 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.travis.yml
+3
-0
Makefile
+1
-2
README.md
+2
-0
configure
+ 2
- 0
.travis.yml
View File
@ -0,0 +1,2 @@
language
:
C
sudo
:
enabled
+ 3
- 0
Makefile
View File
@ -24,3 +24,6 @@ uninstall:
clean
:
rm bin/grub2-se-verifyserv
rmdir bin
test
:
@printf
"What to test?"
+ 1
- 2
README.md
View File
@ -1,5 +1,4 @@
# grub2-se-verifyserv
# grub2-se-verifyserv [
](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
- 0
configure
View File
@ -0,0 +1,2 @@
#!/bin/bash
echo "This does nothing. Run make instead."
Write
Preview
Loading…
Cancel
Save