diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-20 01:38:21 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:36 +0100 |
commit | 730cf9e4ebd6d839c1b550803ee91454cc9c61c8 (patch) | |
tree | c120cea32a2944c9e6c00b239a335a5744a41ca3 /helpers/lh_binary_silo | |
parent | 9f1a88d0d925aac6c373f661eb75790b43696d95 (diff) | |
download | vyos-live-build-730cf9e4ebd6d839c1b550803ee91454cc9c61c8.tar.gz vyos-live-build-730cf9e4ebd6d839c1b550803ee91454cc9c61c8.zip |
Add support for generation of sparc netboot images.
Diffstat (limited to 'helpers/lh_binary_silo')
-rwxr-xr-x | helpers/lh_binary_silo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_binary_silo b/helpers/lh_binary_silo index 22900f8f0..8bddb2b26 100755 --- a/helpers/lh_binary_silo +++ b/helpers/lh_binary_silo @@ -39,8 +39,8 @@ case "${LH_BINARY_IMAGES}" in ;; net) - Echo_error "not yet supported, aborting (FIXME)." - exit 1 + # silo not required for sparc netbooting + exit 0 ;; esac |