rt-thread/components/drivers/core
GUI 754c59a411
[Feature] DFS mount auto by kernel parameters (#8989)
DFS mount auto by kernel parameters

1.Mount the rootfs options by parameters:
- root=: root device, like vda1, sda1, sd0p1, nvme0n0p1...
- rootfstype=: root file system type, like elm, ext, crom...
- rw/ro: root is readonly or all enable, if not have 'rw' flag,
         the 'ro' flag is default.
- rootwait: always wait for root device status is OK.
- rootdelay=: mount rootfs delay amount of time (millisecond).

2.Mount the other fs options by `fstab.sh`, it will read the script
after root mount is OK, it's format is a list of mount cmds in MSH:

mount vda2 /mnt elm
mount 192.168.1.1:/ /mnt/remote nfs

Signed-off-by: GuEe-GUI <2991707448@qq.com>
2024-05-28 00:26:57 +08:00
..
SConscript [Feature] DFS mount auto by kernel parameters (#8989) 2024-05-28 00:26:57 +08:00
bus.c [drivers][core] 完善设备模型 (#8384) 2024-01-09 23:10:42 +08:00
device.c sync smart & dfs (#8672) 2024-03-28 23:42:56 +08:00
dm.c [components][drivers]add pic-gic (#8388) 2024-02-29 09:39:56 +08:00
driver.c 【dd2.0】Support the Core API for dd2.0 (#7791) 2023-07-13 14:49:35 +08:00
mnt.c [Feature] DFS mount auto by kernel parameters (#8989) 2024-05-28 00:26:57 +08:00
platform.c [drivers][core] 完善设备模型 (#8384) 2024-01-09 23:10:42 +08:00
platform_ofw.c [drivers][core] 完善设备模型 (#8384) 2024-01-09 23:10:42 +08:00