Laszlo Gombos

Results 82 issues of Laszlo Gombos

Also add some dependencies to make it more honest. This pull request changes... ## Changes ## Checklist - [ ] I have tested it locally - [X] I have reviewed...

dracut-lib.sh and the base module now does not have a knowledge of oldroot and plymouth. It improves the separation of concerns between the base module and the shutdown module. ##...

modules
base
shutdown

Using dash instead of bash saves about 0.5M initramfs size. ## Changes ## Checklist - [X] I have tested it locally - [ ] I have reviewed and updated any...

test
modules
dmsquash-live

rd.distroinit readonlyroot noreadonlyroot fastboot

documents

There should be a (simple) way to find files that are copied or generated by dracut in the generated initramfs. This could be achieved by having dracut in the file...

enhancement

Since the installation of ntfs-3g binary is in the dmsquash-live-ntfs module, calling ntfs-3g from dmsquash-live fails when dmsquash-live-ntfs module is not installed anyways. ## Checklist - [X] I have tested...

modules
dmsquash-live-ntfs
dmsquash-live

It does not seem possible to use overlayfs (dmsquash-live dracut module) with nfs (nfs dracut module). I could not find anything in the documentation that would prevent this configuration. The...

bug

Factor out common part of each test_setup() function and move it to test-functions file so that it can be shared and reused for each test. . E.g. the following steps...

enhancement

Some modules (especially modules not dependent on systemd, such as base or rootfs-block modules) only depend on sh to allow for more flexibility. dmsquash-live could also benefit from not requiring...

enhancement

Inside initramfs move the following text files out of the root of /lib/dracut/ folder. These files are not essential for booting. - lib/dracut/modules.txt - lib/dracut/build-parameter.txt - lib/dracut/dracut-* Some ideas where...

enhancement