From 3b54472060132c6a00713f098733b21653675254 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 25 Jan 2014 11:44:32 +0100 Subject: [PATCH] Add support for label "persistence" to forensic mode Since Grml release 2013.02 the live-boot code uses the label persistence as the default. --- debian/patches/39_persistence_with_forensic.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/39_persistence_with_forensic.patch b/debian/patches/39_persistence_with_forensic.patch index cfc2c81..00dc3dd 100644 --- a/debian/patches/39_persistence_with_forensic.patch +++ b/debian/patches/39_persistence_with_forensic.patch @@ -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 -- 2.1.4