summaryrefslogtreecommitdiffstats
path: root/target/makedevs
Commit message (Collapse)AuthorAgeFilesLines
* Prevent problems with fakeroot possibly trying to use stale host filesystemEric Andersen2005-08-081-0/+4
| | | | inodes by carefully regenerating fakeroot.env from package specific files.
* Fixup standalong makedevs to handle regular files, and also fixEric Andersen2005-07-181-1/+32
| | | | it to properly update file permissions as specified.
* minor cleanupsEric Andersen2005-06-241-45/+54
|
* Finish implementing fakeroot handling so mksquashfs properlyEric Andersen2005-06-242-26/+39
| | | | | inherits device table settings and device nodes, exactly as per mkfs* applications that support device tables natively.
* Use fakeroot and makedevs to fake mksquashfs into building properly setup fileEric Andersen2005-06-241-1/+5
| | | | permissions and device nodes into the target rootfs without needing to be root.
* Add a standalone makedevs application to be used along withEric Andersen2005-06-092-0/+506
fakeroot to construct target device nodes for filesystems and utilities (such as tar) that do not currently support device tables natively.