Pavel Valena

Results 50 issues of Pavel Valena

Note: this is dependent Fedora / RH rngd service file containing `ExecStart=/usr/sbin/rngd -f $RNGD_ARGS` ## Changes Use system service file, but ship modified args to drop the user change. There's...

modules
rngd

## Changes Module to install hwdb.bin. Further extensions might make only selected part of hwdb installable to save space. The module is not included by default. Including the module adds...

modules
stale
github

as the path might be f.e. /dev/disk/by-partlabel/EFI\x20System\x20Partition which would produce Warning 'grep: warning: stray \ before x' in get_maj_min ## Changes Escape the \ to preserve it in the path...

## Changes This gives precedence of force_add_dracutmodules to omit_dracutmodules, as there is not other way to override omit_dracutmodules list, and users would expect it to be overriden from command line....

## Changes The directory ownership for the statd directory should be rpcuser:rpcuser. ## Checklist - [ ] I have tested it locally - [ ] I have reviewed and updated...

modules
nfs

## Changes Introduce new path for lsinitrd.sh to look into: /usr/lib/modules/$kver/initramfs.img Which is valid on all ostree-based systems, and also other image based systems with pre-generated initramfs. ## Checklist -...

**Describe the bug** `grep` emits a warning in function get_maj_min: https://github.com/dracut-ng/dracut-ng/blob/3fce598fb45aa5618cdf885eb48cf327104ffcb8/dracut-functions.sh#L246 And ignores `\` in the `$1` string as it interprets it as a regex. So it needs to be...

bug

Can we do shortening like `--playbook` = `--playbooks`, `--script` = `--scripts` etc. then? _ _ _ _ tmt plan --hel Usage: tmt plan [OPTIONS] COMMAND [ARGS]... Try "tmt plan --help"...

Would it make sense to have `resume()` in API, to re-start some instance? For long running VMs / restarts f,e,? IOW opposite of `stop()` method. _Originally posted by @pvalena in...

step | provision

Actually what I expected would be for tmt to know such aliases. Where you recommend `alias reserve=...` to create command `reserve` I'd expect to have `$ tmt reserve` built in,...

good first issue