From a2a0f6d26927de20a55b7a7c8d2b22be97156172 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Mon, 17 Dec 2012 16:52:25 +0100 Subject: [PATCH] Do not fix mountpoints with live-persistence.conf as home-rw/live-rw. --- scripts/boot/9990-misc-helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/boot/9990-misc-helpers.sh b/scripts/boot/9990-misc-helpers.sh index 35448b9..71ba7e1 100755 --- a/scripts/boot/9990-misc-helpers.sh +++ b/scripts/boot/9990-misc-helpers.sh @@ -1581,7 +1581,7 @@ fix_backwards_compatibility () fi include_list="${backing}/${persistence_list}" - if [ ! -r "${include_list}" ] + if [ ! -r "${include_list}" ] && [ ! -r "${backing}/${old_persistence_list}" ] then echo "# persistence backwards compatibility: ${dir} ${opt},source=." > "${include_list}" -- 2.1.4