-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
13 lines (10 loc) · 795 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
# Chef Solo cookbook for converting an Ubuntu VM into an image that will import in IBM SmartCloud Enterprise
** Notes
- Must be virtio enable (Ubuntu 10.04+) both networking and disk.
- Must have ext3 (Have not tested ext4) partitions
- vda1 must be /boot, vda2 must be /, No swap, use swap files.
- Either use qemu-img to upload a qcow2 (If not already), OR 7zip raw file and then decompress when up. Either way it must be raw on the import
- See http://www.ibm.com/developerworks/cloud/library/cl-importlinuxOSimage/index.html
- This cookbook will lock you out of idcuser if you use password auth (ssh keys only)
- if you have any modifications to /etc/default/grub, merge them in before running this
sudo chef-solo -c https://raw.github.com/sniperd/ibm-ubuntu/master/solo.rb