Update building_os.md (#969)

This commit is contained in:
etkaar 2023-03-25 14:33:27 +01:00 committed by GitHub
parent 551bd40d54
commit 2ec5484a0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -84,10 +84,12 @@ Docker must be enabled in privileged mode.
[user@localhost os]$ make install
```
* Make the image to copy elsewhere and burn on to SD card:
* Or make the image only. You can then later burn it on an SD card (e.g. using the Raspberry Pi Imager, see article [Flashing the OS image](https://docs.pikvm.org/flashing_os/#flash-the-image)):
```shell
[user@localhost os]$ make image
```
Image is then available as a bziped file in `images/`.
!!! note "On a system where `sudo` is unavailable, you can use `make SUDO= image`."