summaryrefslogtreecommitdiffstats
path: root/server/lib/shell.js
diff options
context:
space:
mode:
authorJannik Schönartz2018-11-21 18:28:40 +0100
committerJannik Schönartz2018-11-21 18:28:40 +0100
commit1a5f46bafbf58d1f9179e9ca213d3b880dc8de6e (patch)
treeb4af898a40e28d20ad0b82ac42cbcc061c2d37dc /server/lib/shell.js
parentmerge (diff)
downloadbas-1a5f46bafbf58d1f9179e9ca213d3b880dc8de6e.tar.gz
bas-1a5f46bafbf58d1f9179e9ca213d3b880dc8de6e.tar.xz
bas-1a5f46bafbf58d1f9179e9ca213d3b880dc8de6e.zip
[ipxe] Switch to bas.intra domain and fix permission denied call
Swtiched to the new bas.intra.uni-freiburg.de domain Builing undionly.kpxe was producing permission denied errors. -> build all works.
Diffstat (limited to 'server/lib/shell.js')
-rw-r--r--server/lib/shell.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/shell.js b/server/lib/shell.js
index 0d2767e..667fdeb 100644
--- a/server/lib/shell.js
+++ b/server/lib/shell.js
@@ -20,7 +20,7 @@ module.exports = {
shell.rm(path.join(__appdir, 'ipxe', 'ipxe', 'src', 'config', 'console.h'))
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', '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 = ''