Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-08 | Prevent problems with fakeroot possibly trying to use stale host filesystem | Eric Andersen | |
inodes by carefully regenerating fakeroot.env from package specific files. | |||
2005-08-08 | minor cleanup for target handling | Eric Andersen | |
2005-08-08 | also need to depend on makedevs as noted by emalkowski in Bug #366 | Mike Frysinger | |
2005-08-07 | make sure ext2 target depends on fakeroot | Mike Frysinger | |
2005-08-04 | Allow packages to use fakeroot. To accomodate this, convert all | Eric Andersen | |
target filesystem creation tools to also use fakeroot. | |||
2005-07-14 | Run ldconfig on the target rootfs to generate /etc/ld.so.cache | Eric Andersen | |
2005-06-24 | be a bit more consistant with naming, always escape wildcards | Eric Andersen | |
2005-02-18 | Do not squash perms, just owner | Eric Andersen | |
2005-02-17 | more changes towards better board support | Eric Andersen | |
2005-02-12 | We need to calculate filesystem size right when we run genext2fs. | Eric Andersen | |
As was, size was calculated right when 'make' was run, at which point the rootfs may well be empty... | |||
2005-02-10 | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | |
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | |||
2005-01-23 | Patch from gtj -- http://bugs.uclibc.org/view.php?id=39 | Eric Andersen | |
0000039: Adds options to ext2 filesystem creation Adds ability to specify block and inode counts, reserved blocks, permissions squash and device table in the configuration. Also adds capability to gzip output and to copy the resulting image to a secondary location like a tftp server's root directory. | |||
2004-12-27 | Update to latest CVS version of genext2fs | Eric Andersen | |
http://cvs.sourceforge.net/viewcvs.py/genext2fs/ which includes my device table stuff | |||
2004-10-27 | use fs type as file extension | Tim Riker | |
2004-10-09 | Remove references to the obsolete SOURCE_DIR | Eric Andersen | |
2004-10-09 | facelift step number two | Eric Andersen | |