1
0
mirror of https://github.com/tonusoo/koduinternet-cpe synced 2025-12-17 15:45:11 +02:00

Initial commit

This commit is contained in:
Martin Tonusoo
2023-06-15 17:55:10 +03:00
commit bf4aa50b38
69 changed files with 3095 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# make_resolv_conf() function in /sbin/dhclient-script updates
# /etc/resolv.conf based on received values. This is a dummy version
# of this function in order to ensure that /etc/resolv.conf is
# not touched by dhclient.
# In addition, "chattr +i /etc/resolv.conf" was set.
make_resolv_conf() {
true
}