Remove sourcing /scripts/functions in components
authorBenjamin Drung <benjamin.drung@profitbricks.com>
Thu, 15 Mar 2018 18:23:18 +0000 (19:23 +0100)
committerBenjamin Drung <benjamin.drung@profitbricks.com>
Thu, 15 Mar 2018 18:53:23 +0000 (19:53 +0100)
The components 9990-fstab.sh and 9990-netbase.sh source
/scripts/functions. This overrides the mount_* functions (to no-ops)
which will break supporting live-{top,premount,bottom} hooks. Therefore
remove those problematic includes which do not seem to be necessary
nowadays. See Debian bug #884355 for the discussion.

Signed-off-by: Benjamin Drung <benjamin.drung@profitbricks.com>

No differences found