Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/examples/var_service/fw/conf/11.22.33.44.ipconf--

Parent Directory Parent Directory | Revision Log Revision Log


Revision 984 - (show annotations) (download)
Sun May 30 11:32:42 2010 UTC (13 years, 11 months ago) by niro
File size: 193 byte(s)
-updated to busybox-1.16.1 and enabled blkid/uuid support in default config
1 #!/bin/sh
2 # If we have simple static address...
3 #
4 let cfg=cfg+1
5 if[$cfg]=if
6 ip[$cfg]=11.22.33.44
7 ipmask[$cfg]=11.22.33.44/24
8 gw[$cfg]=11.22.33.1
9 net[$cfg]=0/0
10 dns[$cfg]='11.22.33.2 11.22.33.3'