View Single Post
Posts: 9 | Thanked: 0 times | Joined on May 2008 @ Russia
#33
There are error in clone.sh:
Code:
218c218
< export BOOT=`grep $DISK$"p"PART2 /root/install-tools/matrix | awk '{print $2}'`
---
> export BOOT=`grep $DISK"p"$PART2 /root/install-tools/matrix | awk '{print $2}'`
Also:
Code:
file: File 4.23 supports only 4 version magic files. `/usr/local/share/file/magic.mgc' is version 5
I fixed this, copying magic.mgc from /usr/share/file/ to /usr/local/share/file/.

May be it is not necessary to include local "file" and "e2" packages (and possibly others), but install from repositories?

TODO: swap partition and bootable partition on different cards.

And question: how to edit installed bootmenu.* ? On /mnt/initfs they are readonly.

Last edited by Dali; 2008-08-13 at 11:22.