[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: website: guix-shell-fhs: Add footer and change date.
From: |
Ludovic Courtès |
Subject: |
02/02: website: guix-shell-fhs: Add footer and change date. |
Date: |
Fri, 6 Jan 2023 06:59:26 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix-artwork.
commit 93986682f26a329fb5b39f82810267c87eaa8adb
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Jan 6 12:31:12 2023 +0100
website: guix-shell-fhs: Add footer and change date.
* website/posts/guix-shell-fhs.md: Add footer and change date.
---
website/posts/guix-shell-fhs.md | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/website/posts/guix-shell-fhs.md b/website/posts/guix-shell-fhs.md
index dd2b13c..ea58a49 100644
--- a/website/posts/guix-shell-fhs.md
+++ b/website/posts/guix-shell-fhs.md
@@ -1,5 +1,5 @@
title: The Filesystem Hierarchy Standard Comes to Guix Containers
-date: 2023-01-04 15:00
+date: 2023-01-06 13:30
author: John Kehayias
tags: Software development, Containers
---
@@ -253,3 +253,21 @@ can use the FHS container option to get this offset and
then mount in one line w
VSCodium-1.74.0.22342.glibc2.17-x86_64.AppImage <mountpoint> -o offset=$(guix
shell
--container --emulate-fhs zlib --
./VSCodium-1.74.0.22342.glibc2.17-x86_64.AppImage
--appimage-offset)`
+
+#### About GNU Guix
+
+[GNU Guix](https://guix.gnu.org) is a transactional package manager and
+an advanced distribution of the GNU system that [respects user
+freedom](https://www.gnu.org/distros/free-system-distribution-guidelines.html).
+Guix can be used on top of any system running the Hurd or the Linux
+kernel, or it can be used as a standalone operating system distribution
+for i686, x86_64, ARMv7, AArch64, and POWER9 machines.
+
+In addition to standard package management features, Guix supports
+transactional upgrades and roll-backs, unprivileged package management,
+per-user profiles, and garbage collection. When used as a standalone
+GNU/Linux distribution, Guix offers a declarative, stateless approach to
+operating system configuration management. Guix is highly customizable
+and hackable through [Guile](https://www.gnu.org/software/guile)
+programming interfaces and extensions to the
+[Scheme](http://schemers.org) language.