So I got an older computer working and I used a harddrive I've used with the computer before that had puppy ready installed.
But then the mouse didn't work, so I tried starting the computer in: SAFE MODE (without X).
So after that I installed puppy from there onto a USB and it works to start up and everything and the mouse works.
Then I wanted to remove permanently some files that are part of the main sfs file (puppy_linux...sfs). So I did the:
# unsquashfs puppy_linux...sfs command in terminal, deleted the files and then did the:
# mksquashfs squashfs-root puppy_linux...sfs command in terminal to save to a new main sfs.
Then I deleted the old sfs and put in this new one where the old one was.
The main sfs file and kernel is in:
mnt/home
So then after save and restart I check and the files that I deleted are back! The are like under:
/root .... and so on.
Why are they not deleted? Is this because I loaded from a USB? and it still reads in files from the harddrive?
Or doesn't the unsquashfs and mksquashfs commands work as I thought are there any other files I have to change other than the main sfs file?
Is it because I installed puppy on the USB from the safe mode (without x)?