@theroar84
Firstly, USB for Frugals are a bad choice. The performance and behavior is NOT ideal for any Frugal operations unless there is no other way. This has been published many times. Your knowledge of this is important.
But if you insist, it WILL RUN as a Frugal. And when booted, the FRUGAL wants to keep everything contained on the USB as you show.
Puppy offers the ability to put the sessions somewhere else on your system. BUT, from a pristine use, you MUST provide the location you want your Session to be saved, at boot time.
Todoso, at the Menu edit the line of your choice, add a "PSAVE" parameter to tell it where you want it to save your session. Using psave=uuid:/path
is one way. BUT I use another way as it is easier and simpler for me; namely psave=partition-labelname:/path
For example, a boot line I have used in booting FossaPUP64 by editing a boot entry is:
Code: Select all
linux /vmlinuz pfix=fsck pmedia=usbflash psave=Persistence:/Sessions/
which tells PUPPY to look for partition named "Persistence" and find the folder "Sessions". Then use that location when necessary to save/locate the current session(s).
In that folder none will be there if this is a pristine boot or iff I had/have prior saved a session there it might be something named 'fossapup64save..." for example and FossaPup64, with the parms above, KNOWS where to find and where to deposit your info for your session.
Hope this info is helpful
P.S. Its better to place and run your 'installed' Frugal files on your system drive. If you want a USB that you carry around, there are some modern technology which might be exactly what you would want and would give everything your current Frugal attempts provide without the performance hit one gets from Frugal on a USB. In other words this forum has discussions on some methods of USB use that provides the same portability that an 'installed' PUP USB gives.
Lasly, myself and others will rush here to tell you that on a USB you CAN DO IT. But, I'll leave it to you to decide if its the only or best way forward for you. That's a personal choice I respect.