Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/examples/var_service/fw/conf/lo.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: 196 byte(s)
-updated to busybox-1.16.1 and enabled blkid/uuid support in default config
1 #!/bin/bash
2 # Mostly redundant except when you need dns[]=your_static_dns_srv
3 #
4 let cfg=cfg+1
5 if[$cfg]=lo
6 ip[$cfg]=127.0.0.1
7 ipmask[$cfg]=127.0.0.1/8
8 gw[$cfg]=''
9 net[$cfg]=''
10 #dns[$cfg]=127.0.0.1