From: Hannes Reinecke <[email protected]> nvidia driver needs this via modprobe script. Needs to do change the group after a device node got created. Add chown instead of chgrp which can also change the owner of a file.
Ask Stefand Dirsch <[email protected]> for details. Signed-off-by: Thomas Renninger <[email protected]> --- modules.d/99base/module-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/99base/module-setup.sh b/modules.d/99base/module-setup.sh index fab4a78..5bb2ab9 100755 --- a/modules.d/99base/module-setup.sh +++ b/modules.d/99base/module-setup.sh @@ -15,7 +15,7 @@ depends() { install() { local _d - inst_multiple mount mknod mkdir sleep chroot \ + inst_multiple mount mknod mkdir sleep chroot chown \ sed ls flock cp mv dmesg rm ln rmmod mkfifo umount readlink setsid inst $(command -v modprobe) /sbin/modprobe -- 1.8.5.2 -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
