Skip to content

Commit

Permalink
fix: README for release
Browse files Browse the repository at this point in the history
  • Loading branch information
vaerh committed Apr 5, 2024
1 parent 926be28 commit 707399d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ apt install acl
setfacl -m u:cid:rwx /mnt/ocfs/images
```

Due to the unstable operation of the module for creating ISO9660 it is necessary to install one external program for creating ISO images:

* genisoimage
* mkisofs
* hdiutil
* oscdimg
* xorriso

Or specify `iso_maker = "none"` to get the output directory `drive_path + '/cid-raw/'` containing a set of Cloud-Init files.


Terraform configuration (FreeBSD VM):
``` hcl
resource "proxmox_vm_qemu" "test-vm" {
Expand Down Expand Up @@ -67,6 +78,7 @@ resource "cloudinit-drive" "vm-test-cloudinit" {
# drive_path = "file://./"
drive_path = "ssh:///mnt/<storage path>/images/${var.vm_id}"
drive_type = "nocloud"
iso_maker = "genisoimage"
hostname = "vm${var.vm_id}-test"
Expand Down

0 comments on commit 707399d

Please sign in to comment.