Skip to content

Commit

Permalink
docs: Display output information (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Nov 11, 2024
1 parent 69acf04 commit b712403
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,19 @@ kubectl apply -f kubernetes.yml
> [!TIP]
> This can also be used to resize the existing disk to a larger capacity without any data loss.

### How do I increase the display resolution?

The display output is a simple framebuffer, so that the screen can be visible during installation as it doesn't require any drivers.

After Windows is fully installed, you can add the following to your compose file:

```yaml
environment:
VGA: "virtio-gpu"
```

to add a virtual graphics cards to your machine that allows for higher resolutions.

### How do I share files with the host?

Open 'File Explorer' and click on the 'Network' section, you will see a computer called `host.lan`. Double-click it and it will show a folder called `Data`, which can be bound to any folder on your host via the compose file:
Expand Down

0 comments on commit b712403

Please sign in to comment.