Apps :: Busybox 1.0



hi.

i wanted to modify a .dsl-file. when i typed
Code Sample
tar -T rox.txt --no-recursion -cvf- | gzip > rox.dsl

Busybox 1.0 said, that there is no "--no-recursion" option.

so where is the difference to the last version? how can i build the .dsl-file with DSL 1.2?

thanks in advance.

The real "tar" binary is in gnu-utils.dsl extension.
i don't want the real tar binary. i worked with older busybox-versions, so what has changed?
DSL 1.1 and earlier has the real tar binary, and not a symlink to busybox.  This new DSL 1.2 does not have the real tar binary.
If you're creating an archive from a file list i don't think the no-recursion option is necessary.
Next Page...
original here.