diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-04 14:03:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-04 14:03:28 +0200 |
commit | 1fbd27f288cf31625cff567788aaa0be66caffbd (patch) | |
tree | 82436078a7d247f798fa4b2029a3a3dcf6cabe32 /bootstrap | |
parent | e3889e5ccde6ef7b8a1377ced008252c3a13831b (diff) |
Implement bbot agent startup and monitoring
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -153,7 +153,7 @@ if [ "$stage" -eq "1" ]; then pkgs+=",tftp-hpa,tftpd-hpa" pkgs+=",bzip2,xz-utils" - pkgs+=",less" + pkgs+=",less,nano" pkgs+=",g++,pkg-config" @@ -428,7 +428,7 @@ fi # To test PXE boot, replace -kernel/-initrd/-append with '-boot n'. # sudo kvm \ - -m 8G \ + -m 16G \ -cpu host -smp "sockets=1,cores=4,threads=2" \ -device "e1000,netdev=net0,mac=$macaddr" \ -netdev "tap,id=net0,script=./qemu-ifup" \ |