Samuel Krieg

Results 6 comments of Samuel Krieg

Hi @gagath, your PR is very useful. Could you please rebase on top of `5.1.0`?

Try this: ``` terraform plan -target=libvirt_volume.centos7-qcow2 terraform apply -target=libvirt_volume.centos7-qcow2 ```

Hi, As far as I know, the `--help` flag is the only way. Get the main commands: ``` ./psl-cli.py --help ``` for each command, the sub-commands can be shown. ```...

Workaround: remove `:main`

The FAT16 file system is used for the [EFI partition](https://en.wikipedia.org/wiki/EFI_system_partition). FAT file systems do not have such thing as inodes. However FreeBSD returns a value of 512 inodes for FAT16....

The commit fixes the issue. Thank you. I'm taking the liberty to close the issue. Best regards.