guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#40955] [PATCH 5/5] vm: Remove obsolete procedures.


From: Ludovic Courtès
Subject: [bug#40955] [PATCH 5/5] vm: Remove obsolete procedures.
Date: Sat, 02 May 2020 14:52:30 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Mathieu Othacehe <address@hidden> 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’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]