In agama there are no /etc/install.inf, but kernel parsing depends on it. Result is that kernel parameters are not properly passed to installed system.
Solution
Read /proc/cmdline when /etc/install.inf is not available.
coverage: 41.879%. remained the same
when pulling 560184ffc05804fc70d54d8601d14ed94e2845bf on adapt_kernel
into 237b6a58ce0df71c0c75b7845caa40dc6f1bc8c6 on master.
Problem
In agama there are no /etc/install.inf, but kernel parsing depends on it. Result is that kernel parameters are not properly passed to installed system.
Solution
Read /proc/cmdline when /etc/install.inf is not available.
Testing