mount_root: add support for passing args to mount_root start
authorChristian Marangi <ansuelsmth@gmail.com>
Sat, 16 Sep 2023 15:03:10 +0000 (17:03 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Mon, 15 Jan 2024 15:27:10 +0000 (16:27 +0100)
commit1a5695925ecf1f440fe30b7c2864facc5a297dce
tree1f4bd1dd66181a6ba239287b5d33115e5f2445f8
parent846302d09246fca0a187ba676a932cba5e7a4929
mount_root: add support for passing args to mount_root start

It may be useful to pass args to mount_root start call. One usecase
might be pass additional configuration to enable special option on
mounting rootfs. Change main logic and permit additional args when start
is used.

No functional change intended as the default behaviour is saved by
continuing to call start if no args are provided.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
mount_root.c