The list of supported filesytems goes dynamic.
authorMarco Amadori <marco.amadori@gmail.com>
Tue, 5 Aug 2008 19:50:04 +0000 (21:50 +0200)
committerMarco Amadori <marco.amadori@gmail.com>
Tue, 5 Aug 2008 20:46:25 +0000 (22:46 +0200)
commitfbfb4d9feddca5f14025d200d032bd05959772e7
tree5c4304a4c3afda2d5b8224b84e4c2a1306a728ff
parent679a1b40da130acb266a50f9541f25129c613a1f
The list of supported filesytems goes dynamic.

- The plain list of "should be a supported filesystem" finally is fixed,
  now it scans /proc to see if the kernel is able to mount it, if not it
  modprobes it and as a failover tries to insmod it from the real rootfs
  /lib/modules directory if it can.
- This should fix - en passant - the "drop to busybox shell if a ntfs
  filesystem is found while scanning for persistence media" bug as well.

Signed-off-by: Marco Amadori <marco.amadori@gmail.com>
scripts/live-helpers