# General network settings
INTERFACES="eth0 wlan0"
MACHINE_NAME="acer"
-DOMAIN="hugovil.com"
+DOMAIN="lan"
LAN_NETWORK_MASK="192.168.1.0/24" # Utilise par sane in stage3
# Network interface card eth0 settings
# General network settings
INTERFACES="eth0"
-MACHINE_NAME="chambers64"
-DOMAIN="mongol.com"
+MACHINE_NAME="amd64"
+DOMAIN="lan"
LAN_NETWORK_MASK="192.168.1.0/24" # Utilise par sane in stage3
# Network interface card eth0 settings
# General network settings
INTERFACES="eth0"
MACHINE_NAME="arm"
-DOMAIN="mongol.com"
+DOMAIN="lan"
LAN_NETWORK_MASK="192.168.1.0/24" # Utilise par sane in stage3
# Network interface card eth0 settings
# General network settings
INTERFACES="eth0 wlan0"
-MACHINE_NAME="gresimuth"
-DOMAIN="mongol.com"
+MACHINE_NAME="hp-mini"
+DOMAIN="lan"
LAN_NETWORK_MASK="192.168.1.0/24" # Utilise par sane in stage3
# Network interface card eth0 settings
# General network settings
INTERFACES="eth0"
-MACHINE_NAME="arm"
-DOMAIN="mongol.com"
+MACHINE_NAME="m68k"
+DOMAIN="lan"
LAN_NETWORK_MASK="192.168.1.0/24" # Utilise par sane in stage3
# Network interface card eth0 settings
# General network settings
INTERFACES="eth0 wlan0"
-MACHINE_NAME="gresimuth"
-DOMAIN="mongol.com"
+MACHINE_NAME="merlion"
+DOMAIN="lan"
LAN_NETWORK_MASK="192.168.1.0/24" # Utilise par sane in stage3
# Network interface card eth0 settings
HVL_TARGET="x86"
MAKEJOBS=1
-# Destination path where to install new Linux-HV system. This is usually where
+ 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/stockage/hvlinux-hp-mini"
# General network settings
INTERFACES="eth0 wlan0"
-MACHINE_NAME="gresimuth"
-DOMAIN="mongol.com"
+MACHINE_NAME="sony"
+DOMAIN="lan"
LAN_NETWORK_MASK="192.168.1.0/24" # Utilise par sane in stage3
# Network interface card eth0 settings
echo "${REGUSER}" > ${LFS}/etc/shutdown.allow
# Hostname
-echo "${MACHINE_NAME}.${DOMAIN}" > ${LFS}/etc/hostname
+echo "${MACHINE_NAME}" > ${LFS}/etc/hostname
chmod 644 ${LFS}/etc/hostname
echo "127.0.0.1 localhost ${MACHINE_NAME}" > ${LFS}/etc/hosts