X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=config%2Famd64%2Fsysinfos;h=2c795f44ac408a4af5ff1e3e0cbaecd632e6d43b;hb=4e78d26dd7f5e46a21cdc916e031f1b4a68578c0;hp=c47fe15cf1805e85882400aaccba7f84649f97e4;hpb=a5e9d35a909f5561e79244e581d99a53e1bbda97;p=hvlinux.git diff --git a/config/amd64/sysinfos b/config/amd64/sysinfos index c47fe15..2c795f4 100644 --- a/config/amd64/sysinfos +++ b/config/amd64/sysinfos @@ -10,10 +10,15 @@ MAKEJOBS=2 # 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. # This is relevant only for stage 0 and 1. -LFS="/mnt/hvlinux" -LFS_PARTITION="/dev/sda7" -BOOT_PARTITION="/dev/sda1" -SWAP_PARTITION="/dev/sda2" +LFS="/mnt/hvlinux2" +LFS_PARTITION="/dev/sda5" +#BOOT_PARTITION="/dev/sda1" + +SWAP_PARTITION="/dev/sda3" + +# Default options when mounting partitions +# For SSD and ext4, use relatime,discard +PARTITION_MOUNT_OPTS="relatime,discard" # New user to create REGUSER="hugo" @@ -24,20 +29,17 @@ MAIL_ADMIN="hugo" XORG_VIDEO_DRIVER="nouveau" -WIFI_SUPPORT="yes" +WIFI_SUPPORT="no" # General network settings -INTERFACES="eth0 wlan0" -MACHINE_NAME="chambers64" -DOMAIN="mongol.com" +INTERFACES="eth0" +MACHINE_NAME="amd64" +DOMAIN="lan" LAN_NETWORK_MASK="192.168.1.0/24" # Utilise par sane in stage3 # Network interface card eth0 settings BOOTPROTO[0]="dhcp" -# Network interface card wlan0 settings -BOOTPROTO[1]="wifi" - # Samba support USE_SAMBA="no"