From 940b1bfa23055819e02857187c51827b9a0657ba Mon Sep 17 00:00:00 2001 From: Kim Hagen Date: Mon, 1 Feb 2016 11:11:13 -0500 Subject: Fix mountpoint for vyos/vyatta persistence dir. --- components/9990-misc-helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/9990-misc-helpers.sh') diff --git a/components/9990-misc-helpers.sh b/components/9990-misc-helpers.sh index 943e73b..fe96387 100755 --- a/components/9990-misc-helpers.sh +++ b/components/9990-misc-helpers.sh @@ -1409,7 +1409,7 @@ get_custom_mounts () fi fi - full_source="$(trim_path ${backing}/${source})" + full_source="$(trim_path ${backing}/${LIVE_MEDIA_PATH}/${source})" full_dest="$(trim_path ${rootmnt}/${dir})" if [ -n "${opt_link}" ] then -- cgit v1.2.3