]> xenbits.xensource.com Git - unikraft/unikraft.git/commitdiff
lib/devfs: Remove dependency on `LIBVFSCORE_AUTOMOUNT_ROOTFS`
authorSergiu Moga <sergiu@unikraft.io>
Mon, 23 Oct 2023 16:19:05 +0000 (19:19 +0300)
committerSimon Kuenzer <simon@unikraft.io>
Fri, 24 Nov 2023 21:30:00 +0000 (22:30 +0100)
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

lib/devfs/Config.uk

index 6f3851578efae49be712af3fa0eaf7ed766624b5..48cf14cded3dd7a5fbca02a01eae407187657b83 100644 (file)
@@ -6,7 +6,6 @@ menuconfig LIBDEVFS
 if LIBDEVFS
        config LIBDEVFS_AUTOMOUNT
        bool "Mount /dev during boot"
-       depends on LIBVFSCORE_AUTOMOUNT_ROOTFS
        default n
 
        # hidden