I have TC 2.7 installed onto my HDD and setup a boot code so I can update the tcz files.
I want to do some tests using TC as a base so have made a second install of TC to another partition of the same disk.
However when I do an update it only updates one fo the TC installs (the one on hdb8).
Specifically I have on hdb8 an install to /.
The relevant line in the grub2 stanza is
linux /boot/bzImage tce=hdb8 restore=hdb8 home=hdb8
I have on hdb6 another install to a sub-directory called /test
The relevant line in the grub2 stanza is
linux /test/boot/bzImage tce=hdb6/test/tce restore=hdb6/test home=hdb6
I made an update stanza in grub2 for hdb8.
It is
linux /boot/bzImage base norestore text tce=hdb8 restore=hdb8 home=hdb8
and for hdb6 it is
linux /test/boot/bzImage base norestore text tce=hbd6/test/tce restore=hdb6/test home=hdb6
I do
sudo su
tce-update
It updates hdb8 but not hdb6 whichever grub update I choose ie hdb6 or hdb8.
Hope that is clear.
So is it possible to update the tcz's to these installs this way? If so what am I doing wrong?
Or am I causing a problem by not having both TC installs in a sub-directory.
Thanks for any help.