Skip to content

Commit 1c1923d

Browse files
committed
Remove systemd from nsswitch.conf
1 parent 0901103 commit 1c1923d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/core/net/deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ do_configure()
2727
do
2828
echo "nameserver ${dns}" >> "${CHROOT_DIR}/etc/resolv.conf"
2929
done
30+
sed -i 's/systemd//g' "${CHROOT_DIR}/etc/nsswitch.conf"
3031
return 0
3132
}
3233

0 commit comments

Comments
 (0)