GNU bug report logs -
#40955
[PATCH 0/5] Add new image API.
Previous Next
Reported by: Mathieu Othacehe <m.othacehe <at> gmail.com>
Date: Wed, 29 Apr 2020 08:42:01 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <m.othacehe <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Mathieu Othacehe <m.othacehe <at> gmail.com> skribis:
> * gnu/build/vm.scm (install-efi, make-iso9660-image): Remove those procedures
> that are now implemented in (gnu build image) module,
> (initialize-hard-disk): remove efi support.
> * gnu/system/vm.scm (iso9660-image): Remove it,
> (qemu-image): adapt it to remove ISO9660 support.
[...]
> --- a/gnu/system/vm.scm
> +++ b/gnu/system/vm.scm
> @@ -269,95 +269,6 @@ substitutable."
> (eq? (service-kind service) guix-service-type))
> (operating-system-services os)))))
>
> -(define* (iso9660-image #:key
Instead of removing it wholesale, can we use ‘define-deprecated’ and
make it an alias for the new one?
> (define* (qemu-image #:key
> (name "qemu-image")
> (system (%current-system))
Oh, we keep this one?
Thanks for all this!
Ludo’.
This bug report was last modified 5 years and 13 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.