tracelabs / tlosint-live

Trace Labs OSINT Linux Distribution based on Kali.
https://www.tracelabs.org/initiatives/osint-vm
680 stars 111 forks source link

Building from master branch - memtest86+ error #154

Open humandecoded opened 2 years ago

humandecoded commented 2 years ago

When building from master branch, lb is throwing an error around memtest86+

one solve would be to: sed -i 's/--memtest memtest86+/--memtest none/g' $kali_path/auto/config before jumping in to the live-build script

Maybe this will be fixed upstream at some point?