X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpatches%2F39_persistence_with_forensic.patch;h=e83ccb299e02dca32fd504909030547ed130d29c;hb=3b3ac7b387df59cc871f6572344f249a203b371c;hp=cfc2c818938c4946a1ce7c00fd0dd92f1e1668c4;hpb=5eca029801201abc08b55da5f5d61ee308e8e4bb;p=live-boot-grml.git diff --git a/debian/patches/39_persistence_with_forensic.patch b/debian/patches/39_persistence_with_forensic.patch index cfc2c81..e83ccb2 100644 --- a/debian/patches/39_persistence_with_forensic.patch +++ b/debian/patches/39_persistence_with_forensic.patch @@ -1,5 +1,5 @@ ---- a/scripts/boot/0020-read-only -+++ b/scripts/boot/0020-read-only +--- a/components/0020-read-only ++++ b/components/0020-read-only @@ -53,4 +53,20 @@ ;; esac @@ -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