kiwi-el8/dracut/modules.d
Marcus Schäfer df4e62a4e2
Fixed nasty bug in ramdisk generator
The ramdisk unit generator reads the config.bootoptions
file and extracts the root_uuid from it. This is done
with a very simple shell read using a space as separator.
However the last element is never read by that code.
As long as there was yet another kernel cmdline option
after the root= option this bug was not an issue. But
as soon as the root= option is last in the list it will
not be read and the generator exits prior creating the
sysroot.mount target. This commit fixes it in a way
that it makes sure there is always a space at the end
of the config.bootoptions file
2021-10-22 17:38:27 +02:00
..
90kiwi-dump Fixed nasty bug in ramdisk generator 2021-10-22 17:38:27 +02:00
90kiwi-live Fixed live network setup to be generic 2021-05-17 09:45:34 +02:00
90kiwi-overlay Added support for nbd and aoe root overlay 2020-11-16 10:24:45 +01:00
90kiwi-repart Refactor dracut disk re-partition library 2020-05-20 15:19:53 +02:00
99kiwi-dump-reboot Avoid using generators in pre-mount hooks 2020-12-01 13:20:32 +01:00
99kiwi-lib Fixed use of LUKS encrypted images with empty pass 2021-10-14 11:27:16 +02:00