network/netroot.sh: remove the dhcp finished hook, if we have a handler
parent
b5859d6359
commit
b59e9e5724
|
|
@ -67,6 +67,7 @@ source_hook netroot $netif
|
|||
# Run the handler; don't store the root, it may change from device to device
|
||||
# XXX other variables to export?
|
||||
if $handler $netif $netroot $NEWROOT; then
|
||||
rm -f $hookdir/initqueue/finished/dhcp.sh
|
||||
# Network rootfs mount successful - save interface info for ifcfg etc.
|
||||
save_netinfo $netif
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue