From mboxrd@z Thu Jan 1 00:00:00 1970 From: Evan Rowley Subject: bug#20920: Show example for GuixSD config.scm Date: Sun, 28 Jun 2015 10:22:44 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9G5w-0006K6-5Y for bug-guix@gnu.org; Sun, 28 Jun 2015 13:10:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9G5t-0007xN-PF for bug-guix@gnu.org; Sun, 28 Jun 2015 13:10:16 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:59112) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9G5t-0007wL-Gm for bug-guix@gnu.org; Sun, 28 Jun 2015 13:10:13 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Z9G5t-0004GM-6J for bug-guix@gnu.org; Sun, 28 Jun 2015 13:10:13 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33551) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9DTq-0004wV-Up for bug-Guix@gnu.org; Sun, 28 Jun 2015 10:22:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9DTq-00054h-4P for bug-Guix@gnu.org; Sun, 28 Jun 2015 10:22:46 -0400 Received: from mail-ie0-x230.google.com ([2607:f8b0:4001:c03::230]:34358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9DTp-00054G-VT for bug-Guix@gnu.org; Sun, 28 Jun 2015 10:22:46 -0400 Received: by iebmu5 with SMTP id mu5so100650067ieb.1 for ; Sun, 28 Jun 2015 07:22:44 -0700 (PDT) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: bug-Guix@gnu.org Hello I'm very interested in running a GuixSD system. I'm currently setting one up now, and am hoping someone here would be kind enough to share their /etc/config.scm with me. Particularly, I'm looking for examples of how a system with multiple partitions would be defined in the config.scm file. My Partitions 1. bios_grub 10M 2. /boot 500M 3. /swap 16.5G 4. /root 50G 5. /usr 50G 6. /var 50G 7. /home 50G This installation is for a 250GB hard disk on a SuperMicro H8DGU-F motherboard with an AMD Opteron 6128 CPU and 8GB of ECC RAM. Let me know if there is anything anyone wants tested about this setup (assuming I can get it online) -- - EJR