mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 01:38:57 +00:00
Add more knobs to the preconfiguration stuff.
This commit is contained in:
parent
56c256e933
commit
f544b20688
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11649
@ -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.4 1995/10/20 21:57:16 jkh Exp $
|
||||
* $Id: installPreconfig.c,v 1.5 1995/10/22 01:32:47 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
@ -68,6 +68,8 @@ static struct _word {
|
||||
{ "distSetDeveloper", distSetDeveloper },
|
||||
{ "distSetXDeveloper", distSetXDeveloper },
|
||||
{ "distSetKernDeveloper", distSetKernDeveloper },
|
||||
{ "distSetUser", distSetUser },
|
||||
{ "distSetXUser", distSetXUser },
|
||||
{ "distSetMinimum", distSetMinimum },
|
||||
{ "distSetEverything", distSetEverything },
|
||||
{ "distSetDES", distSetDES },
|
||||
|
Loading…
Reference in New Issue
Block a user