diff options
author | Daniel Baumann <daniel@debian.org> | 2007-10-10 11:39:55 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:27 +0100 |
commit | 57444bb38b61d318c03f64947c8af49293da9342 (patch) | |
tree | d71abee033e472d3013bb5f35169fb403ff5efd9 /helpers/lh_binary_grub | |
parent | 095cc5f19a4366506a201f5972ed41a29e2f3abb (diff) | |
download | vyos-live-build-57444bb38b61d318c03f64947c8af49293da9342.tar.gz vyos-live-build-57444bb38b61d318c03f64947c8af49293da9342.zip |
Adding check to fail if a cross build is started (Closes: #444669, #444670).
Diffstat (limited to 'helpers/lh_binary_grub')
-rwxr-xr-x | helpers/lh_binary_grub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers/lh_binary_grub b/helpers/lh_binary_grub index 4bb5f7dd6..9ba328660 100755 --- a/helpers/lh_binary_grub +++ b/helpers/lh_binary_grub @@ -57,6 +57,7 @@ Create_lockfile .lock # Check architecture Check_architecture amd64 i386 +Check_crossarchitecture # Checking depends Check_package chroot/usr/sbin/grub grub |