I am not sure what you mean? If you want all your distro .mnu files and ISOs in the Main menu then put them in the \_ISO\MAINMENU\MNU folder.
Most .mnu files use the $HOME$ variable - this is translated by E2B to be the foldername of where ever you place the .mnu file. So you can move them to wherever you like.
The .mnu file determines the menu entry and menu help text - you can change this to whatever you like.
If you want to have two entries for each ISO - one for persistence and the other non-persistent, you can do this by adding a few lines to your persistent .mnu file - e.g.
title HERE IS MY non-persistent linux\n HERE IS MY HELP TEXT
/%grub%/QRUN.G4B $HOME$/MYISO.ISO
This will run the MYISO.ISO as if it was just placed in the \_ISO\xxx folder.
See https://easy2boot.com/configuring-e2b/about-mnu-files/
In the case of slax - you can either place the ISO file in \_ISO\MAINMENU or use the persistent ,mnu and press ESC key as detailed in http://www.slax.org/en/documentation.php#booting
Topic: Easy2Boot
Date 12/12/2014
By SteveSi
Subject Re: Persistence and Menus
———
Back