diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-10-22 11:32:58 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-10-22 11:32:58 +0000 |
| commit | c731441db28d77567066b9dec85d10e4081a4401 (patch) | |
| tree | 587043b86d62ca0d41368f528d7a7bea48bd3ee4 /release/sysinstall/installPreconfig.c | |
| parent | f544b2068894e5bf7c28a076ac69d743bdc76b19 (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/installPreconfig.c')
| -rw-r--r-- | release/sysinstall/installPreconfig.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release/sysinstall/installPreconfig.c b/release/sysinstall/installPreconfig.c index 41940f57c2cf..392c7ba9a260 100644 --- a/release/sysinstall/installPreconfig.c +++ b/release/sysinstall/installPreconfig.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: installPreconfig.c,v 1.5 1995/10/22 01:32:47 jkh Exp $ + * $Id: installPreconfig.c,v 1.6 1995/10/22 10:25:20 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -97,6 +97,7 @@ static struct _word { { "mediaSetFtpUserPass", mediaSetFtpUserPass }, { "mediaSetCPIOVerbosity", mediaSetCPIOVerbosity }, { "mediaGetType", mediaGetType }, + { "packageAdd", package_add }, { "tcpInstallDevice", tcpInstallDevice }, { NULL, NULL }, }; |
