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)
commitd28948564d021736022c4e1eb456259fe3aa1eb3
tree2675424bad245de74566d20121a03e1c9951cc1e
parent50de315375c751c7567526e82fa9819728faeceb
Remove sourcing /scripts/functions in components

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>
components/9990-fstab.sh
components/9990-netbase.sh