Projects STRLCPY pikvm Commits 2ec5484a
🤬
  • ■ ■ ■ ■ ■
    docs/building_os.md
    skipped 83 lines
    84 84   [user@localhost os]$ make install
    85 85   ```
    86 86   
    87  - * Make the image to copy elsewhere and burn on to SD card:
     87 + * 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)):
    88 88   
    89 89   ```shell
    90 90   [user@localhost os]$ make image
    skipped 1 lines
    92 92   
    93 93   Image is then available as a bziped file in `images/`.
    94 94  
     95 +!!! note "On a system where `sudo` is unavailable, you can use `make SUDO= image`."
     96 + 
Please wait...
Page is in error, reload to recover