Changes between Version 2 and Version 3 of Eucalyptus/Images


Ignore:
Timestamp:
Aug 3, 2009, 1:49:47 PM (15 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Eucalyptus/Images

    v2 v3  
    2121### 2. 新增 Kernel 到 Walrus 並再 Euc 註冊 ###
    2222$ 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
    24 $ ec2-register kernel-bucket/vmlinuz-2.6.16.33-xen.manifest.xml
     23$ ec2-upload-bundle -b <kernel bucket> -m /tmp/vmlinuz-2.6.16.33-xen.manifest.xml
     24$ ec2-register <kernel-bucket>/vmlinuz-2.6.16.33-xen.manifest.xml
    2525
    2626### 3. 增加 root FS Image 給 Walrus ###
    2727$ ec2-bundle-image -i ttylinux/ttylinux.img
    28 $ ec2-upload-bundle -b image-bucket -m /tmp/ttylinux.img.manifest.xml
    29 $ ec2-register image-bucket/ttylinux.img.manifest.xml
     28$ ec2-upload-bundle -b <image bucket> -m /tmp/ttylinux.img.manifest.xml
     29$ ec2-register <image bucket>/ttylinux.img.manifest.xml
    3030
    3131### 4. 測試的 Image 可以不用 ramdisks,但若需要可以用以下指令新增 ###
    3232$ ec2-bundle-image -i <path/to/my/>initrd.img --ramdisk true
    33 $ ec2-upload-bundle -b <bucket_name> -m <path/to/my/>initrd.img.manifest.xml
    34 $ ec2-register <bucket_name>/initrd.img.manifest.xml
     33$ ec2-upload-bundle -b <bucket name> -m <path/to/my/>initrd.img.manifest.xml
     34$ ec2-register <bucket name>/initrd.img.manifest.xml
    3535}}}
    3636
     
    5151$ ec2-deregister <emi-XXXXXXXX>
    5252
    53 ### 2. 移除於 bucke 的檔案 ###
     53### 2. 移除於 bucke 的檔案 ###
    5454$ ec2-delete-bundle -a $EC2_ACCESS_KEY -s $EC2_SECRET_KEY --url $S3_URL -b <bucket> -p <file prefix>
    5555