Set default nameservers
Resolves #8 Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
b69c3ad56e
commit
d557a65eff
4 changed files with 8 additions and 1 deletions
5
install
5
install
|
@ -356,6 +356,11 @@ sudo install -Dm 644 "${SYSTEM_DIR}/etc/mkinitcpio.conf" "/etc/mkinitcpio.conf"
|
|||
print_log "Copying resolvconf.conf to ${YELLOW}/etc/resolvconf.conf${RESET}"
|
||||
sudo install -Dm 644 "${SYSTEM_DIR}/etc/resolvconf.conf" "/etc/resolvconf.conf"
|
||||
|
||||
print_log "Copying rc-manager.conf to ${YELLOW}/etc/NetworkManager/conf.d${RESET}"
|
||||
sudo install -Dm 644 "${SYSTEM_DIR}/etc/NetworkManager/conf.d/rc-manager.conf" "/etc/NetworkManager/conf.d"
|
||||
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Setting lockscreen image #
|
||||
###############################################################################
|
||||
|
|
0
system/.local/bin/sync-drive
Normal file → Executable file
0
system/.local/bin/sync-drive
Normal file → Executable file
2
system/etc/NetworkManager/conf.d/rc-manager.conf
Normal file
2
system/etc/NetworkManager/conf.d/rc-manager.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
[main]
|
||||
rc-manager=resolvconf
|
|
@ -1,2 +1,2 @@
|
|||
resolv_conf=/etc/resolv.conf
|
||||
name_servers=127.0.0.1
|
||||
name_servers="127.0.0.1 8.8.8.8"
|
Loading…
Add table
Add a link
Reference in a new issue