diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..01f107c --- /dev/null +++ b/LICENSE @@ -0,0 +1,4 @@ +"THE HUG-WARE LICENSE" (Revision 1): +xo and tastytea 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. diff --git a/README b/README index 60fe996..81690eb 100644 --- a/README +++ b/README @@ -1,3 +1,9 @@ +"THE HUG-WARE LICENSE" (Revision 1): +xo and tastytea 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 diff --git a/hashboot-9999.ebuild b/hashboot-9999.ebuild index 5da339e..c8b0c4d 100644 --- a/hashboot-9999.ebuild +++ b/hashboot-9999.ebuild @@ -19,6 +19,7 @@ RDEPEND=" virtual/awk app-shells/bash sys-apps/util-linux + app-arch/gzip " DEPEND="${RDEPEND} " diff --git a/hashboot.sh b/hashboot.sh index d7efc2e..375bcdf 100755 --- a/hashboot.sh +++ b/hashboot.sh @@ -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 and tastytea 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}" diff --git a/kernel-hook b/kernel-hook old mode 100644 new mode 100755