Unix/BSD/Linux distro LiveCD without a desktop.

Are there any pre-spun distros out there of something unix-ish that doesn't have a desktop? Or maybe just a tabbed/tiling window manager. A plus would be WIFI tools like iwconfig.

link|improve this question
feedback

2 Answers

up vote 2 down vote accepted

Last I checked (a couple years ago) NetBSD has a livecd that starts without a GUI. If you want to use a GUI you can do so, it's not a full fledged gnome or kde environment, but a basic X environment. It also has the wireless tools.

link|improve this answer
This is perfect thanks – Mathnode Feb 8 '11 at 10:10
You're welcome! – projectdp Feb 9 '11 at 2:05
feedback

System Rescue CD (includes also many useful tools) includes iwconfig, and do not include graphical user interface. It boots directly to command line, and supports USB and CD boot, both with 'live' (as in without installing to hard disk).

You can also use for example Knoppix and boot to text mode by writing following command on bootloader (when livecd starts, there is bootloader prompt before starting Linux):

knoppix 2

Knoppix cheat sheet lists more parameters, but no other parameter is required for text mode boot.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.