[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#592684: debian-installer-utils: please don't check for /sys on Hurd



[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



Reply to: