FOGProject / fos

FOG Operating System
30 stars 33 forks source link

Add support for NVMe format. #69

Closed rluzuriaga closed 1 year ago

rluzuriaga commented 1 year ago

Resolves #61

lukebarone commented 1 year ago

If you're using the same command line for all the NVMe wipes, why not check if $isNVMe is set, and if so, run the wipe... Otherwise, check the other conditions?

rluzuriaga commented 1 year ago

@lukebarone I'm not sure where my head was at yesterday when I pushed the code that I couldn't think of how to do it. I have a nicer looking and non-repetitive solution going out now.