You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
290 B
8 lines
290 B
#!/bin/bash |
|
dracut_install ip dhclient |
|
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" |
|
inst_hook pre-mount 70 "$moddir/run-dhclient.sh"
|
|
|