wok-undigest rev 426

busybox-boot: launch udhcpc (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 04 16:18:41 2011 +0200 (2011-09-04)
parents a9194946e154
children a7c7f0ab7a40
files busybox-boot/receipt
line diff
     1.1 --- a/busybox-boot/receipt	Sun Sep 04 15:31:26 2011 +0200
     1.2 +++ b/busybox-boot/receipt	Sun Sep 04 16:18:41 2011 +0200
     1.3 @@ -25,7 +25,7 @@
     1.4  mount sys
     1.5  ifconfig lo 127.0.0.1
     1.6  ifconfig eth0 0.0.0.0 up
     1.7 -udhcpc -b
     1.8 +udhcpc -b -i eth0 -s /usr/share/udhcpc/default.script
     1.9  busybox | sed '/Current/,\$!d'
    1.10  EOT
    1.11      # Udhcpc stuff.