RobertCNelson / boot-scripts

Just a bunch of useful scripts placed under /opt/scripts/
124 stars 131 forks source link

use "grep ^root=" instead of "grep root=" when parsing /proc/cmdline #123

Closed AtsushiNemoto closed 3 years ago

AtsushiNemoto commented 3 years ago

To avoid confused by something like "overlayroot=" or "nfsroot=".

Signed-off-by: Atsushi Nemoto atsushi.nemoto@sord.co.jp

RobertCNelson commented 3 years ago

Looks good! Thanks @AtsushiNemoto !