Author: Ague Mill Date: To: tails-dev Subject: [Tails-dev] [PATCH] sdmem is only called once in initramfs script
Hi!
While working some more on memory wipe issues, I noticed that the
current `sdmem` initramfs script calls `seq` to start multiple `sdmem`
process. Unfortunately, `seq` is unavailable in the ramdisk environment.
This trivial patch should make the script start more than one sdmem
process again: