Date: Fri, 2 Jul 2010 10:48:57 -0400 From: Ross <westr@connection.ca> To: freebsd-questions@freebsd.org Subject: Re: Automated sysinstall install.cfg Message-ID: <72157033.20100702104857@connection.ca> In-Reply-To: <4C2CB4CC.4090208@serverman.de> References: <4C2CB4CC.4090208@serverman.de>
next in thread | previous in thread | raw e-mail | index | archive | help
TT> is there a person who can help me to solve some problems with TT> sysinstall and its install.cfg. TT> How can i manage that my mfsroot executes custom commands ? Before the "installCommit" command you generally only have access to statically compiled commands (generally in the /stand directory) from the mfsroot image used. -= example lines in install.cfg # Sleep for 15 seconds to stabilize things. command=/stand/sleep 15 system -= After the "installCommit" command, a chroot will have occurred to the installation mount point, and you must then use your installed binaries to do work. Specify full paths for everything and note that there are other oddities since not all things are online/configured, so try and keep it as simple as possible. --
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?72157033.20100702104857>