diff --git a/README.org b/README.org index 1af4ad3..44776b8 100644 --- a/README.org +++ b/README.org @@ -7,10 +7,11 @@ - qemu - autotools - guile (or guile-next) +- texinfo These can be installed by running: #+begin_src sh -brew install autoconf automake libtool wget qemu guile +brew install autoconf automake libtool wget qemu guile texinfo #+end_src * Installation @@ -22,7 +23,7 @@ brew install autoconf automake libtool wget qemu guile 2. Build and install the cli using: #+begin_src sh - autoreconv -vif && ./configure && make && sudo make install + autoreconf -vif && ./configure && make && sudo make install #+end_src 3. Make sure to add the correct env vars set for guile/MSG (may need to adjust if using the guile homebrew tap) diff --git a/msg/machine.scm b/msg/machine.scm index 02b1d6c..bd1eb07 100644 --- a/msg/machine.scm +++ b/msg/machine.scm @@ -135,7 +135,7 @@ -bios /opt/homebrew/opt/qemu/share/qemu/edk2-aarch64-code.fd \ -device virtio-net,netdev=vmnic \ -netdev user,id=vmnic,hostfwd=tcp:127.0.0.1:9001-:22 &") - + (sleep 5) (update-uid) (build-msg)