Ajout Makefile stage0
[hvlinux.git] / sysinfos.server
index 569fa9d..ec480b4 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"
 
@@ -48,8 +46,6 @@ TIMEZONE="America/Montreal"
 
 # General network settings
 INTERFACES="eth0 eth1"
-# GATEWAY is not required if using DHCP 
-GATEWAY=""
 MACHINE_NAME="server"
 DOMAIN="hugovil.com"
 LAN_NETWORK_MASK="192.168.0.0/24"
@@ -60,6 +56,8 @@ USE_DYNAMIC_DNS="yes"
 # Network interface card #1 settings (INTERNET)
 BOOTPROTO[0]="dhcp"
 IP_ADDRESS[0]=""
+# GATEWAY is not required if using DHCP 
+GATEWAY[0]=""
 
 # Network interface card #2 settings (LAN)
 BOOTPROTO[1]="static"