Changes between Version 10 and Version 11 of jazz/09-04-16
- Timestamp:
- Apr 16, 2009, 6:56:17 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/09-04-16
v10 v11 6 6 * [待測試] [http://wiki.xensource.com/xenwiki/LiveCD Xen Live CD 2.0] 的 [http://livexen01.worldweb.com.br/release-0.8.2/xenlivecd-0.8.2.tar.gz build script(ISO Generator)] - 瞭解 isolinux 是如何下參數啟動 xen hypervisor 呢?? 一樣是靠 mboot.c32 嗎?? 7 7 8 == DRBL == 9 8 10 * [想法] 每次 DRBL Server 作小升級,都會忘記要跑 re-deploy,想說為什麼不能每次只要有跑 apt-get 就像 localepurge 一樣都會去執行對應的 script 呢?? 今天研究了一下,原來作法並不難,只要在 /etc/apt/apt.conf.d/ 中放一個 script 就可以了。 9 11 {{{ 10 12 localepurge: /etc/apt/apt.conf.d/99-localepurge 11 13 }}} 12 14 * [改良] 擺一隻 99drbl 在 /etc/apt/apt.conf.d/ 就可以在每次 apt-get install 之後,每次幫忙跑 re-deploy 13 15 {{{ 14 16 # cat > /etc/apt/apt.conf.d/99drbl << EOF