google / GiftStick

1-Click push forensics evidence to the cloud
Apache License 2.0
137 stars 21 forks source link

Add a dependency check for syslinux-utils in remastering scripts #97

Closed jonathan-greig closed 4 years ago

jonathan-greig commented 4 years ago

Currently remaster.sh fails to complete on a standard Debian/Ubuntu build as isohybrid is now included with the syslinux-utils package rather than syslinux. Added a check_packages check for syslinux-utils along with the other checks, this resolves #59.

codecov-commenter commented 4 years ago

Codecov Report

Merging #97 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #97   +/-   ##
=======================================
  Coverage   81.86%   81.86%           
=======================================
  Files          22       22           
  Lines        1373     1373           
=======================================
  Hits         1124     1124           
  Misses        249      249           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e754ec4...08a7d70. Read the comment docs.