Print this page
6205 onbld manuals should be declared as 1onbld
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>
   1 Install(1)                       User Commands                      Install(1)
   2 
   3 
   4 
   5 NAME
   6        Install - install a kernel from an ON workspace
   7 
   8 SYNOPSIS
   9        Install [ -w  workspace ] [ -s  source dir ]
  10                [ -k   kernel arch ] [ -n | -t|T target ]
  11                [ -u|m|a ] [ -v|V|q ] [ -c|p ]
  12                [ -l  library file ] [ -L ] [ -3 ] [ -6 ] [ -K ]
  13                [ -o  { obj |  debug } ] [ -d  work dir ]
  14                [ -D  library dir ] [ -G  glomname ] [ module ... ]
  15 
  16        or
  17 
  18        Install -R [ options ]
  19 
  20 DESCRIPTION
  21        Install is a utility which simplifies the process of installing a 5.0


 221 
 222        Install -k sun4m -w /ws/on493 -t mpbox:/ ufs
 223 
 224               installs a new sun4m ufs module from workspace /ws/on493 on
 225               mpbox:/
 226 
 227 FILES
 228        $HOME/.Installrc, $HOME/.Install.state
 229 
 230 SEE ALSO
 231        tar(1), rsh(1), rcp(1)
 232 
 233 BUGS
 234        tar(1) and rsh(1) do not have particularly useful exit codes.  To
 235        compensate, Install feeds stderr through grep -v and throws away error
 236        messages which it considers harmless.  If there's anything left,
 237        Install assumes it is fatal.  It's a hack, but it works.
 238 
 239 
 240 
 241                                   14 Jan 2010                       Install(1)
   1 Install(1ONBLD)               illumos Build Tools              Install(1ONBLD)
   2 
   3 
   4 
   5 NAME
   6        Install - install a kernel from an ON workspace
   7 
   8 SYNOPSIS
   9        Install [ -w  workspace ] [ -s  source dir ]
  10                [ -k   kernel arch ] [ -n | -t|T target ]
  11                [ -u|m|a ] [ -v|V|q ] [ -c|p ]
  12                [ -l  library file ] [ -L ] [ -3 ] [ -6 ] [ -K ]
  13                [ -o  { obj |  debug } ] [ -d  work dir ]
  14                [ -D  library dir ] [ -G  glomname ] [ module ... ]
  15 
  16        or
  17 
  18        Install -R [ options ]
  19 
  20 DESCRIPTION
  21        Install is a utility which simplifies the process of installing a 5.0


 221 
 222        Install -k sun4m -w /ws/on493 -t mpbox:/ ufs
 223 
 224               installs a new sun4m ufs module from workspace /ws/on493 on
 225               mpbox:/
 226 
 227 FILES
 228        $HOME/.Installrc, $HOME/.Install.state
 229 
 230 SEE ALSO
 231        tar(1), rsh(1), rcp(1)
 232 
 233 BUGS
 234        tar(1) and rsh(1) do not have particularly useful exit codes.  To
 235        compensate, Install feeds stderr through grep -v and throws away error
 236        messages which it considers harmless.  If there's anything left,
 237        Install assumes it is fatal.  It's a hack, but it works.
 238 
 239 
 240 
 241                                   14 Jan 2010                  Install(1ONBLD)