From 5827dc76a86436dfa9c38825b979a57885967dc3 Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Wed, 18 Sep 2019 12:30:47 +0300 Subject: [PATCH] delete template --- .../ISSUE_TEMPLATE/-starttoinstall--fails.md | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/-starttoinstall--fails.md diff --git a/.github/ISSUE_TEMPLATE/-starttoinstall--fails.md b/.github/ISSUE_TEMPLATE/-starttoinstall--fails.md deleted file mode 100644 index 61631a2..0000000 --- a/.github/ISSUE_TEMPLATE/-starttoinstall--fails.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: '"starttoinstall" fails' -about: Helpful troubleshooting information when "starttoinstall" fails -title: '' -labels: bug -assignees: myspaghetti - ---- - -**Troubleshooting information** -Installer log can be uploaded from the guest machine with the following Terminal command: -``` -curl -F 'f:1=@/var/log/install.log' ix.io -``` - -Checksum of `InstallESD.dmg` can be computed on the guest machine with the following Terminal command: -``` -md5 /Install*/Contents/SharedSupport/InstallESD.dmg -``` - -Checksums for the files split from `InstallESD.dmg` on the host machine can be computed by executing the following command at the script's working directory: -``` -for part in *.part*; do md5sum "${part}"; done -```