From: David Hare Date: Mon, 6 May 2013 12:22:12 +0000 (+0200) Subject: Also blacklisting findiso and fromiso devices for luks file persistence. X-Git-Tag: debian/4.0_a11-1~1 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=509faa55596db4de7cb5aad53181398fa589fa4f Also blacklisting findiso and fromiso devices for luks file persistence. --- diff --git a/scripts/boot/9990-misc-helpers.sh b/scripts/boot/9990-misc-helpers.sh index 611d602..5c5341c 100755 --- a/scripts/boot/9990-misc-helpers.sh +++ b/scripts/boot/9990-misc-helpers.sh @@ -938,7 +938,7 @@ find_persistence_media () white_listed_devices="${2}" ret="" - black_listed_devices="$(what_is_mounted_on /live/medium)" + black_listed_devices="$(what_is_mounted_on /live/medium) $(what_is_mounted_on /live/findiso) $(what_is_mounted_on /live/fromiso)" for dev in $(storage_devices "${black_listed_devices}" "${white_listed_devices}") do