dracut icon indicating copy to clipboard operation
dracut copied to clipboard

fix(lvm): clean up whitespace in messages

Open teigland opened this issue 1 year ago • 3 comments

The lvm module has been printing messages with whitespace damage:

Scanning devices sda sdb for LVM logical volumes vg/root vg/swap

Remove the trailing space after the final device name, and remove the newlines between LV names. The message above becomes:

Scanning devices sda sdb for LVM logical volumes vg/root vg/swap

Checklist

  • [ x] I have tested it locally

teigland avatar Aug 27 '24 21:08 teigland