dracut: fix slow dhcpd6 config
The "sleep 8" in "on commit" caused deadlock of DHCPD, as requests waited in queue, so whenever "sleep 8" finished, there was a request and another "sleep 8". This is now avoided by giving 2 second break between sleeps, so requests in queue can be processed.