diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-10-22 12:04:12 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-10-22 12:04:12 +0000 |
| commit | d6df5fd25f8d87fde44a715c1850a9a048fcf638 (patch) | |
| tree | 80838f971d0f464f6fe94a467bd0482f253648d3 | |
| parent | cfe7e224b81649092a04112eed7cabe15d3ed5be (diff) | |
Notes
| -rw-r--r-- | release/sysinstall/installPreconfig.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release/sysinstall/installPreconfig.c b/release/sysinstall/installPreconfig.c index 392c7ba9a260..ac10ec890b98 100644 --- a/release/sysinstall/installPreconfig.c +++ b/release/sysinstall/installPreconfig.c @@ -98,6 +98,8 @@ static struct _word { { "mediaSetCPIOVerbosity", mediaSetCPIOVerbosity }, { "mediaGetType", mediaGetType }, { "packageAdd", package_add }, + { "system", (int (*)(char *))system }, + { "systemInteractive", systemExecute }, { "tcpInstallDevice", tcpInstallDevice }, { NULL, NULL }, }; |
