99base: Add chown binary
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 <sndirsch@suse.de> for details. Signed-off-by: Thomas Renninger <trenn@suse.de>master
parent
681462eca8
commit
a262ad91e8
|
@ -15,7 +15,7 @@ depends() {
|
||||||
install() {
|
install() {
|
||||||
local _d
|
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
|
sed ls flock cp mv dmesg rm ln rmmod mkfifo umount readlink setsid
|
||||||
inst $(command -v modprobe) /sbin/modprobe
|
inst $(command -v modprobe) /sbin/modprobe
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue