diff options
author | Daniel Baumann <daniel@debian.org> | 2012-08-07 06:57:10 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-08-07 06:57:21 +0200 |
commit | bfd14cf38d3bd6818c5299707a0bd0f657847931 (patch) | |
tree | 6e2856b8749175e620ebf90fcc00a7ddd4bb94d2 | |
parent | abc4f98acf489ea08d0db8f9f559a40a24aad408 (diff) | |
download | vyos-live-build-bfd14cf38d3bd6818c5299707a0bd0f657847931.tar.gz vyos-live-build-bfd14cf38d3bd6818c5299707a0bd0f657847931.zip |
Also removing binary.netboot.tar.xz before re-creating it in binary_netboot.
-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}) |