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 4AF12158020 for ; Tue, 15 Nov 2022 02:55:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8689BE0A03; Tue, 15 Nov 2022 02:55:31 +0000 (UTC) Received: from mail-qt1-f174.google.com (mail-qt1-f174.google.com [209.85.160.174]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76246E0A00; Tue, 15 Nov 2022 02:55:31 +0000 (UTC) Received: by mail-qt1-f174.google.com with SMTP id l15so8026594qtv.4; Mon, 14 Nov 2022 18:55:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=lsIzI+vVu7XPKf5XySGq7MKcbCJq5M2A4GIte7yHO64=; b=5PwYnUKYi+av3P8/4HZp+fBJztbHRHHEL6y8X7JtIIpmKfD5ZCHU5H6yhKRQ6l+2Zj UQXCTjmnU9v5yK8bm8Lt4YjbZj4m178SUKXPWjijbupeMBeKpK9vZKs0wUEeiEEe0182 EKj7hb9bQPB3eldJQ4fkVGPyd7QaQq8W+7qH0FOcJNvh1e26uYUD62cs6qwADmdx5nZy YPh9F4zfmTXfdHiN86bUGXoV4rAMHB0Abxd0Ba5eJe2tDX0hpBGrpJ+zUV+XqT4IApF1 3pY39hi0Tx9BybTTdOwgfp0vFmLIFvhJTHe1R7Lu6cHzzCsvPkSydI+s7rvu8feKJqFq Zwtw== X-Gm-Message-State: ANoB5pkLD7jceXs83DZFpQb9d4gjZs6JXXZm7l8AC1I5BBSJTHlnB/cL x1Gh/IOiO6Zk24hLkMfpOMHUh5yB41Y= X-Google-Smtp-Source: AA0mqf7ic4rYKqKyuUoMtYL2tKa9zGLPSu6x0Fhg6LvckHq9PH0Yw+IFDnPXp88goyrEaIcX57BMvg== X-Received: by 2002:ac8:100b:0:b0:3a5:b3cf:8e5b with SMTP id z11-20020ac8100b000000b003a5b3cf8e5bmr15135664qti.302.1668480930703; Mon, 14 Nov 2022 18:55:30 -0800 (PST) Received: from localhost ([162.208.5.36]) by smtp.gmail.com with ESMTPSA id j11-20020a05620a410b00b006cbc00db595sm7623868qko.23.2022.11.14.18.55.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Nov 2022 18:55:30 -0800 (PST) From: Matt Turner To: gentoo-dev@lists.gentoo.org, gentoo-catalyst@lists.gentoo.org Cc: Matt Turner Subject: [gentoo-catalyst] [PATCH] targets: Drop /etc/asound.state creation Date: Mon, 14 Nov 2022 21:55:25 -0500 Message-Id: <20221115025525.1706174-1-mattst88@gentoo.org> X-Mailer: git-send-email 2.37.4 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: 5c4a5973-8560-4402-acfd-364c74bdbbfe X-Archives-Hash: f901c1aae1ef5b48c436c854da12323e alsa creates this file at runtime at /var/lib/alsa/asound.state in modern times. Signed-off-by: Matt Turner --- targets/support/livecdfs-update.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index e750e785..251a6887 100755 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -125,9 +125,6 @@ then http://www.linux-usb.org/usb.ids fi -# touch /etc/asound.state -touch /etc/asound.state - # Tweak the MOTD for Gentoo releases case ${clst_livecd_type} in gentoo-release-universal) -- 2.37.4