X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=sysinfos;h=f5a38dcba1ccbc091c185020c85ffac4140d58e6;hb=b7d1d99f41dcf50a8635f608679947f4455a0c7c;hp=7cd21be90b41d57e0bc95ae4176069f4f337ed0b;hpb=1311fe88ef53309942180e2ef9b6031d2a0edcf7;p=hvlinux.git diff --git a/sysinfos b/sysinfos index 7cd21be..f5a38dc 100644 --- a/sysinfos +++ b/sysinfos @@ -16,7 +16,8 @@ REGUSER="hugo" # Destination path where to install new Linux-HV system. This is usually where # you have mounted your new LFS partition, but it can also be any directory. -LFS="/mnt/hvlinux" +# This is relevant only for stage 0 and 1. +LFS="/mnt/stockage/hvlinux-hp-mini" # Destination partition where to install new Linux-HV system LFS_PARTITION="/dev/sdb7" @@ -32,10 +33,13 @@ SWAP_PARTITION="/dev/sdb2" # arm926t - ARM 926T little endian # x86 (i686) # x86_64 (AMD Athlon 64) -HVL_TARGET="x86_64" +HVL_TARGET="x86" # Used for setting '-march=xxx' option in CFLAGS and CPPFLAGS -MACHINE_ARCHITECTURE="" +# GCC-4.5 +MARCH_FLAGS="-march=atom -mssse3 -mfpmath=sse -fomit-frame-pointer" +# GCC < 4.5 +MARCH_FLAGS="-march=core2 -mtune=generic -mssse3 -mfpmath=sse -fomit-frame-pointer" # Keyboard mapping (example: us) KEYBOARD="us" @@ -59,8 +63,6 @@ TIMEZONE="America/Montreal" # General network settings INTERFACES="eth0" -# GATEWAY is not required if using DHCP -GATEWAY="192.168.1.1" MACHINE_NAME="chambers64" DOMAIN="mongol.com" LAN_NETWORK_MASK="192.168.1.0/24" # Utilise par sane in stage3 @@ -69,12 +71,14 @@ LAN_NETWORK_MASK="192.168.1.0/24" # Utilise par sane in stage3 USE_DYNAMIC_DNS="no" # Network interface card eth0 settings (ROUTEUR/INTERNET) -BOOTPROTO[0]="static" -IP_ADDRESS[0]="192.168.1.102" -PREFIX_LENGTH[0]=24 +BOOTPROTO[0]="dhcp" +IP_ADDRESS[0]="" +PREFIX_LENGTH[0]="" +# GATEWAY is not required if using DHCP +GATEWAY[0]="" # DNS servers addresses (not required if using DHCP) -NAMESERVER[0]="192.168.1.1" +NAMESERVER[0]="" # Define this if you want the mail addressed to the root user automatically # be forwarded to someone else