summaryrefslogtreecommitdiffstats
path: root/target/tar
Commit message (Collapse)AuthorAgeFilesLines
* - remove doublequotes from rootfs tar optionsBernhard Reutner-Fischer2005-12-101-2/+2
| | | | busybox tar -c" -v"f m.tar libm doesn't work but tar -c -vf n.tar libm does.
* touchup target menu displayMike Frysinger2005-09-091-1/+1
|
* Prevent problems with fakeroot possibly trying to use stale host filesystemEric Andersen2005-08-081-1/+1
| | | | inodes by carefully regenerating fakeroot.env from package specific files.
* minor cleanup for target handlingEric Andersen2005-08-081-4/+2
|
* only run ldconfig if ld.so.conf existsMike Frysinger2005-08-041-1/+3
|
* Allow packages to use fakeroot. To accomodate this, convert allEric Andersen2005-08-041-5/+2
| | | | target filesystem creation tools to also use fakeroot.
* Run ldconfig on the target rootfs to generate /etc/ld.so.cacheEric Andersen2005-07-141-0/+1
|
* silly typoEric Andersen2005-06-251-1/+1
|
* The '-r' option has gone awayEric Andersen2005-06-241-2/+2
|
* Finish implementing fakeroot handling so when we tar up theEric Andersen2005-06-241-8/+21
| | | | | rootfs, the tarball properly inherits device table settings and device nodes.
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-102-3/+9
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* Fix broken config menuEric Andersen2005-02-091-1/+1
|
* allow users to generate tarballs of the target filesystemMike Frysinger2005-02-093-0/+42