diff options
author | Ben Kohler <bkohler@gentoo.org> | 2023-03-29 13:40:38 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2023-03-31 08:27:37 -0500 |
commit | f351f8e56ce00c8c36646b2ade13c4f2c9b96751 (patch) | |
tree | 1dfa60e251d58bfca02a4916e3db25b82a49a36a | |
parent | livecdfs-update.sh: remove old devfsd code (diff) | |
download | catalyst-f351f8e56ce00c8c36646b2ade13c4f2c9b96751.tar.gz catalyst-f351f8e56ce00c8c36646b2ade13c4f2c9b96751.tar.bz2 catalyst-f351f8e56ce00c8c36646b2ade13c4f2c9b96751.zip |
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 <bkohler@gentoo.org>
-rwxr-xr-x | targets/support/livecdfs-update.sh | 6 |
1 files changed, 0 insertions, 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 |