Laszlo Gombos

Results 82 issues of Laszlo Gombos

Login to GitHub Container Registry as the actor instead of the repository owner. Upgrade to login-action@v2 and build-push-action@v3 Github Actions. Fixes: #1865

github

## Checklist - [X] I have tested it locally - [X] I have reviewed and updated any documentation if relevant - [X] I am providing new code and test(s) for...

test

RD_TIMESTAMP is no longer used. systemd-timestamp is not used. ## Checklist - [X] I have tested it locally - [ ] I have reviewed and updated any documentation if relevant...

modules
base

Move network rules to network meta module. Mark distro specific rules as such and create a section for legacy rules files that are not distro specific. Remove fixme that's not...

modules
network
udev-rules

Silence the printing out root entry of passwd file while including base module. dracut: *** Including module: base *** root:x:0:0:root:/root:/bin/bash dracut: *** Including module: fs-lib *** ## Checklist - [X]...

modules
base

## Checklist - [X] I have tested it locally - [X] I have reviewed and updated any documentation if relevant - [X] I am providing new code and test(s) for...

test
modules
dmsquash-live

Arch linux no longer needs a special load-modules.sh file. Seems this is one of those temporary workarounds from 2010 that for a long time no longer needed - https://github.com/dracutdevs/dracut/commit/5a4bbf1bda2a93452bba254f5adbb4c1c5276230

modules
udev-rules

We have two functions mapping LABEL/UUID to devices. One of them is exact match (label_uuid_to_dev) and it is used in most modules. There is however an other function that does...

bug

## Checklist - [X] I have tested it locally - [X] I have reviewed and updated any documentation if relevant - [ ] I am providing new code and test(s)...

modules
fs-lib

Should unrecognized options be fatal failures ? Perhaps unrecognized command line options should just warn and be ignored. As an example https://github.com/dracutdevs/dracut/commit/e4f1dbcc0061113cb58e555724f76a7243788236 has changed the name of a command line...

enhancement