On Sat, 2006-02-11 at 11:28 -0600, J. Hartline wrote: > Jeremy Katz wrote: > >On Sat, 2006-02-11 at 09:24 -0600, J. Hartline wrote: > >>Any suggestions, any bad things about doing this to enable DVD media > >>under Kadischi? > > > >If it's a tree, just use nfs:/// -- realistically, it should probably be > >renamed to file:/// as that's more what it's used as (all of the actual > >"nfs" specific bits are in the first stage) > > > Right. This is also where it fails, using both nfs:/ or nfs:/// > In the sequence in instdata.py where /proc/mounts is opened, and the NFS > server mount > the string is split. Using a DVD media locally, there is no NFS mounts > in /proc/mounts. That's a trivial fix, though -- it should be checking for the : rather than assuming that it exists. Fixed in CVS Jeremy