summaryrefslogtreecommitdiff
path: root/initramfs-tools/scripts/live-bottom/23networking
diff options
context:
space:
mode:
Diffstat (limited to 'initramfs-tools/scripts/live-bottom/23networking')
-rwxr-xr-xinitramfs-tools/scripts/live-bottom/23networking4
1 files changed, 3 insertions, 1 deletions
diff --git a/initramfs-tools/scripts/live-bottom/23networking b/initramfs-tools/scripts/live-bottom/23networking
index 86d4562..7fca6ff 100755
--- a/initramfs-tools/scripts/live-bottom/23networking
+++ b/initramfs-tools/scripts/live-bottom/23networking
@@ -25,7 +25,9 @@ then
exit 0
fi
-. /scripts/live-functions
+# FIXME: stop hardcoding overloading of initramfs-tools functions
+. /scripts/functions
+. /lib/live/boot/initramfs-tools.sh
log_begin_msg "Preconfiguring networking"