diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/lb_binary_netboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_binary_netboot b/scripts/build/lb_binary_netboot index 8aa8a867a..0b01121fb 100755 --- a/scripts/build/lb_binary_netboot +++ b/scripts/build/lb_binary_netboot @@ -119,7 +119,7 @@ then fi # Remove old binary -rm -f binary.netboot.tar.bz2 binary.netboot.tar.gz binary.netboot.tar.lz binary.netboot.tar +rm -f binary.netboot.tar binary.netboot.tar.gz binary.netboot.tar.bz2 binary.netboot.tar.xz binary.netboot.tar.xz # Creating image file ROOT_DIR=$(basename ${LB_NET_ROOT_PATH}) |