Fixing fromiso= on Squeeze.
authorT(A)ILS developers <amnesia@boum.org>
Mon, 1 Nov 2010 19:38:26 +0000 (20:38 +0100)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:54:32 +0000 (17:54 +0100)
commit1e638a7bdc40f173f91157a2e0ceb71003f3e7c8
treef64682ae5e8c3d3e125899590eef14a68f4495f2
parent08ccfd7f6a54924582ac833e865beee148129574
Fixing fromiso= on Squeeze.

When running "mount DEV MOUNTPOINT" for the device provided by the fromiso= boot
option, Squeeze's busybox errors out with:

    Mounting $DEV on /isofrom failed: No such file on directory.

Using mount -t auto fixes the bug.
scripts/live