summaryrefslogtreecommitdiff
path: root/gnu/system/images/visionfive2.scm
AgeCommit message (Collapse)Author
2026-02-09system: images: Add image names.Efraim Flashner
* gnu/system/images/a20-olinuxino-lime2.scm (a20-olinuxino-lime2-image-type): * gnu/system/images/novena.scm (novena-image-type), * gnu/system/images/orangepi-r1-plus-lts-rk3328.scm (orangepi-r1-plus-lts-rk3328-image-type), * gnu/system/images/pine64.scm (pine64-image-type), * gnu/system/images/pinebook-pro.scm (pinebook-pro-image-type), * gnu/system/images/rock-4c-plus.scm (rock-4c-plus-image-type), * gnu/system/images/rock64.scm (rock64-image-type): Add name field to constructor. * gnu/system/images/unmatched.scm (unmatched-disk-image), * gnu/system/images/visionfive2.scm (visionfive2-disk-image): Add name field. Change-Id: Id64082f912e6346c1f3b47619ce31f129612ff34 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2026-01-16gnu: visionfive2: Update the module commentary.Artyom V. Poptsov
* gnu/system/images/visionfive2.scm: Update the module commentary. Change-Id: If3d12bb0e3ccb9eaced4eb1e3afe636c7b89896f Signed-off-by: Rutherther <rutherther@ditigal.xyz> Merges: #4855
2025-07-24gnu: system: Replace deprecated dhcp client service.Gabriel Wicki
* gnu/system/examples/asus-c201.tmpl, gnu/system/examples/bare-bones.tmpl, gnu/system/examples/beaglebone-black.tmpl, gnu/system/examples/raspberry-pi-64-nfs-root.tmpl, gnu/system/examples/raspberry-pi-64.tmpl, gnu/system/examples/vm-image.tmpl gnu/system/images/orangepi-r1-plus-lts-rk3328.scm, gnu/system/images/pine64.scm, gnu/system/images/rock64.scm, gnu/system/images/unmatched.scm, gnu/system/images/visionfive2.scm, gnu/system/linux-container.scm (services): Replace dhcp-client-service-type with its replacement dhcpcd-service-type. Change-Id: Ib1f31d0a95dfa8ee64cf8c10d617ee53c8637b26
2025-04-08images: visionfive2: Add support for booting from nvme.Zheng Junjie
* 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
2024-05-22system: images: Add visionfive2 module.Zheng Junjie
* gnu/system/images/visionfive2.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Change-Id: I8831f1148bcddb0d604e1174034fca85cd2887a1