Redistribute modified Ubuntu Server for Raspberry Pi

Sithys

i developed a small control for electronic inside houses. Because it's very difficult for some users to install the fully software on their own i did everything (setup, configuration etc.) on my raspberry pi and took an image from that. This image now includes Ubuntu Server 20.04.1 LTS for Raspberry Pi 3 and my installed software (which is openSource on Github). I'd like to make it downloadable on my homepage.

Is this possible or do i get in conflict with a license from ubuntu?

user535733

You can redistribute a modified Ubuntu. However, you must be VERY clear that it is NOT stock Ubuntu. Lots of respins are "Based on Ubuntu."

The bigger problem you have with a respin of Ubuntu is ongoing support. Your respin may not be compatible with future Ubuntu security patches and bugfixes, and you will need to remake the respin for future releases of Ubuntu. You (not us) will be responsible for providing ALL support, even to the parts you didn't modify. (We will close any support question unanswered if it's not stock Ubuntu)

Instead of a respin of the entire OS, consider distributing the software as a deb or a snap (or both).

  • If you distribute using the existing deb/snap channels, you don't need to maintain your own download page. You get the full power of the Debian Archives, the Ubuntu Mirrors, and the Snap Store.
  • Your support burden is reduced: AskUbuntu and other Ubuntu support venues will provide general OS support for your users.
  • Your users are secure: The Ubuntu Security Team will distribute patches to keep your users' OS secure.
  • Your codebase is much smaller, since you only maintain your code.

Snaps have two additional features that are very attractive for IOT devices:

  • Built-in auto-updates. You don't have the support burden of old versions still floating around. This also means assured distribution of security patches.
  • Compatible with Ubuntu Core, which is snap-only, secure, and has worked on RPIs for years. Core is designed for autonomous and semi-autonomous appliances; users don't need to admin or maintain them.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Ubuntu Server ARM or Ubuntu Server Raspberry Pi?

From Dev

Ubuntu Server with Raspberry Pi Motion Camera

From Dev

Ubuntu Server with Raspberry Pi Motion Camera

From Dev

Connect raspberry pi 4 with ubuntu server to wifi

From Dev

Game server on a Raspberry Pi

From Dev

Raspberry Pi Server

From Dev

How to setup of Raspberry Pi 3 onboard WiFi for Ubuntu Server with 'netplan'?

From Dev

Problem with wireless networking for ubuntu server on a Raspberry pi 4

From Dev

Shrinking Raspberry Pi SD .img via Ubuntu Server (cli)

From Dev

How to setup of Raspberry Pi 3 onboard WiFi for Ubuntu Server with 'netplan'?

From Dev

Setup ubuntu server on Raspberry Pi 4 without keyboard

From Dev

wlan0 does not appear in Ubuntu server and raspberry pi 4

From Dev

Ubuntu Server 19.10 i386 for Raspberry Pi

From Dev

Direct remote access (ssh) with Raspberry Pi running Ubuntu server 20.04.1

From Dev

Periodic crash with Ubuntu Server 20.04 on Raspberry Pi 3 B+

From Dev

Can't connect with SSH to Ubuntu server (20.04) on raspberry pi 4

From Dev

Can a Raspberry Pi run Ubuntu?

From Dev

Can a Raspberry Pi run Ubuntu?

From Dev

Install ubuntu 18.04 on Raspberry Pi

From Dev

Is Python installed: (Raspberry Pi Ubuntu)

From Dev

Lightweight SQL server for Raspberry Pi

From Dev

Create a home server with a Raspberry Pi

From Dev

Why do I get a 500 Internal Server Error on Ubuntu but it works on Raspberry Pi?

From Dev

How to set up WiFi on Ubuntu 19.10 Server running on Raspberry Pi 4?

From Dev

Unable to enumerate USB device on Ubuntu server 19.10 arm64 at Raspberry Pi 4B

From Dev

Using Raspberry Pi as a thin client to Ubuntu

From Dev

Ubuntu operated from raspberry PI, is it possible?

From Dev

Raspberry pi (running ubuntu 14.04) citrix problem

From Dev

Create RDP gateway in Raspberry Pi or Ubuntu

Related Related

  1. 1

    Ubuntu Server ARM or Ubuntu Server Raspberry Pi?

  2. 2

    Ubuntu Server with Raspberry Pi Motion Camera

  3. 3

    Ubuntu Server with Raspberry Pi Motion Camera

  4. 4

    Connect raspberry pi 4 with ubuntu server to wifi

  5. 5

    Game server on a Raspberry Pi

  6. 6

    Raspberry Pi Server

  7. 7

    How to setup of Raspberry Pi 3 onboard WiFi for Ubuntu Server with 'netplan'?

  8. 8

    Problem with wireless networking for ubuntu server on a Raspberry pi 4

  9. 9

    Shrinking Raspberry Pi SD .img via Ubuntu Server (cli)

  10. 10

    How to setup of Raspberry Pi 3 onboard WiFi for Ubuntu Server with 'netplan'?

  11. 11

    Setup ubuntu server on Raspberry Pi 4 without keyboard

  12. 12

    wlan0 does not appear in Ubuntu server and raspberry pi 4

  13. 13

    Ubuntu Server 19.10 i386 for Raspberry Pi

  14. 14

    Direct remote access (ssh) with Raspberry Pi running Ubuntu server 20.04.1

  15. 15

    Periodic crash with Ubuntu Server 20.04 on Raspberry Pi 3 B+

  16. 16

    Can't connect with SSH to Ubuntu server (20.04) on raspberry pi 4

  17. 17

    Can a Raspberry Pi run Ubuntu?

  18. 18

    Can a Raspberry Pi run Ubuntu?

  19. 19

    Install ubuntu 18.04 on Raspberry Pi

  20. 20

    Is Python installed: (Raspberry Pi Ubuntu)

  21. 21

    Lightweight SQL server for Raspberry Pi

  22. 22

    Create a home server with a Raspberry Pi

  23. 23

    Why do I get a 500 Internal Server Error on Ubuntu but it works on Raspberry Pi?

  24. 24

    How to set up WiFi on Ubuntu 19.10 Server running on Raspberry Pi 4?

  25. 25

    Unable to enumerate USB device on Ubuntu server 19.10 arm64 at Raspberry Pi 4B

  26. 26

    Using Raspberry Pi as a thin client to Ubuntu

  27. 27

    Ubuntu operated from raspberry PI, is it possible?

  28. 28

    Raspberry pi (running ubuntu 14.04) citrix problem

  29. 29

    Create RDP gateway in Raspberry Pi or Ubuntu

HotTag

Archive