* Tito Mari Francis Escaqo <[email protected]> [2011-10-29T17:50+0800]: > My idea is for the whole system to run off a Live CD, but I'm quite > lost how to start the X windowing system, then the web browser and > then automatically shutdown the whole system after quitting web > browser.
As for the browser starting when X is started, this would do:
echo exec firefox > ~/.xinitrc
When you quit Firefox, X will terminate, too. Your other requirements
are a bit trickier though.

