aboutsummaryrefslogtreecommitdiff
path: root/gnu/machine
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-04-28 17:59:51 +0200
committerRicardo Wurmus <rekado@elephly.net>2023-04-29 20:27:55 +0200
commit766fb8a21c015c23655d5d501fc171d4051a4dc4 (patch)
tree1364e2b60c6d3d6944f380f931b4c6b7d16b7cf9 /gnu/machine
parentb8c4b8b44f498c830a15af8a7869155e55c9495f (diff)
downloadguix-766fb8a21c015c23655d5d501fc171d4051a4dc4.tar.gz
guix-766fb8a21c015c23655d5d501fc171d4051a4dc4.zip
gnu: r-biobase: Update to 2.60.0.
* gnu/packages/bioconductor.scm (r-biobase): Update to 2.60.0. [native-inputs]: Add r-knitr.
Diffstat (limited to 'gnu/machine')
0 files changed, 0 insertions, 0 deletions
: New procedure, (<partition>)[offset]: new field. * gnu/system/image.scm (system-disk-image): Apply the partition offset. Mathieu Othacehe 2020-05-05image: Add a new API....Raw disk-images and ISO9660 images are created in a Qemu virtual machine. This is quite fragile, very slow, and almost unusable without KVM. For all these reasons, add support for host image generation. 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