[Jeremie Koenig] > - if [ ! -d /target/sys ]; then > + if [ ! -d /target/sys ] && [ "$(udpkg --print-os)" != hurd ]; then
Would it be better to look for 'sysfs' in /proc/filesystems to avoid hardcoding OS names there? Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

