Updated dhcp dependencies
This commit is contained in:
parent
1d263b2c2e
commit
37af044fdf
@ -20,10 +20,4 @@ install -d -m755 "$DESTDIR/etc/autorun"
|
||||
install -m755 "$SRC_DIR/01_network.sh" "$DESTDIR/etc/autorun/01_network.sh"
|
||||
install -m755 "$SRC_DIR/05_rc.dhcp" "$DESTDIR/etc/05_rc.dhcp"
|
||||
|
||||
# These libraries are necessary for the DNS resolving.
|
||||
install -d -m755 "$DESTDIR/lib"
|
||||
install -m755 "$SYSROOT/lib/libnss_dns.so.2" "$DESTDIR/lib/libnss_dns.so.2"
|
||||
install -m755 "$SYSROOT/lib/libnss_files.so.2" "$DESTDIR/lib/libnss_files.so.2"
|
||||
strip -g "$DESTDIR/lib/*" 2>/dev/null
|
||||
|
||||
echo "dhcp scripts and libraries have been installed"
|
||||
|
@ -1 +1,3 @@
|
||||
glibc_libresolv
|
||||
glibc_libnss_dns
|
||||
glibc_libnss_files
|
||||
|
Loading…
x
Reference in New Issue
Block a user