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 C41E6158649 for ; Thu, 11 May 2023 14:47:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D511E0D63; Thu, 11 May 2023 14:47:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 29903E0D63 for ; Thu, 11 May 2023 14:47:18 +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 4EE2C340A9E for ; Thu, 11 May 2023 14:47:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8C29A73 for ; Thu, 11 May 2023 14:47:13 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1680269257.f351f8e56ce00c8c36646b2ade13c4f2c9b96751.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:wip/mattst88 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: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f351f8e56ce00c8c36646b2ade13c4f2c9b96751 X-VCS-Branch: wip/mattst88 Date: Thu, 11 May 2023 14:47:13 +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: 2c6ab4c9-303d-43e3-ae4b-b7cb48f15449 X-Archives-Hash: e83586b641e505cac98b8cd687ac3039 commit: f351f8e56ce00c8c36646b2ade13c4f2c9b96751 Author: Ben Kohler gentoo org> AuthorDate: Wed Mar 29 18:40:38 2023 +0000 Commit: Matt Turner 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