View Single Post
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#6
As a quick workaround you can use ping from initfs (as root). There is another busybox there configured with more commands. Use ping like
Code:
/home/user # chroot /mnt/initfs ping 10.6.101.1
if you need DNS to work inside initfs do a
Code:
/home/user # cp /etc/resolv.conf  /mnt/initfs/etc/