all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "白い熊 @相撲道" <guix-devel_gnu.org@sumou.com>
To: guix-devel@gnu.org
Subject: Installing system with packages, sysconfig.scm syntax
Date: Mon, 09 Mar 2015 19:14:08 +0100	[thread overview]
Message-ID: <BB429506-E568-4015-9018-D86576C120DB@sumou.com> (raw)

I'm trying to understand the sysconfig.scm syntax to specify when clean installing the system or running “guix system reconfigure”. 

In the manual I've seen the example with Emacs. But I don't understand why there's: 

(use-modules (gnu)
             (gnu packages emacs)

and then in the operating-system section

(packages (cons emacs %base-packages))

Let's just say I want to reconfigure the system with packages emacs, mc, xmodmap, and xterm installed for user joe. What do I put in the sysconfig.scm? I've tried many combinations, but can't accomplish this simple task. 

I understand I can install the system with a working sysconfig.scm and then install the packages manually via “guix package -i” but I think they all can be defined in sysconfig.scm, just can't figure out how, even though I'm trying to get hints in the manual. Or am I wrong in this? 

Also, when installing from the USB, after booting the USB, can I “guix pull” and then install the system? Or do I have to first install, then boot it, then “guix pull”, meaning I couldn't maybe put all package definitions in the install sysconfig.scm, as the packages might not be available before “guix pull”? 


--
白い熊 @相撲道

             reply	other threads:[~2015-03-09 18:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-09 18:14 白い熊 @相撲道 [this message]
2015-03-09 22:08 ` Installing system with packages, sysconfig.scm syntax Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BB429506-E568-4015-9018-D86576C120DB@sumou.com \
    --to=guix-devel_gnu.org@sumou.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.