Changeset 231 for nutchez-0.2/src/shell/client_install
- Timestamp:
- Jun 28, 2010, 11:40:49 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nutchez-0.2/src/shell/client_install
r224 r231 11 11 # 需要 master_install 設定的參數區 12 12 # Master IP here 13 Master_IP_Address= "input.your.master.ip_address"13 Master_IP_Address=140.110.138.192 14 14 # Master Hostname here 15 Master_Hostname= "input_your_master_hostname"15 Master_Hostname=u1004 16 16 # 此檔自己用的參數區 17 17 Linux_Distribution=""; … … 40 40 source $Work_Path/client_install_func.sh; 41 41 42 # 載入系統預設的語言 43 load_default_lang 44 # 檢查執行這個程式的是否為root權限 45 46 check_root 47 read -p "continue.." 48 42 49 # Language Choice 43 50 choose_lang … … 57 64 58 65 # 檢查執行這個程式的是否為root權限 59 check_root60 read -p "continue.."66 #check_root 67 #read -p "continue.." 61 68 62 69 # 查出此主機的作業系統,以及版本
Note: See TracChangeset
for help on using the changeset viewer.