Add support for label "persistence" to forensic mode
authorMichael Prokop <mika@grml.org>
Sat, 25 Jan 2014 10:44:32 +0000 (11:44 +0100)
committerMichael Prokop <mika@grml.org>
Sat, 25 Jan 2014 10:44:34 +0000 (11:44 +0100)
Since Grml release 2013.02 the live-boot code uses the label
persistence as the default.

debian/patches/39_persistence_with_forensic.patch

index cfc2c81..00dc3dd 100644 (file)
@@ -9,7 +9,7 @@
 +              then
 +              printf " * Persistence mode enabled, searching for persistency related devices to unlock\n" >/dev/console
 +
-+              for label in custom-ov home-rw home-sn live-rw live-sn
++              for label in custom-ov home-rw home-sn live-rw live-sn persistence
 +              do
 +                      if blkid -t LABEL="$label" | grep -q '.'
 +                      then