From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 77053158041 for ; Tue, 27 Feb 2024 16:57:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8534DE2A8A; Tue, 27 Feb 2024 16:57:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62BF5E2A8A for ; Tue, 27 Feb 2024 16:57:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 652BA335D76 for ; Tue, 27 Feb 2024 16:57:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4766E95 for ; Tue, 27 Feb 2024 16:57:18 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1709053011.b1798f17818d9cf4a4563a8a48d2fa4130db0a16.bkohler@gentoo> Subject: [gentoo-commits] proj/livecd-tools:master commit in: init.d/ X-VCS-Repository: proj/livecd-tools X-VCS-Files: init.d/autoconfig X-VCS-Directories: init.d/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: b1798f17818d9cf4a4563a8a48d2fa4130db0a16 X-VCS-Branch: master Date: Tue, 27 Feb 2024 16:57:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5e0f72dc-25a8-4a88-84ff-42db147864de X-Archives-Hash: 16472dcb12790850f6e77ce531e169b5 commit: b1798f17818d9cf4a4563a8a48d2fa4130db0a16 Author: Ben Kohler gentoo org> AuthorDate: Tue Feb 27 16:56:51 2024 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Feb 27 16:56:51 2024 +0000 URL: https://gitweb.gentoo.org/proj/livecd-tools.git/commit/?id=b1798f17 init.d/autoconfig: allow nogui in addition to nox Signed-off-by: Ben Kohler gentoo.org> init.d/autoconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.d/autoconfig b/init.d/autoconfig index b30b41b..1ea3335 100644 --- a/init.d/autoconfig +++ b/init.d/autoconfig @@ -86,6 +86,9 @@ get_config() { nox) X11="no" ;; + nogui) + X11="no" + ;; acpi\=on|acpi\=force) ACPI="yes" APM="no"