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 8603F15802F 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 82E2AE0801; Fri, 31 Mar 2023 13:28:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 5825CE0801 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 6E16A340FBD 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 2A74FA0E 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.f351f8e56ce00c8c36646b2ade13c4f2c9b96751.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: f351f8e56ce00c8c36646b2ade13c4f2c9b96751 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: f22b0b44-8dc6-495e-b8f7-8243d0a3c4de X-Archives-Hash: b634086c309f68969ddc24a96fc28e94 commit: f351f8e56ce00c8c36646b2ade13c4f2c9b96751 Author: Ben Kohler gentoo org> AuthorDate: Wed Mar 29 18:40:38 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=f351f8e5 livecdfs-update.sh: remove net.eth[1234] symlinks I don't think these are providing any value to anyone, since interfaces don't get eth* names by default and very few livecd users will be using netifrc anyway. Signed-off-by: Ben Kohler gentoo.org> targets/support/livecdfs-update.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index 9e0fd6cc..ca8997f7 100755 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -60,12 +60,6 @@ then sed -i '/NOPASSWD: ALL/ s/^# //' /etc/sudoers fi -# Setup links for ethernet devices -cd /etc/init.d -for i in {1..4}; do - ln -sf net.lo net.eth${i} -done - # Add this for hwsetup/mkx86config mkdir -p /etc/sysconfig