guix-devel
[Top][All Lists]
Advanced

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

Re: New VM image


From: Leo Famulari
Subject: Re: New VM image
Date: Thu, 25 Apr 2019 13:19:40 -0400
User-agent: Mutt/1.11.4 (2019-03-13)

On Thu, Apr 25, 2019 at 06:44:07PM +0200, Ludovic Courtès wrote:
> The attached config file can be used to produce a 2.9G QCOW image
> (uncompressed) that internally appears to have a 20G file system:

A little big but I don't think we can shrink it any more unfortunately.

> What do people think?

It looks good to me, thank you!

>   (file-systems (cons (file-system
>                         (mount-point "/")
>                         (device "/dev/vda")
>                         (type "ext4"))
>                       %base-file-systems))
> 
>   (users (cons (user-account
>                 (name "guest")
>                 (comment "GNU Guix Live")
>                 (password "")                     ;no password
>                 (group "users")
>                 (supplementary-groups '("wheel" "netdev"
>                                         "audio" "video")))
>                %base-user-accounts))

We will probably get some cons / cons* confusion in #guix but that's
okay.

Attachment: signature.asc
Description: PGP signature


reply via email to

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