View Single Post
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#209
Originally Posted by lpt2007 View Post
And what about this part of instructions:

The filesystem is pre-set to that "/boot/Harmattan" is a link to "/mnt/2" which is mounted as /dev/mmcblk0p2
This sentence means to me that I must put kernel files in "/mnt/2" or
I got it all wrong.
Well, that just means that on the ubiboot FS you have symlink "/boot/Harmattan --> /mnt/2"
Note that also the target of the link is the "/mnt/2" of the ubiboot FS, not the "/mnt" of your Harmattan root FS.

When (still in ubiboot FS, running the menu...) you do "mount /dev/mmcblk0p2 -t ext4 /mnt/2", what happens is that your Harmattan root FS now appears on the "/mnt/2" of your ubiboot FS.
Now, remember you have the symlink there, the place that your kernels will appear can be resolved to: "/boot/Harmattan/boot/"
This is same as "/boot/" on your Harmattan root FS.

If you are still confused, either just take my word for it or grab a pencil and piece of paper and sketch it out for yourself...