RecordEvolution / ReswarmOS

A small, customized host operating system for IoT devices meeting the needs of Reswarm
Apache License 2.0
5 stars 0 forks source link

Prepare an image for use as virtual machine in the cloud #11

Open markope opened 4 years ago

markope commented 4 years ago

A version has to be prepared for intel/amd.

See here what to take care of to use a custom image as the boot disk for gcloud instance:

https://cloud.google.com/compute/docs/import/import-existing-image?_ga=2.186626336.-867078282.1597174099#create_image_file

I created a bucket for holding the reswarm images already https://console.cloud.google.com/storage/browser/reswarmos;tab=objects?project=record-1283&prefix=&forceOnObjectsSortingFiltering=false

mario-fink commented 2 years ago
  1. changing supported architectures of ReswarmOS may require major subsequent changes...
  2. to be able to run a Reswarm virtual device on gcloud we may be better off by:
    • using a base image that is already particularly suited for use on gcloud
    • modify/add ReswarmOS layer to the base image (=> "reswarmify")