Open mkesper opened 9 years ago
I agree it is discouraged and I generally don't like the idea of doing stuff as root, either. But I don't think you can mount block devices using fakeroot. Root privileges aren't really needed to build the kernel, all they are needed for are for mounting the image file, formatting it, and copying over the data.
How about separating make and "make install" (as root) then?
That would be an option.
Hi,
I think it should it be possible to use https://wiki.debian.org/FakeRoot instead of requiring root for building. Building kernels as root is strongly discouraged.