From 27ebf6d2b60a0ce4acac11794203c9ddc20706e2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 5 Jun 2012 15:45:40 +0200 Subject: Moving out live-functions from initramfs-tools specifics. --- initramfs-tools/scripts/live-bottom/23networking | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'initramfs-tools/scripts/live-bottom/23networking') 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" -- cgit v1.2.3