Merge branch 'master' of ssh://git.tastytea.de:1312/hashboot

This commit is contained in:
oh 2015-10-03 20:20:08 +02:00
commit 7f298b351d
5 changed files with 18 additions and 0 deletions

4
LICENSE Normal file
View File

@ -0,0 +1,4 @@
"THE HUG-WARE LICENSE" (Revision 1):
xo <xo@rotce.de> and tastytea <tastytea@tastytea.de> wrote these files. As long
as you retain this notice you can do whatever you want with this stuff. If we
meet some day, and you think this stuff is worth it, you can give us a hug.

6
README
View File

@ -1,3 +1,9 @@
"THE HUG-WARE LICENSE" (Revision 1):
xo <xo@rotce.de> and tastytea <tastytea@tastytea.de> wrote these files. As long
as you retain this notice you can do whatever you want with this stuff. If we
meet some day, and you think this stuff is worth it, you can give us a hug.
For build instruction see INSTALL.
Run "hashboot.sh index" to generate checksums and a backup for /boot and MBR

View File

@ -19,6 +19,7 @@ RDEPEND="
virtual/awk
app-shells/bash
sys-apps/util-linux
app-arch/gzip
"
DEPEND="${RDEPEND}
"

View File

@ -4,6 +4,13 @@
#3 = checksum mbr/boot mismatch, 4 = not root, 5 = no hasher found, 6 = wrong usage,
#7 = write error, 8 = dd error, 9 config file error
###################################################################################
# "THE HUG-WARE LICENSE" (Revision 1): #
# xo <xo@rotce.de> and tastytea <tastytea@tastytea.de> wrote these files. As long #
# as you retain this notice you can do whatever you want with this stuff. If we #
# meet some day, and you think this stuff is worth it, you can give us a hug. #
###################################################################################
VERSION="0.7.4"
PATH="/bin:/usr/bin:/sbin:/usr/sbin:${PATH}"

0
kernel-hook Normal file → Executable file
View File