10 lines
294 B
Bash
Executable File
10 lines
294 B
Bash
Executable File
#!/bin/bash
|
|
dracut_install ip dhclient hostname
|
|
instmods =net
|
|
inst "$moddir/ifup" "/sbin/ifup"
|
|
inst "$moddir/dhclient-script" "/sbin/dhclient-script"
|
|
instmods =networking ecb arc4
|
|
inst_rules "$moddir/60-net.rules"
|
|
inst_hook pre-pivot 10 "$moddir/kill-dhclient.sh"
|
|
mkdir -p "${initdir}/var/run"
|