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.