PDA

View Full Version : SAVING PREFERENCES FOR REBOOT?



kidsatacrux
01-11-2007, 08:49 PM
I suppose this question has already been answered, but I'm not sure where to look for the answer.

What is the program?

How do you save that persistent preference file so the next time I reboot the DVD,

I don't have to waste time changing preferences and options?

davec51
01-13-2007, 02:38 AM
Open the main menu (lower left of your screen). Go to Knoppix-->Configuration-->Save Knoppix Configuration. Your hard drive is likely to be hdb1.
Save.
When you reboot again, at the prompt when it first starts up, type knoppix myconfig=scan or myconfig=/media/hdb1(assuming that's where you saved the config file.

An even better practice is to save a whole permanent Home folder, also started at Menu-->Knoppix-->Configuration. The resulting file is much larger on your hard drive (I think about 250mb), but it will also save documents, additional software, and so forth.

ndb
01-13-2007, 12:18 PM
Further to creating a persistent home directory, this will only work if the hard drive is formatted as FAT, not NTFS, which is the standard for WIN NT/2000/XP.

If the hard drive is NTFS, you can create a FAT partition; all warnings/cautions/'proceed at your own risk' applies. You should back up everything you can't leave without, and consider the possibility of a full reinstall/restore if something screws up.

mr-roboto
01-13-2007, 04:47 PM
Further to creating a persistent home directory, this will only work if the hard drive is formatted as FAT, not NTFS, which is the standard for WIN NT/2000/XP.

If the hard drive is NTFS, you can create a FAT partition; all warnings/cautions/'proceed at your own risk' applies. You should back up everything you can't leave without, and consider the possibility of a full reinstall/restore if something screws up.

Not anymore. This is one of the significant updates of 5.1.x, documented in the changelog. That is, being able to save/restore to NTFS partitions. I've been saving/loading my config to my first hdrive partition (NTFS) for over a week now. Haven't seen a single disk check upon return to XP. This week, I added a swapfile to the mix, also on /dev/hda1. So far, so good. I'm not recommending using this facil, only pointing out that it has been working for me (and others I presume).....

kidsatacrux
02-01-2007, 10:14 PM
I figured all this out, but what I didn't figure out is why there doesn't seem to be much of an option to save multiple persistent image files per harddrive? or For that matter, per computer system?

Whenever I try and make another image it seems to insist I erase the old one.

Someone ought to redesign the program to give is multiple configurations.

We should be able to make multiple system configuration files instead of just one for all.

mr-roboto
02-03-2007, 09:12 AM
I figured all this out, but what I didn't figure out is why there doesn't seem to be much of an option to save multiple persistent image files per harddrive? or For that matter, per computer system?

Whenever I try and make another image it seems to insist I erase the old one.

Someone ought to redesign the program to give is multiple configurations.

We should be able to make multiple system configuration files instead of just one for all.

Thou art correct. I hope I can get to that one soon. I've been doing the job manually and for the sake of expediency, I may turn it into a Python script, since Python is part of 5.11.

Have you noticed the modified file/date stamp on your config.tbz ? The date never seems to change, until the file is completely replaced. Maybe I'm seeing things....