Changes between Version 2 and Version 3 of jazz/09-08-20
- Timestamp:
- Aug 21, 2009, 12:54:22 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/09-08-20
v2 v3 30 30 # 31 31 }}} 32 * 將 dphys-swapfile 加入預設起始程序。[注意] 由於 drbl-hadoop-mount-disk 必須在 dphys-swapfile 之前執行,預設 update-rc.d script defaults 都會加到 S20,會造成 dphy-swapfile 比 drbl-hadoop-mount-disk 早執行,將造成開機後找不到 swapfile 的問題。 32 * 將 dphys-swapfile 加入預設起始程序。 33 * [注意] 由於 drbl-hadoop-mount-disk 必須在 dphys-swapfile 之前執行,預設 update-rc.d script defaults 都會加到 S20,會造成 dphy-swapfile 比 drbl-hadoop-mount-disk 早執行,將造成開機後找不到 swapfile 的問題。 33 34 {{{ 34 35 ~$ sudo dsh -a update-rc.d dphys-swapfile defaults 90