From d23ecaee080ab2d1c88fb57562550f54057ba8bd Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Mon, 17 Feb 2020 11:07:06 +0100 Subject: [PATCH] add comment for asu_build option --- config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.js b/config.js index a894147..bc233c6 100644 --- a/config.js +++ b/config.js @@ -11,5 +11,7 @@ var config = { '19.07.1': 'names-19.07.1.json', '18.06.7': 'names-18.06.7.json' }, + // Optional: Attended Sysupgrade Feature + // Build custom images asu_url: '/api/build' }; -- 2.30.2