aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index c95edff..ca7cffe 100755
--- a/bootstrap
+++ b/bootstrap
@@ -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" \