aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-xrc.sysinit9
1 files changed, 0 insertions, 9 deletions
diff --git a/rc.sysinit b/rc.sysinit
index 7b42388..3531a88 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -354,15 +354,6 @@ fi
# Set console font if required
set_consolefont
-# Adding persistent network/cdrom generated rules
-# When the rules are generated before /etc is mounted rw they are saved to /run,
-# we therefore need to copy this from /run to /etc. This functionality is going away one day.
-for f in cd net; do
- [[ -f /run/udev/tmp-rules--70-persistent-$f.rules ]] || continue
- status "Adding persistent $f udev rules" \
- cat "/run/udev/tmp-rules--70-persistent-$f.rules" >> "/etc/udev/rules.d/70-persistent-$f.rules"
-done
-
dmesg >| /var/log/dmesg.log
run_hook sysinit_end