X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=config%2Fsysinfos.default;h=399c5820d52fddb8d91803e4d6799c79ff4048b2;hb=3a71e0f2d4fe34d1a957c44f3fd8312a532e18e3;hp=88ea103c3d9b5ba1296697704f854bff3826cc84;hpb=f3c8db3027d5dc530e1f30c88e0235975211582e;p=hvlinux.git diff --git a/config/sysinfos.default b/config/sysinfos.default index 88ea103..399c582 100644 --- a/config/sysinfos.default +++ b/config/sysinfos.default @@ -24,9 +24,9 @@ MAKEJOBS=2 # 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/sdb7" -BOOT_PARTITION="/dev/sdb1" -SWAP_PARTITION="/dev/sdb2" +#LFS_PARTITION="/dev/sdb7" +#BOOT_PARTITION="/dev/sdb1" +#SWAP_PARTITION="/dev/sdb2" # New user to create REGUSER="" @@ -44,24 +44,28 @@ DVDROM="yes" # Sound card support: yes or no SOUND_CARD="yes" +# Wifi support +#WIFI_SUPPORT="no" +#FIRMWARE_B43_LPPHY="yes" + # Keyboard mapping (example: us, cf) KEYBOARD="us" # General network settings -INTERFACES="eth0 eth1" -MACHINE_NAME="server" -DOMAIN="mydomain.com" -LAN_NETWORK_MASK="192.168.0.0/24" - -# Network interface card #1 settings (INTERNET) -BOOTPROTO[0]="dhcp" # dhcp or static - -# Network interface card #2 settings (LAN) -# GATEWAY is optional, and is not required if using DHCP -BOOTPROTO[1]="static" -IP_ADDRESS[1]="192.168.0.1" -PREFIX_LENGTH[1]=24 -GATEWAY[0]="192.168.0.1" +#INTERFACES="eth0 eth1 wlan0" # Complex example +#INTERFACES="eth0" # Simple example +#MACHINE_NAME="machinename" +#DOMAIN="mydomain.com" +#LAN_NETWORK_MASK="192.168.0.0/24" + +# Network interface card #1 settings +#BOOTPROTO[0]="dhcp" # dhcp or static or wifi + +# Network interface card #2 settings +#BOOTPROTO[1]="static" +#IP_ADDRESS[1]="192.168.0.1" +#PREFIX_LENGTH[1]=24 +#GATEWAY[1]="192.168.0.1" # DNS servers addresses (not required if using DHCP) #NAMESERVER[0]="24.200.243.250"