diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/live-helpers | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/live-helpers b/scripts/live-helpers index 7eb45e9..7c4e0d7 100644 --- a/scripts/live-helpers +++ b/scripts/live-helpers @@ -1357,6 +1357,11 @@ activate_custom_mounts () esac done + if [ -n "${opt_linkfiles}" ] && [ -n "${opt_union}" ] + then + log_warning_msg "Skipping custom mount ${dest} with options ${options}: \"linkfiles\" and \"union\" are mutually exclusive options" + fi + if [ -n "$(what_is_mounted_on "${dest}")" ] then log_warning_msg "Skipping custom mount ${source} on ${dest}: $(what_is_mounted_on "${dest}") is already mounted there" |
