diff options
author | Colin Watson <cjwatson@canonical.com> | 2011-06-08 10:07:26 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-06-08 10:07:26 +0200 |
commit | 6bcb29a25c1bddf150ed91919b940ace3dba8289 (patch) | |
tree | b9f082683d1a1cf93ddea526ee4086ef959aaf47 /scripts/build/lb_binary_net | |
parent | 8b05781dbcb27847b5f3afb432d48f8486d79b57 (diff) | |
download | vyos-live-build-6bcb29a25c1bddf150ed91919b940ace3dba8289.tar.gz vyos-live-build-6bcb29a25c1bddf150ed91919b940ace3dba8289.zip |
Make --initramfs none work more consistently (Closes: #627887).
Diffstat (limited to 'scripts/build/lb_binary_net')
-rwxr-xr-x | scripts/build/lb_binary_net | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/build/lb_binary_net b/scripts/build/lb_binary_net index 9cac050f4..133a203f6 100755 --- a/scripts/build/lb_binary_net +++ b/scripts/build/lb_binary_net @@ -69,6 +69,10 @@ then live-boot) ORIGDIR="binary/live" ;; + + *) + ORIGDIR="binary/boot" + ;; esac # Find defaults |