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 41AEE15802F for ; Fri, 31 Mar 2023 13:28:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E766E07F6; Fri, 31 Mar 2023 13:28:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 3B883E07F6 for ; Fri, 31 Mar 2023 13:28:50 +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 5D116340FB6 for ; Fri, 31 Mar 2023 13:28:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17ED2A0D for ; Fri, 31 Mar 2023 13:28:47 +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: <1680269257.0a8ca2598868cce8f3289a5f517e4d6f10234d9f.bkohler@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/livecdfs-update.sh X-VCS-Directories: targets/support/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 0a8ca2598868cce8f3289a5f517e4d6f10234d9f X-VCS-Branch: master Date: Fri, 31 Mar 2023 13:28:47 +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: 7705e0f9-36bb-40fa-94f2-17f5d7467818 X-Archives-Hash: 02b35ef95c0387a4df7464da40eaf0f5 commit: 0a8ca2598868cce8f3289a5f517e4d6f10234d9f Author: Ben Kohler gentoo org> AuthorDate: Wed Mar 29 18:39:46 2023 +0000 Commit: Ben Kohler gentoo org> CommitDate: Fri Mar 31 13:27:37 2023 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=0a8ca259 livecdfs-update.sh: remove old devfsd code Signed-off-by: Ben Kohler gentoo.org> 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 a2ac26c8..9e0fd6cc 100755 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -88,9 +88,6 @@ cat < ${clst_make_conf} EOF cat ${clst_make_conf}.old >> ${clst_make_conf} -# devfs tweaks -[ -e /etc/devfsd.conf ] && sed -i '/dev-state/ s:^:#:' /etc/devfsd.conf - # Add some helpful aliases cat <> /etc/profile alias cp='cp -i'