Hi guys,
my name is Thomas. I need your help in order to understand better how Puppy works. I would like to boot puppy entirely on ram (in order to remove the usb stick) by means of boot to ram or copy to ram boot settings, but I need to save a session in order to make the modification I need to perform my programs. I cant understand how to load on ram the modification since the boot to ram mode doesnt work with pup save files and the copy to ram mode doesnt allow me to eject the usb.
With the copy to ram mode I managed only to unmount the usb using:
- sudo umount /dev/sdb1 -l
but I use the eject command:
- sudo eject /dev/sdb1
things start to not work.
How can I save a session to use after with this two modes? I think that on copy to ram mode I can write a script in order to copy all the files I need to ram through this steps:
- Mounting the partition at boot;
- Creating a tmpfs partition on ram;
- Coping all the files I need;
- Change the .jmwrc file with the modified one;
- Unmounting the partition.
Thank you