* Daniel Kahn Gillmor <d...@fifthhorseman.net> [2010-06-08 15:22]: > >> rootfs on / type rootfs (rw) > >> ubi0:root on / type ubifs (rw,relatime) ^^^^^^^^^ This is the output from 'mount', and here's what i-t does:
eval "$(mount | awk '/\/dev\// {if ($3 == "/") {print "root=" $1 "\nFSTYPE=" $5; exit}}')" it looks for something with /dev/ in it. In your case, this does't match so root= and FSTYPE= are empty. I think we should simply add a check to i-t at this point to produce an error when $root is empty. Daniel, do you know if ubi0:root in /etc/fstab is valid? Is that what the ubi people recommend to use? Shouldn't this be a device like /dev/ubiX_Y? (This would make i-t happy) -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org