Skip to content

Commit

Permalink
Do not fix mountpoints with live-persistence.conf as home-rw/live-rw.
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored and daniel-baumann committed Dec 17, 2012
1 parent f0703a0 commit a2a0f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/boot/9990-misc-helpers.sh
Expand Up @@ -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}"
Expand Down

0 comments on commit a2a0f6d

Please sign in to comment.