From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#40538: installer: Support uvesafb to install on machines without KMS. Date: Sun, 12 Apr 2020 16:28:20 +0200 Message-ID: <87pnccok1n.fsf@gnu.org> References: <20200410125447.smn6xhcixe7hpday@pelzflorian.localdomain> <87tv1rv21e.fsf@gnu.org> <20200411184346.c3cgop7egcjyqzwf@pelzflorian.localdomain> <874ktpspr5.fsf@gnu.org> <20200411211152.GA31526@E5400> <20200412092330.4tgmyv24wbeaopnc@pelzflorian.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34236) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jNdba-0001au-VK for bug-guix@gnu.org; Sun, 12 Apr 2020 10:29:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jNdbZ-00011V-SH for bug-guix@gnu.org; Sun, 12 Apr 2020 10:29:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47098) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jNdbZ-00011N-OH for bug-guix@gnu.org; Sun, 12 Apr 2020 10:29:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jNdbZ-0001tz-Lr for bug-guix@gnu.org; Sun, 12 Apr 2020 10:29:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20200412092330.4tgmyv24wbeaopnc@pelzflorian.localdomain> (pelzflorian@pelzflorian.de's message of "Sun, 12 Apr 2020 11:23:30 +0200") 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-mx.org@gnu.org Sender: "bug-Guix" To: "pelzflorian (Florian Pelz)" Cc: 40538@debbugs.gnu.org Hi, "pelzflorian (Florian Pelz)" skribis: > On Sun, Apr 12, 2020 at 12:11:52AM +0300, Efraim Flashner wrote: >> > (respawn? #f) >> > (one-shot? #t)))) >>=20 >> You don't need both of these lines. If it's a one-shot service then it >> shouldn't respawn when it finishes, just when something else needs it >> again. > > Thank you. Maybe I should push the attached patch? > > Regards, > Florian > > From e16a277d1ec1afa14dede7bac0307b12603ebebd Mon Sep 17 00:00:00 2001 > From: Florian Pelz > Date: Sun, 12 Apr 2020 11:08:28 +0200 > Subject: [PATCH] services: kernel-module-loader: Clean up. > > Suggested by Efraim Flashner . > See . > > * gnu/services/linux.scm (kernel-module-loader-shepherd-service): > Remove unneeded 'respawn?' field. Yes, you can push it to =E2=80=98version-1.1.0=E2=80=99, which we=E2=80=99l= l eventually merge to =E2=80=98master=E2=80=99. Also feel free to adjust the comment about vga=3D there. Thanks for testing on your machines! Ludo=E2=80=99.