This commit is contained in:
gferg 2007-08-30 18:23:14 +00:00
parent 3a888df64f
commit 7dc1b13972
1 changed files with 6 additions and 7 deletions

View File

@ -91,9 +91,7 @@
<abstract> <abstract>
<indexterm> <title>Abstract</title>
<primary>Abstract</primary>
</indexterm>
<para> <para>
Lists the procedures and tools needed to boot the Compaq T1500, using a Netboot of both the native file system and a generic Linux installation. Lists the procedures and tools needed to boot the Compaq T1500, using a Netboot of both the native file system and a generic Linux installation.
</para> </para>
@ -375,7 +373,7 @@ mknod /dev/fram b 64 128
Grab and install the XF86Config file from <ulink url="http://www.falkensweb.com/t1500.html">http://www.falkensweb.com/t1500.html</ulink>. Grab and install the XF86Config file from <ulink url="http://www.falkensweb.com/t1500.html">http://www.falkensweb.com/t1500.html</ulink>.
Use a line like</para> Use a line like</para>
<screen>xinit -- -bpp 16 &</screen> <screen>xinit -- -bpp 16 &amp;</screen>
<para>In rc.local (or your distributions equiv.) to start it up automaticly. <para>In rc.local (or your distributions equiv.) to start it up automaticly.
To do the safe thing and run X as a user, create the user and use something To do the safe thing and run X as a user, create the user and use something
@ -386,7 +384,7 @@ mknod /dev/fram b 64 128
case "$1" in case "$1" in
start) start)
echo -n "Automatically logging into X" echo -n "Automatically logging into X"
su -c 'cd ~mplayer && xinit -- -bpp 16' - mplayer & su -c 'cd ~mplayer &amp;&amp; xinit -- -bpp 16' - mplayer &amp;
echo "." echo "."
;; ;;
stop|restart) stop|restart)
@ -465,7 +463,7 @@ if you are booting your own kernel which doesn't need one.</para>
</sect1> </sect1>
<sect1<title>Pending projects</title> <sect1><title>Pending projects</title>
<para>Edit / re-flash FLASH</para> <para>Edit / re-flash FLASH</para>
<para>PCMCIA usage - probably needs the next item :-)</para> <para>PCMCIA usage - probably needs the next item :-)</para>
<para>Custom kernel (TFTP loader looks at checksum / WYSE string, we have a checksum maker now !)</para> <para>Custom kernel (TFTP loader looks at checksum / WYSE string, we have a checksum maker now !)</para>
@ -487,4 +485,5 @@ if you are booting your own kernel which doesn't need one.</para>
<para>Tigger</para> <para>Tigger</para>
</sect1> </sect1>
</article> </article>