diff options
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 |