9
0
Fork 0
barebox/fs
Sascha Hauer b5e5b06d8b Add automount support
This patch adds an automount command which makes it possible
to execute a script when a certain directory is first accessed.
It's the commands responsibility to make this directory available
(bringing devices up and mounting it). This results in automount
support which makes sure that from the shell every file can
be accessed without having to care for device bringup. Bringing
up devices may be expensive (USB, dhcp). The automount support
makes it easy for the environment to bringup devices when they
are actually needed.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-03-18 15:03:26 +01:00
..
cramfs fs: get fs device using container_of 2012-02-25 14:03:56 +01:00
fat fs: get fs device using container_of 2012-02-25 14:03:56 +01:00
Kconfig Add automount support 2012-03-18 15:03:26 +01:00
Makefile Add suport for tftp as a filesystem 2012-02-19 18:48:38 +01:00
devfs-core.c devfs-code: fix warning 2012-01-16 11:41:52 +01:00
devfs.c fs: get fs device using container_of 2012-02-25 14:03:56 +01:00
fs.c Add automount support 2012-03-18 15:03:26 +01:00
ramfs.c fs: get fs device using container_of 2012-02-25 14:03:56 +01:00
tftp.c fs: get fs device using container_of 2012-02-25 14:03:56 +01:00