lfs-execline-scripts

Repository for execline scripts used in my linux-from-scratch builds
Log | Files | Refs

network.conf (336B)


      1 # network config file
      2 
      3 # our main network device
      4 #DEV1=eth0
      5 DEV1=wlan0
      6 
      7 # Our device's mtu (only needed if using net-tools)
      8 #DEV1_MTU=1000
      9 
     10 # Our device's gateway (TODO: find this var via sdhcp)
     11 #GW_ADDY=10.0.0.1
     12 
     13 # Arguments for the sdhcp command (-d flag will stop it from editing /etc/resolv.conf) (see sdhcp man page)
     14 SDHCP_ARGS=-d