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:15 +0000 (11:34 +0100)
commitcf206a0572be50a96bf5ac88c97c79626d3623bb
treef64682ae5e8c3d3e125899590eef14a68f4495f2
parent916493ce0092228cbf2dbf939fe446e06db0de1f
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