test: install /etc/hosts

Needed for resolving the "localhost" hostname.
This commit is contained in:
Franck Bui 2024-07-01 18:06:45 +02:00
parent c01ab8ffbc
commit a09825ce9f

View file

@ -1947,6 +1947,7 @@ EOF
install_config_files() {
dinfo "Install config files"
inst /etc/sysconfig/init || :
inst /etc/hosts
inst /etc/passwd
inst /etc/shadow
inst_any /etc/login.defs /usr/etc/login.defs