From bb8b9459f41bd7bf75795e2f3b7c2947a2757d98 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 22 Aug 2013 13:49:45 +0200 Subject: fix /etc/functions.inc sourcing --- remote/rootfs/rootfs-stage31/data/bin/setup_stage32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote') diff --git a/remote/rootfs/rootfs-stage31/data/bin/setup_stage32 b/remote/rootfs/rootfs-stage31/data/bin/setup_stage32 index cf20fbf5..0d5c93c9 100755 --- a/remote/rootfs/rootfs-stage31/data/bin/setup_stage32 +++ b/remote/rootfs/rootfs-stage31/data/bin/setup_stage32 @@ -26,7 +26,7 @@ fi echo "Setting up stage 3.2 ..." # include /etc/functions -. /etc/functions +. /etc/functions.inc || drop_shell "Could not source /etc/functions.inc" # parse kernel command line to determine the URL of the stage3.2 SLX_BASE_PATH="$(read_from_cmdline "slxbase")" -- cgit v1.2.3-55-g7522