diff --git a/README.md b/README.md index 74a18d2..3c2cbad 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ +
+ # hotkdump + + +Easily open and analyze linux kernel crash dumps. +
+ +**** + `hotkdump` is a tool for auto analysis of Linux kernel crash dump files generated with `kdump`. It can automatically download the required debug symbols for the crash dump's kernel version (currently only supported for Ubuntu). ## Synopsis @@ -84,4 +93,4 @@ Example usage: HOTKDUMP_LOGLEVEL=DEBUG hotkdump -d ``` - +[hotkdump-logo]: extras/img/hotkdump-logo.png diff --git a/extras/img/hotkdump-logo-large.png b/extras/img/hotkdump-logo-large.png new file mode 100644 index 0000000..663a34b Binary files /dev/null and b/extras/img/hotkdump-logo-large.png differ diff --git a/extras/img/hotkdump-logo.png b/extras/img/hotkdump-logo.png new file mode 100644 index 0000000..ec6c7db Binary files /dev/null and b/extras/img/hotkdump-logo.png differ diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index ec8f036..42076c3 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -10,7 +10,11 @@ description: | hotkdump has an bundled version of `crash` available inside the package, and will use that by default. It can also use the user-specified `crash` when needed. - +issues: https://github.com/canonical/hotkdump/issues +license: GPL-3.0 +source-code: https://github.com/canonical/hotkdump +website: https://github.com/canonical/hotkdump +icon: extras/img/hotkdump-logo.png # ubuntutools uses APT python API to initialize the .deb package # and `apt_pkg.init()` needs these path/files to be present, so # we're pointing them to the right ones.