Keve Müller
Keve Müller
For hash functions that operate on bit level, exposing a bit-level update function would be nice. E.g. The SHA-256 hash of the single bit input of `0` is `bd4f9e98beb68c6ead3243b1b4c7fed75fa4feaab1f84795cbd8a98676a2a375`.
cmake4eclipse enforces the use of the -G switch to specify generators, but does not list all supported generators. On the Windows platform cmake supports the different flavours of Microsoft Visual...
**Is your feature request related to a problem? Please describe.** I would like to automate the (initial) configuration of xcp-ng and XOA to replicate the provisioning of hosts that I...
### Are you using XOA or XO from the sources? XOA ### Which release channel? stable ### Provide your commit number _No response_ ### Describe the bug In an environment...
Added section on advanced installer parameters. > Before submitting the pull request, you must agree with the following statements by checking both boxes with a 'x'. > * [x] "I...
Hi All, excellent project, I really enjoyed learning its depth. I am using pyparsing ```3.12```. Yet, I have a very annoying error which I believe to be a bug. I...
there are several valid use cases of adding multiple cd-roms. Most RH installations run the installer from the first cdrom and plug a second (dynamically created mini) cd with the...
I have a `boot_command` that spans a guest reboot. Basically it is performing an installation, restarting the machine, awaiting it to come back up and continuing after it initialized its...
With `ssh_key_path` key based authentication can be enabled. This fails, when the private key is passphrase protected. Please add a `ssh_key_passphrase` option to enable decrypting the private key.
Sometimes things take time, repeating 10s waits in boot_command is tiresome. Other packer plugins support ``, with the following semantics: ``` - Add an arbitrary pause before sending any additional...