From 237b09ce57a3b19cdde8fe2ddeb60eac6eae397c Mon Sep 17 00:00:00 2001 From: Will Holland Date: Mon, 21 Sep 2015 18:15:52 +0100 Subject: Actually pass system to ybd --- build_a_system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_a_system.sh b/build_a_system.sh index 692b8e8..4dc5b9f 100755 --- a/build_a_system.sh +++ b/build_a_system.sh @@ -21,4 +21,4 @@ sudo sed -i '/^instances: /c\instances: 5' "$ybd_dir"/ybd.conf cd "$definitions_dir" -sudo "$ybd_dir"/ybd.py systems/"$system_name" +sudo "$ybd_dir"/ybd.py systems/"$system_name" "$system_arch" -- cgit v1.2.1