We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
start
test
1 parent a3c9aeb commit 892f313Copy full SHA for 892f313
2 files changed
scripts/start
@@ -46,7 +46,7 @@ var args =
46
'-m', '256M',
47
'-redir', 'tcp:50080::80',
48
'-redir', 'tcp:50443::443',
49
- '--kernel', require('nodeos-barebones')+'/out/'+cpu+'/linux',
+ '--kernel', require('nodeos-barebones')+'/out/'+cpu+'/bzImage',
50
'--initrd', 'out/'+cpu,
51
'-append', append.join(' ')
52
]
scripts/test
@@ -33,7 +33,7 @@ var args =
33
// '-enable-kvm',
34
'-nographic',
35
36
37
38
'-append', 'console=ttyS0'
39
0 commit comments