X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=sysinfos;h=4607dfb770e9310cf074248b75f08ebdd36ab667;hb=7f1a3e5d69d0b1d64619604c30243e0070dc09ad;hp=6c2cee6134e80f433d2c158406deaf122e0772ad;hpb=958ac6df11cd534d72b9c7cd462cd702a875d3cf;p=hvlinux.git diff --git a/sysinfos b/sysinfos index 6c2cee6..4607dfb 100644 --- a/sysinfos +++ b/sysinfos @@ -16,17 +16,17 @@ 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. -# After stage 1, this must be set to "". -LFS="/mnt/hvlinux-x86_64" +# This is relevant only for stage 0 and 1. +LFS="/mnt/hvlinux" # Destination partition where to install new Linux-HV system -LFS_PARTITION="/dev/sda8" +LFS_PARTITION="/dev/sdb7" # Boot partition (if applicable) -BOOT_PARTITION="/dev/sda1" +BOOT_PARTITION="/dev/sdb1" # Swap partition (if applicable) -SWAP_PARTITION="/dev/sda2" +SWAP_PARTITION="/dev/sdb2" # Define this when cross-compiling to the desired target # architecture. Default is x86 32-bits architecture (i686). @@ -45,7 +45,7 @@ KEYBOARD="us" SOUND_CARD="yes" # Removable media drives -CDROM="/dev/hdc" +CDROM="/dev/sr0" # Set to yes to have SANE support SANE_SUPPORT="yes" @@ -60,8 +60,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 @@ -70,12 +68,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