X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;ds=sidebyside;f=sysinfos;h=5125c050997d2a348c7f9a62fd05d65774cf1591;hb=a934432259aa5d5b687fe52731d6baf13c9675dc;hp=dd902dbbcd139f6c5a64ebd359238cd1991d3b9d;hpb=f9cf3632a64429991fa5e6f556b0c4017e0e9435;p=hvlinux.git diff --git a/sysinfos b/sysinfos index dd902db..5125c05 100644 --- a/sysinfos +++ b/sysinfos @@ -9,13 +9,13 @@ MAKEJOBS=1 # Installation type: server, ltsp-server or workstation. -INST_TYPE="server" +INST_TYPE="ltsp-server" # New user to create REGUSER="hugo" # Destination path where to install new Linux-HV system -LFS="/mnt/hvlinux-x86" +LFS="/" # Destination partition where to install new Linux-HV system LFS_PARTITION="/dev/sda8" @@ -63,23 +63,11 @@ LAN_NETWORK_MASK="192.168.0.0/24" # Utilise par sane in stage3 # service. USE_DYNAMIC_DNS="no" -# Network interface card eth0 settings (ROUTEUR/INTERNET) -BOOTPROTO[0]="static" -IP_ADDRESS[0]="192.168.1.2" -PREFIX_LENGTH[0]=24 - -# Network interface card eth1 settings (LAN) -BOOTPROTO[1]="static" -IP_ADDRESS[1]="192.168.0.1" -PREFIX_LENGTH[1]=24 - -# Network interface card eth2 settings (MVPMC) -BOOTPROTO[2]="static" -IP_ADDRESS[2]="192.168.99.1" -PREFIX_LENGTH[2]=24 +# Network interface card eth0 settings +BOOTPROTO[0]="dhcp" # DNS servers addresses (not required if using DHCP) -NAMESERVER[0]="192.168.1.1" +#NAMESERVER[0]="192.168.1.1" # Define this if you want the mail addressed to the root user automatically # be forwarded to someone else