Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Repack non-bootable IFS problems: (1 Item)
   
Repack non-bootable IFS problems  
Hi there.
I have a problem creating non bootable IFS image.

I've used dumpifs to dump the contents of non bootable ifs image.
Then i tried to pack it again using mkifs and parmeter file.

Here is part of it.

[prefix=]
[image=0x0]
[compress=2]
[dperms=0777 uid=0 gid=0]
[perms=1777]
[type=link] factories=usr/lib/factories
[data=copy code=uip] /usr/bin/chsum = d:\ifs-root2\usr\bin\chsum
/usr/lib/terminfo/terminfo.src = D:/ifs-root2/usr/lib/terminfo/terminfo.src
/usr/lib/terminfo/v/vt100 = D:/ifs-root2/usr/lib/terminfo/v/vt100

The image is created but when i use dumpifs to unpack it and compare the files bit by bit they are not the same :(

The regullar files (not executables or librarys) are not changed, terminfo.src and vt100 are 100% match.

Here is one file (chsum) to show the difference. chsum1 is is the file that i get when using dumpifs on the original 
image.
cksum2 is the file that i get when dumping the ifs that i've created based on the original one.

chsum1
https://mega.nz/#!9koywTRb!1s7Px_977I4Lt0-Z_uIH1rpU3YdCPGZnUy3ETmBC0DQ

chsum2
https://mega.nz/#!co5FiBZZ!MGlGPn8HN_YmJk6QTRNPAmHuVm4g5IyCBTVn5h4G0-Y

If i try to use [+raw] and set [perms=+x] then the files are not cahnged in content but the unit does not like them :(

Any ideas or suggestions are welcome.

Regards.