]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/sysinstall/help/shortcuts.hlp
This commit was generated by cvs2svn to compensate for changes in r170964,
[FreeBSD/FreeBSD.git] / usr.sbin / sysinstall / help / shortcuts.hlp
1 sysinstall now supports command-line "shortcuts" which can
2 often replace outdated commands, like pkg_manage.  Multiple commands
3 can be invoked in sequence, and variables may be set on-the-fly to
4 customize the installation program's behavior in various ways.
5
6 Syntax:
7
8 /usr/sbin/sysinstall [var=value ..] [command ..]
9
10 Where "var" can be one or more of:
11
12 blanktime               Screen blank time setting in seconds
13 bootManager             Select boot manager: booteasy, standard or none
14 browserBinary           Which doc browser to use (default: links)
15 browserPackage          Which package to get browser from (default: links)
16 cpioVerbose             How verbose to be with cpio: high, medium or low
17 debug                   Extra debugging?
18 disk                    Which disk to operate on (ad0, da0, etc).
19 domainname              Domain name
20 editor                  Which screen editor to use
21 ifconfig_<iface>        For each <iface> in network_devices
22 ftpDirectory            Root of the FreeBSD distribution tree on FTP server
23 ftpOnError              Set to retry or abort
24 ftpPass                 Which password to use when logging into FTP server
25 ftp                     Which FTP site/dir to use (URL ftp://site/dir/..)
26 ftpPort                 Which FTP port to use (default: 21)
27 ftpRetryCount           How many times to retry a fetch operation
28 ftpUser                 Which username to use when logging into FTP server
29 ftpHost                 Which FTP hostname to use (overrides ftp variable)
30 gated                   Use gated instead of routed
31 defaultrouter           IP address of default route
32 geometry                Geometry to use for selected disk ("cyl/hd/sec")
33 hostname                Fully qualified domain name for host.
34 network_interfaces      Which network interfaces to configure
35 ipaddr                  IP address for this host's primary interface
36 nameserver              IP address of name server
37 netmask                 Netmask for this host's primary interface
38 nfs                     Full host:/path/ specification to NFS media
39 nfsHost                 Host portion of nfs path
40 nfsSecure               Use NFS secure mount (-P flag)
41 nfs_server              Configure this machine as an NFS server
42 noConfirm               Don't ask for confirmation on non-fatal errors
43 ntpDate                 Which ntp clock synchronization server to use
44 pcnfsd                  Install the PCNFSD package 
45 ports                   Path to the ports collection
46 releaseName             Which FreeBSD release to install
47 rootSize                Size of the root partition to create for Auto
48 routedflags             Which flags to pass to routed, if enabled
49 serialSpeed             How fast to run a SLIP/PPP connection
50 slowEthernetCard        PC ethernet card is uncommonly slow
51 swapSize                Size of the swap partition to create for Auto
52 tapeBlocksize           Tape size in blocks
53 ufs                     Full path to UFS media directory
54 usrSize                 Size of the /usr partition to create for Auto
55 varSize                 Size of the /var partition to create for Auto
56
57 And "command" can be one or more of:
58
59 addUser                 Add a new user to the system
60 addGroup                Add a new group to the system
61 configAnonFTP           Configure system for anonymous FTP
62 configInetd             Configure the inetd super-server
63 configNFSServer         Configure host as an NFS server
64 configNTP               Configure host as an NTP client
65 configPackages          Browse / install packages
66 configRouter            Configure a routing daemon
67 configUsers             Add users and/or groups to the system
68 diskPartitionEditor     Partition a new or existing disk
69 diskPartitionWrite      Write out any changed partition information
70 diskLabelEditor         Label/Newfs/Mount new or existing filesystems
71 diskLabelCommit         Write out any changed label information
72 distReset               Reset distribution information
73 distSetDeveloper        Select developer distribution
74 distSetXDeveloper       Select X developer distribution
75 distSetKernDeveloper    Select kernel developer distribution
76 distSetUser             Select user distribution
77 distSetXUser            Select X user distribution
78 distSetMinimum          Select minimal distribution
79 distSetEverything       Select all distributions
80 distSetDES              Select DES sub-distributions
81 distSetSrc              Select source sub-distributions
82 distSetXF86             Select XFree86 sub-distributions
83 distExtractAll          Extract all selected distributions
84 docBrowser              Browse documentation
85 installCommit           Commit any pending installation operations
86 installExpress          Express installation
87 installStandard         Standard installation
88 installUpgrade          Upgrade installation
89 mediaSetCDROM           Select CDROM media
90 mediaSetFloppy          Select floppy media
91 mediaSetDOS             Select DOS media
92 mediaSetFTP             Select FTP media
93 mediaSetFTPPassive      Select FTP media in passive mode
94 mediaSetNFS             Select NFS media
95 mediaSetTape            Select tape media
96 mediaSetUFS             Select UFS media
97 mediaSetFTPUserPass     Prompt for FTP username and password
98 mediaSetCPIOVerbosity   Prompt for CPIO verbosity
99 mediaGetType            Prompt for media type
100 optionsEditor           Go to options editor
101 tcpMenuSelect           Configure TCP/IP networking
102
103 Examples:
104
105 /usr/sbin/sysinstall       mediaSetFTP configPackages
106
107 Selects an FTP site and then goes to the package configuration menu.
108
109
110 /usr/sbin/sysinstall       disk=da0 diskPartitionEditor
111
112 Invokes the disk partition editor on disk da0.
113
114
115 If /usr/sbin/sysinstall is linked to another filename, say
116 `/usr/local/bin/configPackages', then the basename will be used
117 as an implicit command name.