Re: [PATCH 2/2] install: Add btrfs-progs to the image.

2016-02-12 Thread Leo Famulari
On Fri, Feb 12, 2016 at 10:07:35AM +0100, Ludovic Courtès wrote:
> Leo Famulari  skribis:
> 
> > On Wed, Feb 10, 2016 at 05:01:47AM +0100, tobias.geerinckx.r...@gmail.com 
> > wrote:
> >> From: Tobias Geerinckx-Rice 
> >> 
> >> * gnu/system/install.scm (installation-os): Add BTRFS-PROGS.
> >
> > This adds only a few megabyes to the installation image,
> 
> This is measured by running:
> 
>   guix size $(guix system build gnu/system/install.scm)
> 
> before and after, right?

Indeed, the total increases from 800.1 to 804.8, which I thought was
worth it.



Re: [PATCH 2/2] install: Add btrfs-progs to the image.

2016-02-12 Thread Ludovic Courtès
Leo Famulari  skribis:

> On Wed, Feb 10, 2016 at 05:01:47AM +0100, tobias.geerinckx.r...@gmail.com 
> wrote:
>> From: Tobias Geerinckx-Rice 
>> 
>> * gnu/system/install.scm (installation-os): Add BTRFS-PROGS.
>
> This adds only a few megabyes to the installation image,

This is measured by running:

  guix size $(guix system build gnu/system/install.scm)

before and after, right?

If so, this looks OK to apply (I let you take care of it.)

Ludo’.



Re: [PATCH 2/2] install: Add btrfs-progs to the image.

2016-02-11 Thread Leo Famulari
On Wed, Feb 10, 2016 at 05:01:47AM +0100, tobias.geerinckx.r...@gmail.com wrote:
> From: Tobias Geerinckx-Rice 
> 
> * gnu/system/install.scm (installation-os): Add BTRFS-PROGS.

This adds only a few megabyes to the installation image, with the
benefit of being able to create and inspect btrfs filesystems.

> ---
>  gnu/system/install.scm | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/gnu/system/install.scm b/gnu/system/install.scm
> index 0cfc8fa..2838411 100644
> --- a/gnu/system/install.scm
> +++ b/gnu/system/install.scm
> @@ -365,6 +365,7 @@ Use Alt-F2 for documentation.
>   parted ddrescue
>   grub  ;mostly so xrefs to its manual 
> work
>   cryptsetup
> + btrfs-progs
>   wireless-tools iw wpa-supplicant-minimal iproute
>   ;; XXX: We used to have GNU fdisk here, but as of 
> version
>   ;; 2.0.0a, that pulls Guile 1.8, which takes 
> unreasonable
> -- 
> 2.6.3
> 
> 



[PATCH 2/2] install: Add btrfs-progs to the image.

2016-02-09 Thread tobias . geerinckx . rice
From: Tobias Geerinckx-Rice 

* gnu/system/install.scm (installation-os): Add BTRFS-PROGS.
---
 gnu/system/install.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 0cfc8fa..2838411 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -365,6 +365,7 @@ Use Alt-F2 for documentation.
  parted ddrescue
  grub  ;mostly so xrefs to its manual work
  cryptsetup
+ btrfs-progs
  wireless-tools iw wpa-supplicant-minimal iproute
  ;; XXX: We used to have GNU fdisk here, but as of version
  ;; 2.0.0a, that pulls Guile 1.8, which takes unreasonable
-- 
2.6.3