Why do myconfig= and home= conflict sometimes?
In short, just using:
"home=/dev/hda2"
gives me a persistent home directory, but doing this:
"myconfig=/dev/hda2 home=/dev/hda2"
Gives me no persistent home directory. Anybody know why? Even weirder, in some installations I have, they don't conflict (both will work).
Re: Why do myconfig= and home= conflict sometimes?
Quote:
Originally Posted by Jansi
<...>Even weirder, in some installations I have, they don't conflict (both will work).
UPDATE:
In looking at an installation where persistent home directory AND the KNOPPIX configuration were both compatibly working together, I noticed that I used "config=/dev/hda2" instead of "myconfig=/dev/hda2"
Are config and myconfig interpreted differently by the kernel??
I will look in to this more when I can...