[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 03/10] standalone-reset: configure for armhf too
--- standalone-reset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone-reset b/standalone-reset index 610eeab..29c7a18 100755 --- a/standalone-reset +++ b/standalone-reset @@ -89,7 +89,7 @@ else firmware=`getconfig DebianNonfreeFirmware` if [ "x$diver" = xcurrent ]; then - for arch in i386 amd64; do + for arch in i386 amd64 armhf; do if test -d "$tftp/$dibase/$arch/$diver" then continue; fi mkdir -p "$tftp/$dibase/$arch" -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |