n6hgg
Group: Members
Posts: 5
Joined: Nov. 2005 |
|
Posted: Nov. 07 2005,06:17 |
|
I figured out how to boot to run level 2 permanently if desired. In the dls-linux.sh file, change this part of the string: -append "qemu frugal quiet" add dsl 2 after the quotes so it reads: -append "dsl 2 qemu frugal quiet" then save the file, reboot using the dsl-linux.sh script and it will boot to run level 2.
Same thing in the dsl-windows.bat file for a windows boot: change the following: -append "qemu sb=0x220,5,1,1 frugal quiet" add dsl 2 after the quotes so it reads: -append "dsl 2 qemu sb=0x220,5,1,1 frugal quiet" save the file, then boot dsl by double clicking the dsl-windows.bat file.
If all you want is a text only browser, this is a good way to have it. Type (without quotes) "links www.damnsmalllinux.org" and the links text browser jumps to life. Pretty nice without having to wait for the xserver to come up on slower machines.
Bob
|