Displaying 1 result from an estimated 1 matches for "ifconfig_xn0".
2012 Feb 11
3
9.0-RELEASE PV from scratch on XCP v1.1.0
...<<EOF
# Device Mountpoint FStype Options Dump Pass#
/dev/xbd0s1a / ufs rw 1 1
EOF
# Start and rc.conf(5) file
# NOTE: You won''t be able to login via SSH until users are added.
cat >>/media/etc/rc.conf <<EOF
hostname="${VMNAME}"
ifconfig_xn0=''dhcp''
sshd_enable=''YES''
EOF
# BUILD Server - Unmount the filesystem, the image is done.
umount /media
mdconfig -d -u 0
===END===
The following section is the script I actually used to create a VM
that is more-or-less realistic as a template.
==BEGIN-Advanced-...