View Single Post
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#5
Any way to make sudo actually work under SDK chroot?

Ok, I've replaced the sudo binary with sh script that contains only

Code:
#!/bin/sh
fakeroot $@

Last edited by int_ua; 2013-10-01 at 16:26.