#!/bin/bash # This file contains the informations specific to the target system onto which # HV-Linux will be installed. INST_TYPE="workstation" HVL_TARGET="m68k" MAKEJOBS=1 # 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="/opt/toolchain/coldfire" LFS_PARTITION="/dev/sda7" BOOT_PARTITION="/dev/sda1" SWAP_PARTITION="/dev/sda2" # 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" # Used for setting '-march=xxx' option in CFLAGS and CPPFLAGS MACHINE_ARCHITECTURE="" # General network settings INTERFACES="eth0" MACHINE_NAME="m68k" 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="arm/config-${KERNEL}"