doobit
Group: Members
Posts: 912
Joined: July 2005 |
|
Posted: April 22 2006,13:38 |
|
1. Lilo is not the default bootloader. You can also use GRUB. I personally prefer GRUB because it recognizes more file systems, and it's configuration file (menu.lst) is easy to edit.
2. The nice thing about a Frugal install is that the developers, who are Linux users themselves, have thought of most of the issues surrounding its use. Frugal install has a couple of ways to manage commands and external programs. One way is using scripts. You can navigate all around DSL using the scripts that are already written for you. For example, the Frugal OS looks at /opt/bootlocal.sh everytime you boot up. It's a bash script that loads any path that's written in it, as root, when you boot, so you can put the path to certain other scripts into it to start programs, etc. It is like a .bat file in MSDOS. The first script that a Frugal install looks at is the boot command line script. That's the /boot/grub/menu.lst script in GRUB, for example. There are certain commands that are made to load from this script at boot time that modify the behavior of the OS as it loads. Some of these commands are general Linux boot line commands and some wer adopted from Knoppix, and some are unique to DSL. Anything in the boot command line that is place after the command "dsl" is unique to dsl or has been adopted from Knoppix. For example the commands Code Sample | dsl noapm host=lunchbox secure | will make sure apm is not turned on, that the computer hostname is set to "lunchbox," and that you are asked for a username and password when you boot.
There is a partial list of these boot line commands that are accessible when you press the F2 and F3 keys at the boot prompt.
Also, you can make your settings permanent by adding the path to their scripts to the /opt/bootlocal.sh script, and to the filetool.lst script for apps. Any applications that you want to start at bootup can be made automatic by copying them to the / partition and adding the bootline command Code Sample | dsl mydsl=[the media where they are stored goes here] | to the boot command line in GRUB, LILO, or just by typing it in when you get the boot prompt at the DSL splash screen.
-------------- "Help stop internet piracy...use Linux!"
|