aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/ssh.scm
diff options
context:
space:
mode:
authorAndy Tai <atai@atai.org>2024-05-30 21:13:30 -0700
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-05-31 18:14:45 +0800
commitda7dc8c8a7414eb23a44105f28cfd025a3b27eff (patch)
tree1dccaa153f566d5bdb3f2b9411b2929d4e2bdcaf /gnu/services/ssh.scm
parent395ee83545b49f246ecd90f5bb066a88f9a1c953 (diff)
downloadguix-da7dc8c8a7414eb23a44105f28cfd025a3b27eff.tar.gz
guix-da7dc8c8a7414eb23a44105f28cfd025a3b27eff.zip
gnu: icewm: Update to 3.5.0
* gnu/packages/wm.scm (icewm): update to 3.5.0. Change-Id: I4b4a7befd59e492896fceced0240e934b02c8e7e Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
Diffstat (limited to 'gnu/services/ssh.scm')
0 files changed, 0 insertions, 0 deletions
eration. This implies the use new image generation mechanisms. - Raw disk images: images of partitions are created using tools such as mke2fs and mkdosfs depending on the partition file-system type. The partition images are then assembled into a final image using genimage. - ISO9660 images: the ISO root directory is populated within the store. GNU xorriso is then called on that directory, in the exact same way as this is done in (gnu build vm) module. Those mechanisms are built upon the new (gnu image) module. * gnu/image.scm: New file. * gnu/system/image.scm: New file. * gnu/build/image: New file. * gnu/local.mk: Add them. * gnu/system/vm.scm (system-disk-image): Rename to system-disk-image-in-vm. * gnu/ci.scm (qemu-jobs): Adapt to new API. * gnu/tests/install.scm (run-install): Ditto. * guix/scripts/system.scm (system-derivation-for-action): Ditto. Mathieu Othacehe