Ajout Makefile stage0
[hvlinux.git] / sysinfos.workstn
index f04704b..8b6f137 100644 (file)
@@ -65,8 +65,6 @@ TIMEZONE="America/Montreal"
 
 # General network settings
 INTERFACES="eth0"
-# GATEWAY is not required if using DHCP 
-GATEWAY=""
 MACHINE_NAME="workstation"
 DOMAIN="hugovil.com"
 LAN_NETWORK_MASK="192.168.0.0/24"
@@ -78,6 +76,8 @@ LAN_NETWORK_MASK="192.168.0.0/24"
 BOOTPROTO[0]="static"
 IP_ADDRESS[0]="192.168.0.2"
 PREFIX_LENGTH[0]="24"
+# GATEWAY is not required if using DHCP 
+GATEWAY[0]="192.168.0.1"
 
 # DNS server addresses (not required if using DHCP)
 NAMESERVER[0]="192.168.0.1"