|
Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
|
0000592 |
[buildroot] Other |
minor |
always |
12-09-05 14:10 |
02-12-07 05:48 |
|
|
Reporter |
mikee |
View Status |
public |
|
|
Assigned To |
buildroot |
|
Priority |
normal |
Resolution |
won't fix |
|
|
Status |
closed |
|
Product Version |
|
|
|
Summary |
0000592: Passing the "j" option to tar causes /dev to be populated incorrectly. |
|
Description |
In the menuconfiguration, you can select to tar the root file system once it is built. There is also a place to pass options to tar. If you pass the 'j' option (compress the archive using bzip2), the contents of the /dev/ folder will just be regular files instead of character devices and such.
Also, perhaps a test should be run on the options passed to tar and if 'z' or 'j' are included, rename the end file to rootfs_xxx.tar.gz or rootfs_xxx.tar.bz2.
|
|
Additional Information |
anytime you have a entry field such as for the additional arguments to tar, you are responsible for what goes there. we can't check for all the possible conflicting arguments. if you want to do bzip2 add an option similiar to the gzip option that is already present |
|
|
Attached Files |
|
|
|