buildFHSUserEnv: mark CHROOTENV_EXTRA_BINDS as discussed for deprecation
This commit is contained in:
parent
3e90b00c10
commit
3d8664ee42
1 changed files with 4 additions and 0 deletions
|
@ -66,6 +66,10 @@ execp = ARGV
|
|||
|
||||
# Populate extra mounts
|
||||
if not ENV["CHROOTENV_EXTRA_BINDS"].nil?
|
||||
$stderr.puts "CHROOTENV_EXTRA_BINDS is discussed for deprecation."
|
||||
$stderr.puts "If you have a usecase, please drop a note in issue #16030."
|
||||
$stderr.puts "Notice that we now bind-mount host FS to '/host' and symlink all directories from it to '/' by default."
|
||||
|
||||
for extra in ENV["CHROOTENV_EXTRA_BINDS"].split(':')
|
||||
paths = extra.split('=')
|
||||
if not paths.empty?
|
||||
|
|
Loading…
Reference in a new issue