]> git.ipfire.org Git - thirdparty/kmod.git/commit
build-sys: Make dirs writable on rootfs creation
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Tue, 19 Jun 2012 16:09:23 +0000 (13:09 -0300)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Tue, 19 Jun 2012 16:27:56 +0000 (13:27 -0300)
commit33202e84f344794b1ae261874883874a2c15dc80
treec178abcf592bcc2a63858634cc0740a37dd4e217
parent3f376cd87742246f00fe552596975a00ec5d60b1
build-sys: Make dirs writable on rootfs creation

Autofoo make the dist dir as readonly. If we copy it, tools needing to
create sysfs entries will not be able to do so, because they can't
create the needed directories/files.

It would be much better if autofoo allowed to let the files as is
instead of converting them to read-only.
Makefile.am
testsuite/init_module.c