X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;ds=sidebyside;f=config%2Fasus-h81m-e%2Fsysinfos;fp=config%2Fasus-h81m-e%2Fsysinfos;h=4b2c105fcb3fd727ea4c16149011e76ad34e83a1;hb=740d9397b1813cdee4ecc707fb626b2d90541a8f;hp=0000000000000000000000000000000000000000;hpb=8b48f4c76a51852d45661e94e2fe9409b639899c;p=hvlinux.git diff --git a/config/asus-h81m-e/sysinfos b/config/asus-h81m-e/sysinfos new file mode 100644 index 0000000..4b2c105 --- /dev/null +++ b/config/asus-h81m-e/sysinfos @@ -0,0 +1,46 @@ +#!/bin/bash + +# This file contains the informations specific to the target system onto which +# HV-Linux will be installed. + +INST_TYPE="workstation" +HVL_TARGET="x86_64" +MAKEJOBS=4 + +# 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/sda3" + +# Default options when mounting partitions +# For SSD and ext4, use relatime,discard +PARTITION_MOUNT_OPTS="relatime,discard" + +# New user to create +REGUSER="hugo" + +# Define this if you want the mail addressed to the root user automatically be +# forwarded to someone else. +MAIL_ADMIN="hugo" + +XORG_VIDEO_DRIVER="intel" + +WIFI_SUPPORT="no" + +# General network settings +INTERFACES="eth0" +MACHINE_NAME="asus64" +DOMAIN="lan" +LAN_NETWORK_MASK="192.168.1.0/24" # Utilise par sane in stage3 + +# Network interface card eth0 settings +BOOTPROTO[0]="dhcp" + +# Samba support +USE_SAMBA="no" + +KERNEL_CONFIG="asus-h81m-e/config-${KERNEL}"