Skip to content
Commit a0b11e51 authored by Ryan Roberts's avatar Ryan Roberts
Browse files

cli: Fix grub defaults key/value parser



_get_grub_defaults() reads /etc/default/grub and parses the contents
into key/value pairs. It previously did this by splitting on "=". But
this breaks if the value contains an "=". So instead let's find the
first "=" and split on that marker.

Fixes: 27aae23a ("cli: Implement "fastpath sut configure" command")
Signed-off-by: Ryan Roberts's avatarRyan Roberts <ryan.roberts@arm.com>
parent dbbb8a24
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment