diff options
| author | Jonathan Bauer | 2013-08-22 13:49:45 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-08-22 13:49:45 +0200 |
| commit | bb8b9459f41bd7bf75795e2f3b7c2947a2757d98 (patch) | |
| tree | 4633b295565d0fac775a8a22d25fa27ec973e902 /remote | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-bb8b9459f41bd7bf75795e2f3b7c2947a2757d98.tar.gz tm-scripts-bb8b9459f41bd7bf75795e2f3b7c2947a2757d98.tar.xz tm-scripts-bb8b9459f41bd7bf75795e2f3b7c2947a2757d98.zip | |
fix /etc/functions.inc sourcing
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")" |
