Adding cheat code as boot parameters, like "from="

  • LE needs a partition for KERNEL and SYSTEM files and a second partition for storage. It seems to be a choice of LE not to have the possibility to have them on the same partition.

    On the partition for storage there are several directories made by LE. I should like to have these directories and files placed in an additional directory. I mean for example:
    /dev/sdx/my_dir/.kodi/ instead of /dev/sdx/.kodi/ etcetera. And my_dir could be added as cheat code like "from=/my_dir/" (or in this case better "to=/my_dir/"), like in Slax see https://www.slax.org/starting.php

    My LILO entry works for two partitions:
    # Linux bootable partition config begins
    image = /boot/KERNEL
      label = LE
      append = "boot=UUID=c3c88548-951e-47f2-a9ed-6668a6b42195 disk=UUID=683afd66-b6d5-4947-8026-796f4183fc02 portable quiet"
      read-only
    # Linux bootable partition config ends

    Using the same UUID for boot and disk seems not to be possible. How can I circumvent this and more important how to have the path for storage as "to=/my_dir/" as cheatcode added to the append line to the lilo entry.