diff options
| author | torben | 2015-12-04 15:04:09 +0100 |
|---|---|---|
| committer | torben | 2015-12-04 15:04:09 +0100 |
| commit | 20d91910a5ce768e497996da102a5589ef9bad7a (patch) | |
| tree | e0fcf65942b71908153504fb2788bf0cb58c3c05 /builder | |
| parent | Sync (diff) | |
| download | systemd-init-20d91910a5ce768e497996da102a5589ef9bad7a.tar.gz systemd-init-20d91910a5ce768e497996da102a5589ef9bad7a.tar.xz systemd-init-20d91910a5ce768e497996da102a5589ef9bad7a.zip | |
No install initramfs with a single executable!
Diffstat (limited to 'builder')
| -rwxr-xr-x | builder/build-initramfs.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/builder/build-initramfs.sh b/builder/build-initramfs.sh index 41a8af24..160f70d4 100755 --- a/builder/build-initramfs.sh +++ b/builder/build-initramfs.sh @@ -65,14 +65,13 @@ if ! [[ -d "$build_initramfs__needed_location" ]]; then git submodule init git submodule update popd - cp --recursive "$build_initramfs__temporary_repository_location" \ + cp --recursive "${build_initramfs__temporary_repository_location}/builder/dnbd3-rootfs" \ "$build_initramfs__needed_location" rm --recursive --force "$build_initramfs__temporary_repository_location" fi set +o errexit source "$(dirname "${BASH_SOURCE[0]}")/dnbd3-rootfs/scripts/rebash/core.sh" -exit 0 core.import logging core.import utils core.import exceptions |
