doc/VirtualMachine.md: fix typo

This commit is contained in:
Pragmatic Software 2024-03-27 14:35:21 -07:00
parent 59090b39e7
commit f8a739a688
No known key found for this signature in database
GPG Key ID: CC916B6E3C84ECCE
2 changed files with 3 additions and 3 deletions

View File

@ -370,7 +370,7 @@ Tumbleweed:
The Tumbleweed installer will automatically reboot to a shell after the installation. Login
as `root` and run `shutdown now -h`. Then run `virsh start pbot-vm`. (Using `shutdown now -r` to reboot
will not initialize the new serial/vsock devices.)
will not initialize the new serial/vsock devices.) Login as `root` when the virtual machine boots back up.
#### Install software
Now we can install any software and programming languages we want to make available
@ -436,7 +436,7 @@ Once that's done, run the following command:
This will install `guest-server` to `/usr/local/bin/`, set up some environment variables and
harden the guest system. After running the `setup-guest` script, we need to make the environment
changes take effect:
perl
guest$ source /root/.bashrc
We no longer need the `/tmp/guest/` stuff. We can delete it:

View File

@ -25,7 +25,7 @@ use PBot::Imports;
# These are set by the /misc/update_version script
use constant {
BUILD_NAME => "PBot",
BUILD_REVISION => 4725,
BUILD_REVISION => 4726,
BUILD_DATE => "2024-03-27",
};