diff options
author | Daniel Baumann <daniel@debian.org> | 2008-10-29 18:31:20 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:43 +0100 |
commit | 0eaf9e512235eedca5f59e25c233268dda940683 (patch) | |
tree | c6b02109b4802288448645c357fd84d8db636f60 /helpers/lh_binary_debian-installer | |
parent | 961aa2f3b795891d5011f1c28816d6b1bffcb2cd (diff) | |
download | vyos-live-build-0eaf9e512235eedca5f59e25c233268dda940683.tar.gz vyos-live-build-0eaf9e512235eedca5f59e25c233268dda940683.zip |
Adding armel to architecture specific checks.
Diffstat (limited to 'helpers/lh_binary_debian-installer')
-rwxr-xr-x | helpers/lh_binary_debian-installer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index 5dca67948..3ab6252ae 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -268,7 +268,7 @@ then URL="http://people.debian.org/~aba/d-i/images/daily/" ;; - arm) + arm|armel) URL="http://people.debian.org/~kmuto/d-i/images/daily/" ;; |