> However, I want to execute a small script before restarting the system .
> I am using the "system" function in install.cfg. For testing purposes I
> was trying to launch a shell with it.
>
> [...]
> installCommit
> system /bin/sh
> shutdown
There's no argument passing supported with install.cfg (I know, yuck)
which is why everything is done through the variable space. The
system command takes the string to execute in the "command" variable.
- Jordan
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-config" in the body of the message