cbagger01
Group: Members
Posts: 4264
Joined: Oct. 2003 |
|
Posted: Aug. 11 2005,16:17 |
|
Your assement of the situation is correct.
DSL is compatible with much of the Debian packages, but it is not "pure debian", ethier as a livecd or after doing a hard drive install.
If you want a pure debian install, you can download the small debian network install iso or you can also install a Debian system as an option from the KNOPPIX livecd hard drive install script.
The big issues with DSL and debian are:
1) DSL uses the TinyX aka KDrive xservers that are part of the freedesktop.org xserver project. These are different from the standard Xfree86 servers so if you try to install/upgrade packages that are part of the x windows subsystem, you will break your DSL installation.
2) DSL has modified the original package payload of many Debian packages in order to save space on the livecd. For example, many documentation files and man page files and international language files have been deleted and also some individual binaries and libraries have also been removed at times. This is less important than 1) but it can still bite you if you install a package that depends on this binary or library. For example, some of the GNU utilities have been removed from the base livecd and others have been replaced with the busybox equivalent in order to save space. These modifications can occasionally bite the user when he/she does an apt-get install of something.
But for the most part, DSL is compatible with Debian if you do the following:
Install (upgrade) to GNU utils with gnu-utils.dsl NEVER do an apt-get dist upgrade Avoid installing or upgrading packages that are part of the x-windows subsystem UNLESS you manually install XFree86 instead of using the default DSL xserver
|