close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": libldap_r-2.4.so.2: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Aug 3, 2009, 2:28:21 PM (16 years ago)
- Author:
-
rock
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v3
|
v4
|
|
| 16 | 16 | * 增加 root FS,Kernel 和 Ramdisks |
| 17 | 17 | {{{ |
| 18 | | ### 1. 使用 Euc 提供的 test image ### |
| 19 | | $ tar zxvf euca-ttylinux.tgz |
| 20 | | |
| 21 | | ### 2. 新增 Kernel 到 Walrus 並再 Euc 註冊 ### |
| 22 | | $ ec2-bundle-image -i ttylinux/vmlinuz-2.6.16.33-xen --kernel true |
| 23 | | $ ec2-upload-bundle -b <kernel bucket> -m /tmp/vmlinuz-2.6.16.33-xen.manifest.xml |
| | 18 | ### 1. 使用 Euc 提供的 image ### |
| | 19 | ### 2. 新增 Kernel 到 Walrus 並註冊 ### |
| | 20 | $ ec2-bundle-image -i ttylinux/vmlinuz-2.6.16.33-xen --kernel true |
| | 21 | $ ec2-upload-bundle -b <kernel bucket> -m /tmp/vmlinuz-2.6.16.33-xen.manifest.xml // 會再 clent的 tmp/ 生檔案 |
| 24 | 22 | $ ec2-register <kernel-bucket>/vmlinuz-2.6.16.33-xen.manifest.xml |
| 25 | 23 | |