From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#26566: Swap partition on GuixSD Date: Wed, 19 Apr 2017 23:25:40 +0200 Message-ID: <87y3uwjdij.fsf@gnu.org> References: <20170417201611.6e920b4f@riseup.net> <20170419165335.x6rqk2th3iorhtf7@abyayala> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0x6z-00011O-Tz for bug-guix@gnu.org; Wed, 19 Apr 2017 17:26:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0x6w-0001qC-QD for bug-guix@gnu.org; Wed, 19 Apr 2017 17:26:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59302) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d0x6w-0001q4-Ml for bug-guix@gnu.org; Wed, 19 Apr 2017 17:26:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d0x6w-0007DD-IF for bug-guix@gnu.org; Wed, 19 Apr 2017 17:26:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170419165335.x6rqk2th3iorhtf7@abyayala> (ng0's message of "Wed, 19 Apr 2017 16:53:35 +0000") 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" To: Quiliro Cc: 26566@debbugs.gnu.org Hi Quiliro, ng0 skribis: > Quiliro transcribed 0.4K bytes: >> The sample file for a desktop configuration on >> https://www.gnu.org/software/guix/manual/guix.html#System-Services >> does not give an example of swap-devices. >>=20 >> Is adding this line correct on the operating-system section in the >> config.scm file if my swap partition is sda2?: >> (swap-devices ("/dev/sda2")) > > That should be (swap-devices '("/dev/sda2")) > but in theory the guix reconfigure would complain about this mistake. Indeed. See (search for =E2=80=9Cswap=E2=80=9D), or just =E2=80=9Cinfo -k swap=E2=80=9D= on your system. HTH! Ludo=E2=80=99. PS: BTW, this is more a message for help-guix@gnu.org, the support mailing list. Emailing bug-guix@gnu.org opens a new issue.