The list of supported filesytems goes dynamic.
authorMarco Amadori <marco.amadori@gmail.com>
Tue, 5 Aug 2008 19:50:04 +0000 (21:50 +0200)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:48:00 +0000 (17:48 +0100)
commit9d591ba166697b8cac2c981329217f1d32baa764
tree5c4304a4c3afda2d5b8224b84e4c2a1306a728ff
parentf62cc0eefdb0075075cbc46155ab91485a21a6fb
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.
scripts/live-helpers