- echo Loading Device Hints
- set hint.fdc.0.at="isa"
- set hint.fdc.0.port="0x3F0"
- set hint.fdc.0.irq="6"
- set hint.fdc.0.drq="2"
- set hint.fd.0.at="fdc0"
- set hint.fd.0.drive="0"
- set hint.fd.1.at="fdc0"
- set hint.fd.1.drive="1"
- set hint.ata.0.at="isa"
- set hint.ata.0.port="0x1F0"
- set hint.ata.0.irq="14"
- set hint.ata.1.at="isa"
- set hint.ata.1.port="0x170"
- set hint.ata.1.irq="15"
- set hint.atkbdc.0.at="isa"
- set hint.atkbdc.0.port="0x060"
- set hint.atkbd.0.at="atkbdc"
- set hint.atkbd.0.irq="1"
- set hint.atkbd.0.flags="0x1"
- set hint.psm.0.at="atkbdc"
- set hint.psm.0.irq="12"
- set hint.vga.0.at="isa"
- set hint.sc.0.at="isa"
- set hint.sc.0.flags="0x100"
- set hint.vt.0.at="isa"
- set hint.vt.0.disabled="1"
- set hint.apm.0.disabled="1"
- set hint.apm.0.flags="0x20"
- set hint.sio.0.at="isa"
- set hint.sio.0.port="0x3F8"
- set hint.sio.0.flags="0x10"
- set hint.sio.0.irq="4"
- set hint.sio.1.at="isa"
- set hint.sio.1.port="0x2F8"
- set hint.sio.1.irq="3"
- set hint.ppc.0.at="isa"
- set hint.ppc.0.irq="7"
- echo Loading Kernel...
- load /boot/kernel/kernel
- set choice=manual
- echo
- echo You have 30 seconds to select one of the following:
- echo
- echo manual - Manual Install
- include /boot/loader.menu
- echo
- read -t 30 -p "Type in your selection EXACTLY: " choice
- echo
- load -t mfs_root /boot/mfsroot-$choice
- echo booting...
- echo \007\007
- echo initializing root fs
- set vfs.root.mountfrom="ufs:/dev/md0c"
- boot
- ===
- cat install-x9xx.cfg
- # MINTEL_MENU_ITEM:x9xx - PE 1900/1950/2900/2950 (Perc RAID) [AUTO]
- # This is the installation configuration file for our rackmounted FreeBSD
- # cluster machines
- # Turn on extra debugging.
- debug=yes
- tryDHCP=YES
- netDev=bce0
- hostname=installed
- ################################
- # Which installation device to use
- nfs=172.30.9.1:/data/tftproot/freebsd/7.1/amd64/install
- mediaSetNFS
- ################################
- ################################
- # Select which distributions we want.
- distSetMinimum
- ################################
- ################################
- # Now set the parameters for the partition editor on sd0.
- disk=mfid0
- partition=all
- bootManager=standard
- diskPartitionEditor
- ################################
- ################################
- # All sizes are expressed in 512 byte blocks!
- #
- # A 96MB root partition, followed by a 0.5G swap partition, followed by
- # a 1G /var, and a /usr using all the remaining space on the disk
- #
- mfid0s1-1=ufs 1024000 /
- mfid0s1-2=swap 16384000 none
- mfid0s1-3=ufs 2048000 /tmp 1
- mfid0s1-4=ufs 20480000 /usr 1
- mfid0s1-5=ufs 30720000 /var 1
- mfid0s1-6=ufs 0 /data 1
- # Let's do it!
- diskLabelEditor
- installCommit
- shutdown