Group: Software/FSDG distributions/DistroConfiguration
From LibrePlanet
(→Configuration: preseed: add colors) |
(→Configuration: Preseed doesn't work on Trisquel 10.) |
||
Line 104: | Line 104: | ||
| rowspan=3 | Debian installer preseed | | rowspan=3 | Debian installer preseed | ||
| PureOS 10 (byzantium) | | PureOS 10 (byzantium) | ||
− | + | | | |
| rowspan=3 | | | rowspan=3 | | ||
| rowspan=3 {{No}} | | rowspan=3 {{No}} | ||
Line 113: | Line 113: | ||
|- | |- | ||
| Trisquel 10 | | Trisquel 10 | ||
+ | | {{no}}<ref>Unlike Trisquel 11, there is no preseed option in the installer. Passing 'auto=true priority=critical preseed/file=/media/preseed.cfg' as arguments before the '---' in syslinux also doesn't work.</ref> | ||
|- | |- | ||
| Trisquel 11 (aramo) | | Trisquel 11 (aramo) |
Revision as of 19:31, 26 August 2024
Introduction
This article will look at the configuration system available for various FSDG compliant distributions.
Configuration
Configuration system | Distribution | Works | Skills | Can configure the local system | Can configure remote systems | Can install the distribution | Can create images | Features |
---|---|---|---|---|---|---|---|---|
Consfigurator | Guix | Not packaged | ||||||
Hyperbola | Not packaged | |||||||
Parabola | Not packaged | |||||||
PureOS 10 (byzantium) | Not packaged | |||||||
Trisquel 11 (aramo) | Partial[1] | Require to know lisp | Yes[2] | Yes[3] | No | Yes[4] |
|
|
Cockpit | Parabola | Yes | Interfaces:
|
Yes | Yes[5] | No | No |
|
PureOS Byzantium | Yes[7] | Yes | Yes[5] | No | No | |||
Trisquel 11 | Yes[8] | Yes | Yes[5] | No | No | |||
Debian installer preseed | PureOS 10 (byzantium) | No | No | Yes | No | |||
Trisquel 10 | No[9] | |||||||
Trisquel 11 (aramo) | Yes | |||||||
FAI | PureOS 10 (byzantium) | Yes | ? | ? | ? | |||
Trisquel 10 | Yes[10] | Yes | ||||||
Freedombox | PureOS 10 (byzantium) | Yes[11] | Interfaces:
Installation:
|
Yes | No | ? | ? |
|
Trisquel 10 | Partial[12] | Yes | No | ? | ? | |||
Guix configuration language | Guix | Yes[13] | Require to know lisp | Yes | Yes | Yes | Yes |
|
Parabola | Yes | No | Yes | Yes | Yes | |||
PureOS 10 (byzantium) | Yes | No | Yes | Yes | Yes | |||
Trisquel 11 (aramo) | Yes | No | Yes | Yes | Yes | |||
Holo | Guix | Incompatible[14] | Yes | ? | ? | ? | ||
Parabola | Yes[15] | Yes | ||||||
Trisquel 11 | Not packaged | Yes | ||||||
UCI | LibreCMC | Yes[13] | Relatively easy to use:
|
Yes | No | No | No |
|
- ↑ It can be used but some features seem really tied to Debian. For instance in /usr/share/common-lisp/source/consfigurator/src/property/apt.lisp get-default-mirrors only has the URL of the Debian mirrors. So certain functions do assume a Debian system but other work fine on Debian derivatives or other non-debian related distributions.
- ↑ There are local or sudo connection type available
- ↑ This works through SSH. It needs SBCL on the remote computer to support all the features. A reduced set of features is still available if the remote computer doesn't have SBCL.
- ↑ This is an advertised feature but I didn't test it yet.
- ↑ 5.05.15.2 This works through SSH. It also requires cockpit on the target computer.
-
↑ At the time of writing, the following packages are available:
- ↑ It should normally work as it doesn't require too much distro specific integration.
- ↑ It should normally work as it doesn't require too much distro specific integration.
- ↑ Unlike Trisquel 11, there is no preseed option in the installer. Passing 'auto=true priority=critical preseed/file=/media/preseed.cfg' as arguments before the '---' in syslinux also doesn't work.
- ↑ It's used by the FSF so it works
- ↑ PureOS 10 (byzantium) is based on Debian Bullseye, which is supports Freedombox (reference: "Currently, FreedomBox works in Debian Stable (Bullseye), Testing (Bookworm), and Unstable (Sid). " in the Debian wiki page about Freedombox. Installing Mediawiki also works well while in Trisquel it fails.
- ↑ Tested with the Debian instructions on Trisquel 10. After installing Trisquel with the default graphical install with the default partitioning or with the textual installation and selecting nothing in "software selection", and installing freedombox, installing Mediawiki broke apt because mysql didn't find its data directory.
- ↑ 13.013.1 It's the distribution native configuration interface so it works.
- ↑ Holo use the distribution package manager to handle the configuration, but holo-build only supports deb, pacman and rpm packages formats.
- ↑ It was added by the distribution so it works.