Now that we have `fstab`, we no longer depend on something mounting
a rootfs being preconfigured within the kernel. A user may simply
choose to specify rootfs through the `vfs.fstab` command-line
argument.
Signed-off-by: Sergiu Moga <sergiu@unikraft.io>
Reviewed-by: Alexander Jung <alex@unikraft.io>
Approved-by: Simon Kuenzer <simon@unikraft.io>
GitHub-Closes: #1146
if LIBDEVFS
config LIBDEVFS_AUTOMOUNT
bool "Mount /dev during boot"
- depends on LIBVFSCORE_AUTOMOUNT_ROOTFS
default n
# hidden