unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#40955] [PATCH 0/5] Add new image API.
@ 2020-04-29  8:38 Mathieu Othacehe
  2020-04-29  8:47 ` [bug#40955] [PATCH 1/5] build: store-copy: Export file-size procedure Mathieu Othacehe
  0 siblings, 1 reply; 17+ messages in thread
From: Mathieu Othacehe @ 2020-04-29  8:38 UTC (permalink / raw)
  To: 40955; +Cc: Mathieu Othacehe

Hello,

This has been discussed previously on the mailing-list and can be seen on the
wip-disk-image branch.

It introduces a new (gnu image) module. This module makes image creation more
modular and extensible.

Creation of raw disk-images and ISO9660 images is now handled in (gnu system
image), and based on the new image API. This does not involve the use of
virtual machines anymore.

Some bootloaders are not yet supported (MBR based grub, extlinux,
u-boot). Image creation with those bootloaders, fallback to original VM based
process.

See:
https://lists.gnu.org/archive/html/guix-devel/2020-04/msg00347.html

Thanks,

Mathieu

Mathieu Othacehe (5):
  build: store-copy: Export file-size procedure.
  build: install: Ignore chown exceptions.
  build: bootloader: Add install-efi procedure.
  image: Add a new API.
  vm: Remove obsolete procedures.

 gnu/build/bootloader.scm  |  55 +++-
 gnu/build/image.scm       | 275 ++++++++++++++++++++
 gnu/build/install.scm     |   4 +-
 gnu/build/vm.scm          | 175 +------------
 gnu/ci.scm                |  45 ++--
 gnu/image.scm             |  77 ++++++
 gnu/local.mk              |   3 +
 gnu/system/image.scm      | 514 ++++++++++++++++++++++++++++++++++++++
 gnu/system/vm.scm         | 168 ++-----------
 gnu/tests/install.scm     |  22 +-
 guix/build/store-copy.scm |   1 +
 guix/scripts/system.scm   |  13 +-
 12 files changed, 996 insertions(+), 356 deletions(-)
 create mode 100644 gnu/build/image.scm
 create mode 100644 gnu/image.scm
 create mode 100644 gnu/system/image.scm

-- 
2.26.0





^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2020-05-05 14:31 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-29  8:38 [bug#40955] [PATCH 0/5] Add new image API Mathieu Othacehe
2020-04-29  8:47 ` [bug#40955] [PATCH 1/5] build: store-copy: Export file-size procedure Mathieu Othacehe
2020-04-29  8:47   ` [bug#40955] [PATCH 2/5] build: install: Ignore chown exceptions Mathieu Othacehe
2020-05-02 11:09     ` Ludovic Courtès
2020-05-05 13:42       ` Mathieu Othacehe
2020-04-29  8:47   ` [bug#40955] [PATCH 3/5] build: bootloader: Add install-efi procedure Mathieu Othacehe
2020-05-02 12:16     ` Ludovic Courtès
2020-05-05 13:43       ` Mathieu Othacehe
2020-04-29  8:47   ` [bug#40955] [PATCH 4/5] image: Add a new API Mathieu Othacehe
2020-05-02 12:50     ` Ludovic Courtès
2020-05-05 13:52       ` Mathieu Othacehe
2020-05-02 13:02     ` Tobias Geerinckx-Rice via Guix-patches via
2020-05-05 14:12       ` Mathieu Othacehe
2020-04-29  8:47   ` [bug#40955] [PATCH 5/5] vm: Remove obsolete procedures Mathieu Othacehe
2020-05-02 12:52     ` Ludovic Courtès
2020-05-05 14:02       ` Mathieu Othacehe
2020-05-05 14:16       ` bug#40955: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).