diff options
Diffstat (limited to 'remote')
| -rwxr-xr-x | remote/rootfs/rootfs-stage31/data/bin/setup_stage32 | 2 |
1 files changed, 1 insertions, 1 deletions
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")" |
