]> git.ipfire.org Git - thirdparty/dracut.git/commit
40network: Copy the customize dhcp config
authorMinfei Huang <mhuang@redhat.com>
Mon, 27 Oct 2014 06:33:11 +0000 (14:33 +0800)
committerHarald Hoyer <harald@redhat.com>
Wed, 29 Oct 2014 13:13:50 +0000 (14:13 +0100)
commit56d2aed1c82a9ff62a081722f4b9ff9d49a0fe78
tree18a1e69c79351a1b42428fcddc5140d4b4c4e0f3
parent27dcc3a583e5488ee70dcd0299646cc33faf8a21
40network: Copy the customize dhcp config

It is not available to valid the customize dhcp config
/etc/dhclient.conf in the initram environment.

Dracut uses the default follow config to construct the initramfs.

request subnet-mask, broadcast-address, time-offset, routers,
        domain-name, domain-name-servers, domain-search, host-name,
        root-path, interface-mtu;

Copy the customize config to make the config availably in the
initram environment.

Signed-off-by: Minfei Huang <mhuang@redhat.com>
modules.d/40network/module-setup.sh