Re: [PATCH 1/6] guix system: Export accessors.

2016-01-14 Thread Ludovic Courtès
Alex Kost skribis: > From df626fd61b5611b2174a792fd5736d696bd307c1 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Fri, 8 Jan 2016 02:48:17 +0300 > Subject: [PATCH] Move to (gnu system). > > * guix/scripts/system.scm (previous-grub-entries) > (display-system-generation): Use accessors inst

Re: [PATCH 1/6] guix system: Export accessors.

2016-01-14 Thread Alex Kost
Ludovic Courtès (2016-01-14 01:33 +0300) wrote: > Alex Kost skribis: > >> Ludovic Courtès (2016-01-12 23:25 +0300) wrote: >> >>> Alex Kost skribis: >>> * guix/scripts/system.scm (read-boot-parameters, boot-parameters) (boot-parameters?, boot-parameters-label, boot-parameters-root-devic

Re: [PATCH 1/6] guix system: Export accessors.

2016-01-13 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2016-01-12 23:25 +0300) wrote: > >> Alex Kost skribis: >> >>> * guix/scripts/system.scm (read-boot-parameters, boot-parameters) >>> (boot-parameters?, boot-parameters-label, boot-parameters-root-device) >>> (boot-parameters-kernel, boot-parameters-kernel-arg

Re: [PATCH 1/6] guix system: Export accessors.

2016-01-13 Thread Alex Kost
Ludovic Courtès (2016-01-12 23:25 +0300) wrote: > Alex Kost skribis: > >> * guix/scripts/system.scm (read-boot-parameters, boot-parameters) >> (boot-parameters?, boot-parameters-label, boot-parameters-root-device) >> (boot-parameters-kernel, boot-parameters-kernel-arguments): Export. > > LGTM. >

Re: [PATCH 1/6] guix system: Export accessors.

2016-01-12 Thread Ludovic Courtès
Alex Kost skribis: > * guix/scripts/system.scm (read-boot-parameters, boot-parameters) > (boot-parameters?, boot-parameters-label, boot-parameters-root-device) > (boot-parameters-kernel, boot-parameters-kernel-arguments): Export. LGTM. Eventually (as a replacement of this patch or as a subseque

[PATCH 1/6] guix system: Export accessors.

2016-01-10 Thread Alex Kost
* guix/scripts/system.scm (read-boot-parameters, boot-parameters) (boot-parameters?, boot-parameters-label, boot-parameters-root-device) (boot-parameters-kernel, boot-parameters-kernel-arguments): Export. --- guix/scripts/system.scm | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) di