system: make rootfs type accessible through board call
authorDaniel Golle <daniel@makrotopia.org>
Fri, 13 Aug 2021 01:23:03 +0000 (02:23 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 13 Aug 2021 03:42:28 +0000 (04:42 +0100)
commit9f233f555f80d1c416656c04ab81d19edc738f07
treefb5654f9eea6467712368b70cdb922653d99cd55
parentf5d9b14fea85e3272cac5200fb32a5c99ba7fdff
system: make rootfs type accessible through board call

Knowing the type of the root filesystem can be useful, e.g. for the
attended sysupgrade clients.
As the previously introduced 'initramfs' flag is covered the the new
'rootfs_type' being 'initramfs', remove the old flag which should have
any users yet.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
system.c