mirror of https://schlomp.space/tastytea/hashboot
Merge branch 'master' of ssh://git.tastytea.de:1312/hashboot
commit
7f298b351d
|
@ -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
6
README
|
@ -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
|
||||
|
|
|
@ -19,6 +19,7 @@ RDEPEND="
|
|||
virtual/awk
|
||||
app-shells/bash
|
||||
sys-apps/util-linux
|
||||
app-arch/gzip
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
"
|
||||
|
|
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue