Current BE-LFS (but w/ GCC 3.3.3) merged -> 6.0 branch
[linux_from_scratch.git] / bootscripts / contrib / new-boot-0.2 / sbin / init.d / sysconfig
blobdafcee0a67d48944a79fe042b4573fef9796ee43
1 #!/bin/sh
2 UTC=no #set to yes if your hardware clock is set to GMT instead of local time
3 HOSTNAME=lfs
5 #List of network devices to be ifconfig'd at boot
6 #(excluding the loopback device)
7 #No spaces are allowed around "[", "]" and "=" !
9 NET_DEVICE[0]=eth0
10 NET_ONBOOT[0]=yes #set to no to not set up this device at boot
11 NET_IP[0]=192.168.1.1
12 NET_MASK[0]=255.255.255.0
13 NET_BROADCAST[0]=192.168.1.255
15 #NET_DEVICE[1]=eth1
16 #NET_ONBOOT[1]=yes
17 #NET_IP[1]=192.168.1.2
18 #NET_MASK[1]=255.255.255.0
19 #NET_BROADCAST[1]=192.168.1.255