On Mon 2016-08-29 19:21:49 -0400, Matt Taggart wrote: > diskscan would be another good package for the rescue image. It's better > testing tool than badblocks (but I'd still keep badblocks in the image).
I'm pretty sure diskscan is already in the rescue image in 0.36: 0 dkg@alice:~/src/debirf/debirf$ git checkout debirf/0.36 HEAD is now at 5d3a285... debian: add NEWS entry about new package include/exclude 0 dkg@alice:~/src/debirf/debirf$ git grep diskscan debian/changelog: * added diskscan to rescue (Closes: #803792) doc/example-profiles/rescue/packages:+diskscan 0 dkg@alice:~/src/debirf/debirf$ --dkg