I have had issues with the ping command not working. Perhaps this tiny edit will let people know that their internet connectivity is working, even if ping fails. --- hurd/running/debian/qemu_image.mdwn | 1 + 1 file changed, 1 insertion(+)
diff --git a/hurd/running/debian/qemu_image.mdwn b/hurd/running/debian/qemu_image.mdwn index d96d619d..7012515e 100644 --- a/hurd/running/debian/qemu_image.mdwn +++ b/hurd/running/debian/qemu_image.mdwn @@ -29,6 +29,7 @@ Usage: * Log in as demo (the demo password is empty) * Set up a demo password with `passwd` +* update the system with `sudo apt update && sudo apt upgrade` * You can also create another non-root user with `adduser <username>` * and set the non-root user password with `passwd <username>` -- 2.34.0