122
Ubuntu 26.04 splits firmware package to reduce update sizes
(www.omgubuntu.co.uk)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Have you ever tried to use Upstart? It was afwul, in practice it was worse than sysvinit+lsb, in a time one woukd thought any new init system can be better.
There was no way to properly define any complex servixe dependencies, especially with optional or alternative components. And making mistake in defining service forking behaviour would open lock the system down so it could not be cleanly shut down. Those were serious flaws in both design an implementation.
I made a mistake trying to use it in a Linux distribution I was co-developing. So much time an effort lost, when we could directly switch to systemd. But systemd was described as 'work in progress' an Upstart 'practically production ready' then.