Quote (mikshaw @ June 22 2006,22:42) |
There should be no problem using multiple frugal installs...I have 3 installed on the same partition at the moment. The backup has nothing to do with which system is booted...it is read only after the kernel has loaded and the filesystem is mounted. My only guess is that you have something wrong in menu.lst |
Quote (mikshaw @ June 22 2006,22:42) |
1) The only way I can think to do this without making a mess is to make sure that the only thing that changes is the user name. Unless you don't mind breaking a lot of DSL's features, you should keep the uid 1001, the gid 50, the home directory /home/dsl, and make sure your user can sudo. Even doing this may cause troubles in, for example, mydsl. User dsl is a fundamental part of DSL's unique features, so i wouldn't recommend changing your default user unless you have no plans to do a lot of DSL-specific tasks. |
Quote (mikshaw @ June 22 2006,22:42) |
2) you may need to start the x session as the other user. I don't know much about this, so that's all I'm going to suggest. 3) Secure will prompt for the creation of both root and dsl passwords, but prompting to enter passwords after this depends on the context. In a typical setup the sudo command does not require a password, and user dsl is logged in automatically by means of user root suing to dsl rather than being an interactive processes. I've changed my frugal system to behave in the "traditional" way, prompting for a user name and password for login, and providing virtual terminals in order to run multiple simultaneous sessions. You can see the process I used here: http://damnsmalllinux.org/cgi-bin....;t=7936 |
Quote (cbagger01 @ June 25 2006,22:07) |
You may need to specify the location of your DSL frugal KNOPPIX file in the kernel's append line by using the "fromhd" cheatcode. In other words, it shoud look like this: dsl mydsl=hda8 restore=hda8 fromhd=/dev/hda8 for your "hda8" installation in your grub menu. By default, DSL will automatically search for a /KNOPPIX/KNOPPIX file located on any data partition. It probably searches your hda partitions in sequential order until it finds one at /dev/hda7 so you will need to explicitly specify the location for your /dev/hda8 frugal installation. |