diff options
| author | Jonathan Bauer | 2012-12-20 16:55:42 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2012-12-20 16:55:42 +0100 |
| commit | 185f73b7d69822783b5257897c0d9651ccb4666d (patch) | |
| tree | b0bf1fa8f5a08ba6c58f2432ba5e0525893a4498 | |
| parent | udev fix & network.service first steps... (diff) | |
| download | tm-scripts-185f73b7d69822783b5257897c0d9651ccb4666d.tar.gz tm-scripts-185f73b7d69822783b5257897c0d9651ccb4666d.tar.xz tm-scripts-185f73b7d69822783b5257897c0d9651ccb4666d.zip | |
add libresolv to list of wanted libs in base
| -rw-r--r-- | remote/tools/base/base.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remote/tools/base/base.conf b/remote/tools/base/base.conf index b92d19aa..72330a55 100644 --- a/remote/tools/base/base.conf +++ b/remote/tools/base/base.conf @@ -27,7 +27,8 @@ REQUIRED_LIBRARIES=" libcap libnss_nisplus libpam libutil - libtinfo" + libtinfo + libresolv" REQUIRED_DIRECTORIES=" /etc/pam.d /etc/security" REQUIRED_FILES=" /etc/passwd |
