diff options
Diffstat (limited to 'scripts/build/lb_binary_yaboot')
-rwxr-xr-x | scripts/build/lb_binary_yaboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_binary_yaboot b/scripts/build/lb_binary_yaboot index c4e21c88f..ef001ef06 100755 --- a/scripts/build/lb_binary_yaboot +++ b/scripts/build/lb_binary_yaboot @@ -158,7 +158,7 @@ case "${LB_BINARY_IMAGES}" in DESTDIR_INSTALL="binary/install" ;; - hdd*|net|tar) + hdd*|netboot|tar) Echo_error "not yet supported, aborting (FIXME)." exit 1 ;; |