Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

[FAQ]: Generating images on PC #1

@macmpi

Description

@macmpi

Is there any way to patch images directly from a server without the need of Berryboot or Raspberry Pi device?

Yes any (Debian) Linux PC can generate images: just run any of the following installXXXX script to create the desired image.
Following commands will download each install script.

curl -Ls --output installVolumio2 https://bit.ly/InstVolumio2; chmod u+x installVolumio2
curl -Ls --output installLibreELEC https://bit.ly/InstLibreELEC; chmod u+x installLibreELEC
curl -Ls --output installLakka https://bit.ly/InstLakka; chmod u+x installLakka

Then you may execute relevant installXXXX script issuing relevant command (./installVolumio2 for instance).
Produced image file then just needs to be transferred to your berryboot media.
Such images will benefit from built-in auto-update feature, so no need to use scripts again for later releases.

Note: berryboot's cmdline.txt MUST set bootdev= parameter to point to the used berryboot boot partition such as mmcblk0p1 (if booting from SD) or sda1 (if booting from USB).
User will need to set that once, or image will refuse to run. (this is due to a current berryboot limitation)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions