List of Gentoo Linux derivatives

Last updated

This is a list of Gentoo Linux derivatives.

Gentoo family tree GentooFamilyTree1210.svg
Gentoo family tree

Calculate Linux

ChromiumOS and ChromeOS

CloverOS

CloverOS GNU/Linux was a Gentoo image (stage4) and binhost optimized for performance that aims to be both minimal and out of the box. It began in 2017. Main website is down as of 2022-02-01, [1] may no longer be active. [2]

Contents

Container Linux (formerly CoreOS)

FireballISO

FireballISO
Developer Indy
OS family Unix-like
Working stateActive
Source model Open source
Kernel type Monolithic (Linux)
License Same as Gentoo Linux
Official website fireballiso.sourceforge.net

FireballISO (or "Fireball") is a VMware virtual appliance that builds a security-hardened Live CD containing a stripped-down custom version of Gentoo Linux. The original intent of the project is focused on providing firewall and networking services to a network, but the appliance can be customized in almost limitless ways to build bootable ISOs that can do many different things. When burned to a CD-ROM, it will allow a perhaps otherwise unused, old computer to boot it and act as a network security device. It may also be used in a virtual environment as a secure cloud appliance. Notable features in the generated ISO include:

The virtual appliance can be updated just like a normal Gentoo system, allowing new Live CD images to be generated with the latest security fixes, bug corrections, additional features, and updated configurations. The Live CD should be re-generated as often as important changes are released by the authors of the various software packages it contains.

Release history

Funtoo

Funtoo Linux
Developer Daniel Robbins, Oleg Vinichenko, Funtoo Technologies
OS family Linux (based on Gentoo Linux)
Working stateDiscontinued
Source model Open source
Initial release2008;16 years ago (2008)
Latest release Rolling release / 1.4
Update method Emerge
Package manager Portage
Platforms ARM, IA-32, x86-64
Kernel type Monolithic (Linux)
Userland GNU
Default
user interface
Gnome, KDE Plasma, XFCE
License Free software
and others licenses
Preceded by1.3
Official website www.funtoo.org

Funtoo Linux ( /fʌnt/ fun-too) was a Linux distribution based on Gentoo Linux, created by Daniel Robbins (the founder and former project leader of Gentoo Linux) in 2008. It's developed by a core team of developers, and built around a basic vision of improving the core technologies previously used by Gentoo Linux. [3] [4]

History

In early 2008, Robbins proposed to resolve [5] the Gentoo Foundation problems. [6] But he had left the project in 2004, and his offer was refused. [7] The Funtoo project was born as an initiative to implement his vision, with aims to share innovations. [8]

On July 26th, 2024, Robbins announced on the official Funtoo website that he would shut down the whole project due to a lack of interest in it. [9]

Features

Funtoo is a source based Linux distribution.

Core technologies

Funtoo features in addition to native UTF-8 by default include:

Kits

In July 2017 Funtoo switched from plain portage approach to splitting the portage tree into kits. [10] This should tie software updates together and help with the dependency problems of a rolling release distribution. Kits also are gaining maturity status as they are tested and as patches are applied.

Git

Funtoo uses Git to store the Portage tree. The tree is split into kits now with meta-repo [11] being the repo holding all the kits as submodules.

Metro

Metro [12] is an automatable software package for building stages used in installing Funtoo.

boot-update

boot-update [13] provides a unified mechanism for configuring the GNU GRUB2 and GRUB Legacy boot loader versions.

Core networking

Funtoo has its own core networking solution to allow users to simplify the creation of complex network interfaces based on pre-created profiles. [14]

Kernel

Since May 2015 Funtoo offers a pre-built generic kernel with stage3. [15] Although Funtoo is a source-based distribution, it should be possible to use a prebuilt Linux kernel. [16] Funtoo no longer encourages the use of the Sabayon kernel; however, with many improvements to Funtoo's design and init process, one should be able to load a binary kernel plus initrd from a preferred distribution hosting a precompiled/preconfigured kernel. Ubuntu's kernel linux-3.2.0-17-generic has been tested and is known to work. This can benefit those who like to avoid building custom kernels. Using a generic kernel from another distribution should be straightforward if using boot-update Archived 2013-08-09 at the Wayback Machine .

Other differences

The most marked difference between the two would be no systemd support in Funtoo, but still delivering for example a working Gnome desktop [17] without the systemd need. [18]

Incognito

Nova

Pentoo

Sabayon Linux

Redcore Linux

Redcore Linux
Official website

Tin Hat Linux

Tin Hat Linux
Tin Hat Linux logo.png
Developer Anthony G. Basile, et al.
OS family Unix-like
Working stateDiscontinued
Source model Open source
Latest release 20150616 / June 16, 2015;9 years ago (2015-06-16)
Available in Multilanguage
Package manager Portage
Platforms IA-32, x86-64
Kernel type Monolithic
Default
user interface
GNOME
License Various
Official website tinhat.sourceforge.net

Tin Hat is a security-focused Linux distribution derived from Hardened Gentoo Linux. It aims to provide a very secure, stable, and fast desktop environment that lives purely in RAM. [19] Tin Hat boots from CD, or optionally from USB flash drive, but it does not mount any file system directly from the boot device. [19] Instead, Tin Hat employs a large SquashFS image from the boot device which expands into tmpfs upon booting. This makes for long boot times, but fast speeds during use.

Design goal

The central design consideration in Tin Hat is to construct an operating system that can hide data from an attacker even if he has physical access to the computer. [19] Physical access to a computer with unencrypted filesystems does not secure the data and an attacker could easily retrieve the data. Encrypting the filesystem provides protection from such an attack, but many implementations of encryption do not hide the fact that data is encrypted on the filesystem. For example, the LUKS encryption system includes metadata which detail the block cipher and block cipher mode used in encryption. This information does not help the attacker decrypt the filesystem, but it does reveal that it contains encrypted data and not random data. However, Tin Hat stores its filesystem in the RAM, leaving no data in the computer's hard drive. If the user stores any data via a more permanent means than RAM, the encrypted data is indiscernible from random data.

Tin Hat's preferred method of encryption is via loop-aes v3.

Beyond these considerations, Tin Hat has to also protect against more common exploits based on networking or security holes in software. The hardening model chosen is PaX/Grsecurity which is already provided by the Hardened Gentoo project. Hardening of the kernel and the toolchain make most code-borne exploits less likely. A non-modular compiled kernel further frustrates the insertion of malicious kernel modules. [20]

Ututo

VidaLinux

VidaLinux
Vlosnewlogo.png
Developer Vidalinux Desktop Project
OS family Unix-like
Working stateAbandoned (2010)
Source model Open source
Kernel type Monolithic kernel
License Various
Official website os.vidalinux.org [ permanent dead link ] (web archive)

VidaLinux (VLOS) was an operating system based on Gentoo Linux. A GNOME-based OS, VidaLinux installs with the Red Hat Anaconda installer. VidaLinux tries to provide most appropriate tools and support for home and office use, such as PPC support and RealPlayer.

History

As of December 3, 2009, VLOS has been rebuilt with Daniel Robbins' fork of Gentoo Linux called Funtoo. [21]

Versions

Vidalinux comes in two different flavors; one can be downloaded, while the other must be purchased. While the downloaded version technically has all the same software packages as the purchased version, the difference is that the purchased version (which can be bought for 25 USD) contains many binaries of often used programs, while the downloaded version forces the user to download ebuilds of these packages and build the binaries themselves, which requires more time.

Version History


Related Research Articles

<span class="mw-page-title-main">Linux distribution</span> Operating system based on the Linux kernel

A Linux distribution is an operating system made from a software collection that includes the Linux kernel and often a package management system. They are often obtained from the website of each distribution, which are available for a wide variety of systems ranging from embedded devices and personal computers to servers and powerful supercomputers.

XFS is a high-performance 64-bit journaling file system created by Silicon Graphics, Inc (SGI) in 1993. It was the default file system in SGI's IRIX operating system starting with its version 5.3. XFS was ported to the Linux kernel in 2001; as of June 2014, XFS is supported by most Linux distributions; Red Hat Enterprise Linux uses it as its default file system.

<span class="mw-page-title-main">Gentoo Linux</span> Linux distribution

Gentoo Linux is a Linux distribution built using the Portage package management system. Unlike a binary software distribution, the source code is compiled locally according to the user's preferences and is often optimized for the specific type of computer. Precompiled binaries are available for some packages. Gentoo runs on a wide variety of processor architectures.

<span class="mw-page-title-main">Live CD</span> Complete, bootable computer installation that runs directly from a CD-ROM

A live CD is a complete bootable computer installation including operating system which runs directly from a CD-ROM or similar storage device into a computer's memory, rather than loading from a hard disk drive. A live CD allows users to run an operating system for any purpose without installing it or making any changes to the computer's configuration. Live CDs can run on a computer without secondary storage, such as a hard disk drive, or with a corrupted hard disk drive or file system, allowing data recovery.

udev is a device manager for the Linux kernel. As the successor of devfsd and hotplug, udev primarily manages device nodes in the /dev directory. At the same time, udev also handles all user space events raised when hardware devices are added into the system or removed from it, including firmware loading as required by certain devices.

init UNIX system component

In Unix-based computer operating systems, init is the first process started during booting of the operating system. Init is a daemon process that continues running until the system is shut down. It is the direct or indirect ancestor of all other processes and automatically adopts all orphaned processes. Init is started by the kernel during the booting process; a kernel panic will occur if the kernel is unable to start it, or it should die for any reason. Init is typically assigned process identifier 1.

openSUSE Community-supported Linux distribution

openSUSE is a free and open-source Linux distribution developed by the openSUSE project. It is offered in two main variations: Tumbleweed, an upstream rolling release distribution, and Leap, a stable release distribution which is sourced from SUSE Linux Enterprise.

The Linux Unified Key Setup (LUKS) is a disk encryption specification created by Clemens Fruhwirth in 2004 and originally intended for Linux.

This is a technical feature comparison of different disk encryption software.

dm-crypt is a transparent block device encryption subsystem in Linux kernel versions 2.6 and later and in DragonFly BSD. It is part of the device mapper (dm) infrastructure, and uses cryptographic routines from the kernel's Crypto API. Unlike its predecessor cryptoloop, dm-crypt was designed to support advanced modes of operation, such as XTS, LRW and ESSIV, in order to avoid watermarking attacks. In addition to that, dm-crypt addresses some reliability problems of cryptoloop.

xB Machine is a discontinued virtual operating system that is small enough to fit on a USB drive. The last version seems to have been 0.9.1.5 in mid-2008. It brought a secure computing environment that anonymized all internet activity, and had portable encrypted file storage. It had been developed and offered by XeroBank and based on a modified Gentoo Linux distribution. It could be executed as a virtual machine through a QEMU hypervisor, VMWare, VirtualBox, and any other major virtualization system. It could also be booted from on USB or burned to CD for booting. Virtualization, along with the native implementation of a Tor onion routing for internet connectivity and other encryption and privacy tools, had been utilized to increase the security and anonymity of the user. The developers claimed that it is the most secure operating system in the world and that the technology involved is highly resistant to hacking and spying, even in the most hostile environments. The details and transactions inside each xB Machine account were protected with 256-bit AES encryption. The software also had a self-destruct sequence for eliminating any traces that a user may have left behind on the drivespace after using xB Machine. Meanwhile, Xerobank offers a modular package with xB Browser, xB Mail, and xB VPN, parts of it running only for customers of the bank.

<span class="mw-page-title-main">Bharat Operating System Solutions</span> Indian Debian-based Linux distribution

Bharat Operating System Solutions is an Indian Linux distribution based on Debian. Its latest stable version is 10.0 (Pragya), which was released in March 2024.

An Amazon Machine Image (AMI) is a special type of virtual appliance that is used to create a virtual machine within the Amazon Elastic Compute Cloud ("EC2"). It serves as the basic unit of deployment for services delivered using EC2.

<span class="mw-page-title-main">Calculate Linux</span> Linux distribution

Calculate Linux is a Linux distribution optimized for fast deployment in an organization environment. It is based on the Gentoo Linux project and includes many preconfigured functions.

systemd Suite of system components for Linux

systemd is a software suite that provides an array of system components for Linux operating systems. The main aim is to unify service configuration and behavior across Linux distributions. Its primary component is a "system and service manager" — an init system used to bootstrap user space and manage user processes. It also provides replacements for various daemons and utilities, including device management, login management, network connection management, and event logging. The name systemd adheres to the Unix convention of naming daemons by appending the letter d. It also plays on the term "System D", which refers to a person's ability to adapt quickly and improvise to solve problems.

<span class="mw-page-title-main">Pentoo</span> Gentoo based Linux distribution for penetration testing

Pentoo is a Live CD and Live USB designed for penetration testing and security assessment. Based on Gentoo Linux, Pentoo is provided both as 32 and 64-bit installable live CD. Pentoo is also available as an overlay for an existing Gentoo installation. It features packet injection patched Wi-Fi drivers, GPGPU cracking software, and many tools for penetration testing and security assessment. The Pentoo kernel includes grsecurity and PAX hardening and extra patches - with binaries compiled from a hardened toolchain with the latest nightly versions of some tools available.

dracut (software) Software to automate the Linux boot process

Dracut is a set of tools that provide enhanced functionality for automating the Linux boot process. The tool named dracut is used to create a Linux boot image (initramfs) by copying tools and files from an installed system and combining it with the Dracut framework, which is usually found in /usr/lib/dracut/modules.d.

References

  1. "CloverOS GNU/Linux". Archived from the original on November 16, 2021. Retrieved August 21, 2024.
  2. "cloveros · GitLab" . Retrieved August 21, 2024.
  3. "DistroWatch.com: Funtoo Linux". 17 December 2016. Retrieved 17 December 2016.
  4. "Funtoo by Daniel Robbins: The Goal of Funtoo". Archived from the original on October 25, 2008. Retrieved December 19, 2019.
  5. "Funtoo by Daniel Robbins: Here's my offer..." Archived from the original on January 13, 2008. Retrieved December 19, 2019.
  6. "Funtoo by Daniel Robbins: And it gets worse..." Archived from the original on January 15, 2008. Retrieved December 19, 2019.
  7. "Funtoo by Daniel Robbins: What to do?". Archived from the original on January 29, 2008. Retrieved December 19, 2019.
  8. "Gentoo Creator Daniel Robbins: Making Linux Free and Flexible - Exclusives - LinuxInsider". www.linuxinsider.com. 11 June 2013.
  9. "All Good Things Must Come to an End..." funtoo forums. 2024-07-26. Retrieved 2024-08-01.
  10. "News:Kits are Go (Switch to Them!) - Funtoo". www.funtoo.org.
  11. "funtoo/meta-repo". GitHub.
  12. "Metro - Funtoo". www.funtoo.org. Archived from the original on 2013-08-08. Retrieved 2019-12-19.
  13. "Package: Boot-Update (sys-boot/boot-update)". www.funtoo.org. Archived from the original on 2013-08-09. Retrieved 2019-12-19.
  14. "funtoo Networking". www.funtoo.org. January 2020.
  15. "Pre-built kernels!". funtoo forums. 12 May 2015.
  16. "Funtoo Linux Kernels - Funtoo". www.funtoo.org. Archived from the original on 2013-08-06. Retrieved 2019-12-19.
  17. Nestor, Marius. "Gentoo and Funtoo Linux Users Can Now Enjoy the GNOME Desktop Without systemd".
  18. "News:Gnome-3.20 Update - Funtoo". www.funtoo.org.
  19. 1 2 3 "Tin Hat". D'Youville College. Archived from the original on 2016-03-03. Retrieved 2019-12-19.
  20. This section uses content from this page, where it is licensed under the GNU General Public License.
  21. "Development Release: VLOS 2.0 Alpha 1".