Changeset 133 for hadoop4win-setup


Ignore:
Timestamp:
Feb 3, 2010, 5:57:03 PM (14 years ago)
Author:
jazz
Message:

Cygwin setup.exe -q 只會安裝 Base 的套件,因此要透過 -P 指定要額外安裝的套件

File:
1 edited

Legend:

Unmodified
Added
Removed
  • hadoop4win-setup/hadoop4win-setup.bat

    r128 r133  
    7979REM -- This is why there below is no space in front of ">".
    8080
    81 echo Install> "%CYGWIN_ROOT%\etc\setup\last-action"
    82 echo %LOCAL_REPOSITORY%> "%CYGWIN_ROOT%\etc\setup\last-cache"
    83 echo cygwin_mirror> "%CYGWIN_ROOT%\etc\setup\last-mirror"
     81echo Install > "%CYGWIN_ROOT%\etc\setup\last-action"
     82echo %LOCAL_REPOSITORY% > "%CYGWIN_ROOT%\etc\setup\last-cache"
     83echo cygwin_mirror > "%CYGWIN_ROOT%\etc\setup\last-mirror"
    8484
    8585REM - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
     
    9191REM real do cygwin installation
    9292
    93 "%CYGWIN_SETUP%" -q -d -L -l "%LOCAL_REPOSITORY%\cygwin_mirror" -R "%CYGWIN_ROOT%"
     93"%CYGWIN_SETUP%" -q -d -L -l "%LOCAL_REPOSITORY%\cygwin_mirror" -R "%CYGWIN_ROOT%" -P cygrunsrv,file,openssh,perl,procps,ncurses,rsync,sharutils,shutdown,subversion,tcp_wrappers,termcap,unzip,wget,zip,zlib
    9494
    9595REM - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Note: See TracChangeset for help on using the changeset viewer.