* rebased llvm/hotfix-sparcv9-not-64.diff
[t2sde.git] / target / desktop / rootfs / home / guest / Desktop / README.html
bloba1991507fc2b57da06408d3f63e7adddac409ef7
1 <!doctype html public "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5 <title>T2 @Live</title>
6 </head>
7 <body>
9 <H1>T2 @Live</H1>
11 <H3>What is this?</H3>
13 <p>This is the <a href="http://www.t2-project.org/">T2 SDE</a>
14 (System Development Environment)
15 <a href="http://www.t2-project.org/live/">Live CD</a>.</p>
17 <H3>What is the root password?</H3>
19 <p>Since having a default password is very unsecure if the box is connected
20 to a network and services are started (such as ssh, http, ftp, ...) the Live
21 CD does not allow root login by default. The only login allowed is the
22 password-less "live" account.</p>
24 <p>In order to gain root privileges run use sudo:</p>
26 <PRE>
27 sudo bash --login
28 </PRE>
30 <p>Once root you can of course enable the account by seting a password
31 (via passwd).</p>
33 <p>We strongly recomment to set a live password when you start remote
34 services such as ssh, http, ... or work for a longer time in the live
35 system:</p>
37 <PRE>
38 passwd
39 </PRE>
41 <H3>How to report feedback</H3>
43 <p>Please provide feedback about problems you experience, ideas for
44 future improvements or just that it works for you to the
45 <a href="mailto:t2@t2-project.org">T2 mailing list</a>.</p>
47 </body>
48 </html>