summaryrefslogtreecommitdiffstats
path: root/server/lib/shell.js
diff options
context:
space:
mode:
authorJannik Schönartz2018-09-17 17:39:01 +0200
committerJannik Schönartz2018-09-17 17:39:01 +0200
commitcfa4dabd5e2aba66c6a8c0dfc3f43404fdbad3ec (patch)
treedfff7919e7674b5941e28a5bb31f4ad553e7f69e /server/lib/shell.js
parent[registration] Add parent tree view in the manual registration (diff)
downloadbas-cfa4dabd5e2aba66c6a8c0dfc3f43404fdbad3ec.tar.gz
bas-cfa4dabd5e2aba66c6a8c0dfc3f43404fdbad3ec.tar.xz
bas-cfa4dabd5e2aba66c6a8c0dfc3f43404fdbad3ec.zip
[external-backends/idoit] Rework getDataTree from promises to async / await
Diffstat (limited to 'server/lib/shell.js')
-rw-r--r--server/lib/shell.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/lib/shell.js b/server/lib/shell.js
index 37de779..0d2767e 100644
--- a/server/lib/shell.js
+++ b/server/lib/shell.js
@@ -21,6 +21,7 @@ module.exports = {
shell.cp(path.join(__appdir, 'ipxe', 'console.h'), path.join(__appdir, 'ipxe', 'ipxe', 'src', 'config'))
// var make = 'make EMBED=' + path.join(__appdir, 'ipxe', 'main.ipxe');
var make = 'make EMBED=' + path.join(__appdir, 'ipxe', 'main.ipxe') + ' TRUST=' + path.join(__appdir, 'bin', 'fullchain.pem') + ' bin/undionly.kpxe'
+ // var make = 'make EMBED=' + path.join(__appdir, 'ipxe', 'reboot.ipxe') + ' TRUST=' + path.join(__appdir, 'bin', 'fullchain.pem') + ' bin/ipxe.usb'
// shell.env.PATH = '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin';
shell.env.DEBUG = ''
shell.exec(make, function (code, stdout, stderr) {