[Petter Reinholdtsen] > The obvious reason blocking it is this code: > > if [ ! -f /cdrom/.disk/info ] ; then > log "no CD-ROM found ! Not installing ltsp chroot" > exit 0 > fi > > I'm not sure if it is enough to remove this code, or if other changes > are needed.
I just discovered that in the Lenny installer, the CD ROM is not mounted in the d-i environment all the time, and thus this test will fail even with a CD installation. It must be changed. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

