mbox series

[v1,0/2] initramfs-framework: fix kernel commandline clash

Message ID 20240213122426.3570935-1-johannes.schneider@leica-geosystems.com
Headers show
Series initramfs-framework: fix kernel commandline clash | expand

Message

SCHNEIDER Johannes Feb. 13, 2024, 12:24 p.m. UTC
The initramfs-framwork takes kernel commandline options and converts
them for internal use to variables following the 'bootparam_name'
pattern. The overlayroot module uses 'bootparam_rootfstype' and
'bootparam_rootfsflags' which both collide with linux kernel
parameters 'rootfstype' and 'rootfsflags'.  This collision is solved
by putting the variables in the namespace of the initramfs-framework
module.

changes with V1:
	initial patch submission