Ajout Makefile stage0
[hvlinux.git] / sysinfos.workstn
index 89e00c0..8b6f137 100644 (file)
@@ -29,8 +29,6 @@ SWAP_PARTITION="/dev/hda5"
 # Used for setting '-march=xxx' option in CFLAGS and CPPFLAGS
 MACHINE_ARCHITECTURE="pentium"
 
-DEFAULT_EDITOR="emacs"
-
 # Keyboard mapping (example: us)
 KEYBOARD="us"
 
@@ -67,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"
@@ -80,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"