From 1a5f46bafbf58d1f9179e9ca213d3b880dc8de6e Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Wed, 21 Nov 2018 17:28:40 +0000 Subject: [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. --- server/lib/shell.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/lib/shell.js') 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 = '' -- cgit v1.2.3-55-g7522