From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Of sounds and locales Date: Fri, 17 Jul 2015 01:16:45 +0200 Message-ID: <87fv4nbsma.fsf@gnu.org> References: <725fd1253bc420d3e1e6bfa49bbf9b79@autoproduzioni.net> 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]:39181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFsOc-0008JU-FF for guix-devel@gnu.org; Thu, 16 Jul 2015 19:16:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFsOW-0002hm-RU for guix-devel@gnu.org; Thu, 16 Jul 2015 19:16:54 -0400 In-Reply-To: <725fd1253bc420d3e1e6bfa49bbf9b79@autoproduzioni.net> (matias jose seco's message of "Wed, 15 Jul 2015 20:08:26 +0000") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: matias_jose_seco@autoproduzioni.net Cc: guix-devel@gnu.org matias_jose_seco@autoproduzioni.net skribis: > Humanists and Magicians, > i'm very glad to began this journey around BuildYourWorld dimension! > In particular i've successfully generated the GuixSD station at > Libreboot X60, > and it runs like a free deer over the woods! Thanks for your joining our dimension and reporting your success! :-) > 1 - add "processor.max_cstate=3D2" to GRUB's kernel parameters This was missing until now: Commit ee2a630 adds a =E2=80=98kernel-arguments= =E2=80=99 field to =E2=80=98operating-system=E2=80=99. So now you can do something l= ike: (operating-system ;; ... (kernel-arguments '("processor.max_cstate=3D2"))) and run =E2=80=98guix pull && guix system reconfigure /the/config/file.scm= =E2=80=99. Can you confirm that it works for you? Thanks, Ludo=E2=80=99.