<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/gnu/system/images, branch koszko</title>
<subtitle>Wojtek's customized Guix</subtitle>
<id>https://git.koszko.org/guix/atom?h=koszko</id>
<link rel='self' href='https://git.koszko.org/guix/atom?h=koszko'/>
<link rel='alternate' type='text/html' href='https://git.koszko.org/guix/'/>
<updated>2025-04-08T06:58:19Z</updated>
<entry>
<title>images: visionfive2: Add support for booting from nvme.</title>
<updated>2025-04-08T06:58:19Z</updated>
<author>
<name>Zheng Junjie</name>
<email>z572@z572.online</email>
</author>
<published>2025-04-04T19:33:59Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/guix/commit/?id=0770929ddeb82cb681b91e4019b74429285c9f73'/>
<id>urn:sha1:0770929ddeb82cb681b91e4019b74429285c9f73</id>
<content type='text'>
* gnu/system/images/visionfive2.scm (visionfive2-barebones-os):
[initrd-modules]: Add mmc_block, clk-starfive-jh7110-aon,
clk-starfive-jh7110-stg, phy-jh7110-dphy-tx, pcie_starfive and nvme.

Change-Id: I1d7ced9bad7e94045ab1caa2315871cd56ca50f4
</content>
</entry>
<entry>
<title>gnu: pinebook-pro-image-type: augment partition offset.</title>
<updated>2025-01-01T12:38:27Z</updated>
<author>
<name>Yarl Baudig</name>
<email>yarl-baudig@mailoo.org</email>
</author>
<published>2024-12-15T14:07:31Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/guix/commit/?id=41e192c922ec4747e399ee956f162602b6391edd'/>
<id>urn:sha1:41e192c922ec4747e399ee956f162602b6391edd</id>
<content type='text'>
* gnu/system/images/pinebook-pro.scm: augment partition offset
to make room for the bootloader.

Change-Id: I91a3758243a13960165d40b94efe017e6e059a22
Signed-off-by: Danny Milosavljevic &lt;dannym@friendly-machines.com&gt;
</content>
</entry>
<entry>
<title>system: image: Add hurd64 image types.</title>
<updated>2024-12-03T07:39:00Z</updated>
<author>
<name>Janneke Nieuwenhuizen</name>
<email>janneke@gnu.org</email>
</author>
<published>2024-11-05T22:38:41Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/guix/commit/?id=de5239b6753f776334bcbc9364c77722ffaeedcc'/>
<id>urn:sha1:de5239b6753f776334bcbc9364c77722ffaeedcc</id>
<content type='text'>
* gnu/system/hurd.scm (%hurd64-default-operating-system-kernel,
%hurd64-default-operating-system): New variables.
* gnu/system/images/hurd.scm (hurd64-disk-image, hurd64-image-type,
hurd64-qcow2-image-type, hurd64-barebones-disk-image,
hurd64-barebones-qcow2-image): New variables.

* gnu/system/images/hurd.scm (hurd64-barebones-os): New variable.
</content>
</entry>
<entry>
<title>system: hurd: Remove qemu networking from %base-services/hurd.</title>
<updated>2024-11-11T06:28:33Z</updated>
<author>
<name>Janneke Nieuwenhuizen</name>
<email>janneke@gnu.org</email>
</author>
<published>2024-10-20T17:37:25Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/guix/commit/?id=6dbfe1a118dcded3a9d77f8321aa43fbdd255011'/>
<id>urn:sha1:6dbfe1a118dcded3a9d77f8321aa43fbdd255011</id>
<content type='text'>
This allows us to use %base-services/hurd for services in a Hurd config for a
real machine without removing static-networking.

* gnu/system/hurd.scm (%base-services/hurd): Factor networking out to...
(%base-services+qemu-networking/hurd): ..this new variable.
* gnu/system/examples/bare-hurd.tmpl (%hurd-os): Use it.
* gnu/services/virtualization.scm (%hurd-vm-operating-system): Use it.
* gnu/system/images/hurd.scm (hurd-barebones-os): Use it.  Add comment about
QEMU and networking for a real machine.

Change-Id: I777a63410383b9bf8b5740e4513dbc1e9fb0fd41
</content>
</entry>
<entry>
<title>images: wsl2: Update comment.</title>
<updated>2024-09-08T00:00:00Z</updated>
<author>
<name>Tobias Geerinckx-Rice</name>
<email>me@tobias.gr</email>
</author>
<published>2024-09-08T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/guix/commit/?id=7eddfea4a01e95a58a2c18f71bc4a345a1ad378f'/>
<id>urn:sha1:7eddfea4a01e95a58a2c18f71bc4a345a1ad378f</id>
<content type='text'>
* gnu/system/images/wsl2.scm (wsl-boot-program): Update privileged
program directory in a comment.

Change-Id: I65906cbfbcd17ff164837ad293dc4324314bfcf1
</content>
</entry>
<entry>
<title>system: images: Add visionfive2 module.</title>
<updated>2024-05-22T03:15:30Z</updated>
<author>
<name>Zheng Junjie</name>
<email>zhengjunjie@iscas.ac.cn</email>
</author>
<published>2024-05-11T16:19:29Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/guix/commit/?id=327a1f0779a5df8ebb57e39d4a44e040a5d0bdfe'/>
<id>urn:sha1:327a1f0779a5df8ebb57e39d4a44e040a5d0bdfe</id>
<content type='text'>
* gnu/system/images/visionfive2.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Change-Id: I8831f1148bcddb0d604e1174034fca85cd2887a1
</content>
</entry>
<entry>
<title>system: Remove nss-certs from OS templates, adjust doc.</title>
<updated>2024-04-18T14:43:06Z</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim.cournoyer@gmail.com</email>
</author>
<published>2024-04-18T13:33:19Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/guix/commit/?id=65e8472a4b6fc6f66871ba0dad518b7d4c63595e'/>
<id>urn:sha1:65e8472a4b6fc6f66871ba0dad518b7d4c63595e</id>
<content type='text'>
This is a follow-up to commit 86afaadb51 ("system: Add 'nss-certs' to
%base-packages-networking.")

* doc/guix-cookbook.texi (Running Guix on a Linode Server): Remove nss-certs
from operating system's packages field.
(Running Guix on a Kimsufi Server): Likewise.
* doc/guix.texi (Using the Configuration System): Likewise.
(X.509 Certificates): Adjust to mention nss-certs *is* part of %base-packages.
* gnu/installer/services.scm (%system-services): Remove recommendation to
install nss-certs.
* gnu/system/examples/bare-bones.tmpl (host-name): Remove obsolete comments.
* gnu/system/examples/desktop.tmpl (packages): Remove nss-certs.
* gnu/system/examples/lightweight-desktop.tmpl (packages): Likewise.
* gnu/system/examples/plasma.tmpl (packages): Likewise.
* gnu/system/examples/raspberry-pi-64-nfs-root.tmpl (packages): Likewise.
* gnu/system/examples/raspberry-pi-64.tmpl (packages): Likewise.
* gnu/system/examples/vm-image.tmpl (packages): Likewise.
* gnu/system/images/orangepi-r1-plus-lts-rk3328.scm (packages): Likewise.
* gnu/system/images/pine64.scm (packages): Likewise.
* gnu/system/install.scm (installation-os) [packages]: Likewise.

Change-Id: If09123a69b987178bcb0aab61c4570c14fc1286f
</content>
</entry>
<entry>
<title>images: Add orangepi-r1-plus-lts image.</title>
<updated>2023-12-23T00:06:15Z</updated>
<author>
<name>Herman Rimm</name>
<email>herman@rimm.ee</email>
</author>
<published>2023-11-18T16:01:28Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/guix/commit/?id=ab1ff7ca40b0a2d935f715dcf64f0f3128632d3d'/>
<id>urn:sha1:ab1ff7ca40b0a2d935f715dcf64f0f3128632d3d</id>
<content type='text'>
* gnu/local.mk: Register image.
* gnu/system/images/orangepi-r1-plus-lts-rk3328.scm: New file.
* gnu/system/install.scm (orangepi-r1-plus-lts-rk3328-installation-os):
  New variable.

Signed-off-by: Vagrant Cascadian &lt;vagrant@debian.org&gt;
</content>
</entry>
<entry>
<title>system: images: Add unmatched module.</title>
<updated>2023-06-14T11:52:21Z</updated>
<author>
<name>Efraim Flashner</name>
<email>efraim@flashner.co.il</email>
</author>
<published>2023-05-28T08:09:19Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/guix/commit/?id=f3114ac4f0f1ac20a85dcb20c44cb32e06c22a14'/>
<id>urn:sha1:f3114ac4f0f1ac20a85dcb20c44cb32e06c22a14</id>
<content type='text'>
* gnu/system/images/unmatched.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
</content>
</entry>
<entry>
<title>images: wsl2: Create XDG_RUNTIME_DIR on first login.</title>
<updated>2022-12-26T08:34:26Z</updated>
<author>
<name>dan</name>
<email>i@dan.games</email>
</author>
<published>2022-11-08T20:05:53Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/guix/commit/?id=c50cd1bbece27097456242f246f89c053e7cc1a2'/>
<id>urn:sha1:c50cd1bbece27097456242f246f89c053e7cc1a2</id>
<content type='text'>
* gnu/system/images/wsl2.scm (wsl-boot-program): Create XDG_RUNTIME_DIR on
first login and set it.

Signed-off-by: Mathieu Othacehe &lt;othacehe@gnu.org&gt;
</content>
</entry>
</feed>
