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>
Tue, 2 Nov 2010 10:34:30 +0000 (11:34 +0100)
commitedba965ac631c9d6e10eb425eda8ae70922abb4d
treecea0bcef6f8b506c034da01dc711f9d72fd49e12
parent93d17e2a47483323bb96d42aa3f47bcc3e218dd7
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