Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| userdoc:tt_proxmox [2013/12/22 12:14] – droemel | userdoc:tt_proxmox [2016/02/05 15:04] (current) – droemel | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Convert AstLinux install files to Proxmox VE ====== | ====== Convert AstLinux install files to Proxmox VE ====== | ||
| + | !!Obsolete info with AstLinux 1.2.5 and later.!!  | ||
| + | |||
| + | \\ | ||
| You can convert an astlinux-XX.img file to a [[http:// | You can convert an astlinux-XX.img file to a [[http:// | ||
| Line 12: | Line 15: | ||
| Example: | Example: | ||
| - | gunzip astlinux-1.1.3-asterisk-1.8.23.1.img.gz | + | gunzip astlinux-1.2.3-asterisk-11.18.0.img.gz | 
|    |    | ||
| - | qemu-img resize astlinux-1.1.3-asterisk-1.8.23.1.img 4G | + | qemu-img resize astlinux-1.2.3-asterisk-11.18.0.img 4G | 
|    |    | ||
| - | qemu-img convert -f raw astlinux-1.1.3-asterisk-1.8.23.1.img -O qcow2 astlinux.qcow2 | + | qemu-img convert -f raw astlinux-1.2.3-asterisk-11.18.0.img -O qcow2 astlinux.qcow2 | 
| + | |||
| + | Here is the complete manual of the [[http:// | ||
| + | |||
| + | \\ | ||
|    |    | ||
| Line 28: | Line 35: | ||
| Finally, configure using the normal **[[userdoc: | Finally, configure using the normal **[[userdoc: | ||
| - | I tested this with Proxmox VE 3.1 on a real machine,  | + | !!Note ->!! Testing was performed using Proxmox VE 3.1 on bare metal ((you need a 64bit CPU with VT-x or it will be really slow!)).  | 
| + | |||
| + | \\ | ||
| + | \\ | ||