X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=sysinfos.server;h=ec480b4edf77674a182704d8b6c0d2157f35307f;hb=b7d1d99f41dcf50a8635f608679947f4455a0c7c;hp=569fa9d6e43732c056b4025cf67d47e4f47fb462;hpb=5b913b7b528bb69a0c90583b8776d6d26b9cb189;p=hvlinux.git diff --git a/sysinfos.server b/sysinfos.server index 569fa9d..ec480b4 100644 --- a/sysinfos.server +++ b/sysinfos.server @@ -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"