#!/bin/sh PREREQ="" prereqs() { echo "$PREREQ" } case $1 in prereqs) prereqs exit 0 ;; esac if [ ! -x /sbin/dhclient ]; then exit 0 fi . /usr/share/initramfs-tools/scripts/functions . /usr/share/initramfs-tools/hook-functions copy_exec /bin/run-parts copy_exec /sbin/dhclient copy_exec /sbin/dhclient-script cp -a /usr/lib/initramfs-tools/etc/dhcp/ $DESTDIR/etc/dhcp/ copy_exec /etc/dhcp/dhclient-exit-hooks.d/rfc3442-classless-routes mkdir -p $DESTDIR/var/lib/dhcp/
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
dmsetup | File | 506 B | 0755 |
|
kmod | File | 432 B | 0755 |
|
udev | File | 1.69 KB | 0755 |
|
zz-dhclient | File | 478 B | 0755 |
|