diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-03-25 17:40:17 +0100 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-03-25 17:40:31 +0100 |
| commit | d82ce618e3f345cd6766a948866e296fc3a1a7b3 (patch) | |
| tree | bac1ddb38aac89ae63ef6a70029c23c02a2d14f6 | |
| parent | 7ead0afa2090bb00b820ca1724608a0f6c28fe78 (diff) | |
| download | guix-installer-makefile-main.tar.gz guix-installer-makefile-main.tar.bz2 guix-installer-makefile-main.zip | |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
| -rw-r--r-- | README.txt | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -1,10 +1,17 @@ == Introduction == -This Makefile enables to easily install and remove Guix. -Installing Guix when needed and removing it when not needed anymore is useful -with the Replicant server as: +This Makefile was made to easily install and remove Guix when Guix was +not yet in Trisquel and/or that the Guix installer didn't have any +uninstallation code. + +The idea was that installing Guix when needed and removing it when not +needed anymore was useful with the Replicant server as: - Having a Guix installation requires to keep it up to date. It also exposes a service for potential privilege escalation if there is any bug found in it. - We don't have infinite space on the rootfs, and when we run out of space, we might want to be able to reclaim some. + +However nowadays the same can be done more easily within Trisquel +now. And we can work with Trisquel to fix security issues within (the) +Guix (daemon) when they appear. |
