X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpatches%2F39_persistence_with_forensic.patch;h=e83ccb299e02dca32fd504909030547ed130d29c;hb=fdf285d157bf1558728e0b6b6bea3b4f78a7b108;hp=e8cb70179bdaf1fd3a84484249d458c39c82f0b3;hpb=d9586141f1bf766d5cfd77346bc48e6885d5762f;p=live-boot-grml.git diff --git a/debian/patches/39_persistence_with_forensic.patch b/debian/patches/39_persistence_with_forensic.patch index e8cb701..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/0120-read-only -+++ b/scripts/boot/0120-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