Skip to content

Commit

Permalink
config: empty the default value for hw.uart.console on ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Apr 19, 2021
1 parent 36b1f40 commit 8fa1eaf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/21.1/extras.conf
Expand Up @@ -14,6 +14,9 @@ arm_hook()
{
loader_conf_fixup ${1}

sed -I '' -e "/<tunable>hw\.uart\.console</{" -e \
"n;s/>default</></" -e "}" ${1}${CONFIG_XML}

touch ${1}/.probe.for.growfs.nano
}

Expand Down

0 comments on commit 8fa1eaf

Please sign in to comment.