diff options
author | Daniel Baumann <daniel@debian.org> | 2012-05-23 07:17:15 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-05-23 07:22:51 +0200 |
commit | 69194996f73fc04924dc3f1274ec8dd1b7c74701 (patch) | |
tree | b38685baef71dcd356b43129bb39a98d586fe775 /scripts/build/lb_binary_checksums | |
parent | f759856a789fe52f66c5606280563b1c58d9c559 (diff) | |
download | vyos-live-build-69194996f73fc04924dc3f1274ec8dd1b7c74701.tar.gz vyos-live-build-69194996f73fc04924dc3f1274ec8dd1b7c74701.zip |
Using /boot on live media instead of /isolinux or /syslinux in progress mode.
Diffstat (limited to 'scripts/build/lb_binary_checksums')
-rwxr-xr-x | scripts/build/lb_binary_checksums | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/lb_binary_checksums b/scripts/build/lb_binary_checksums index c5c88191c..59fa56c26 100755 --- a/scripts/build/lb_binary_checksums +++ b/scripts/build/lb_binary_checksums @@ -55,6 +55,7 @@ do cd binary find . -type f \ \! -path './isolinux/isolinux.bin' \ + \! -path './boot/boot.bin' \ \! -path './boot/grub/stage2_eltorito' \ \! -path './md5sum.txt' \ \! -path './sha1sum.txt' \ |