Comment 4 for bug 2066711

Revision history for this message
Nilesh (cnilesh) wrote :

I just tweak the change:

~~~
./usr/local/sbin/dhcp-all-interfaces.sh
~~~

~~~
#!/bin/bash
interfaces=$(ls /sys/class/net/ | grep -v lo)
first_interface=$(echo "$interfaces" | head -n1)
dhclient -v "$first_interface"
~~~

~~~
find . | cpio -o -H newc | gzip > ipa.initramfs
~~~

Able to perform introspection. Saved a lot of time.

Thanks,