<?php /* -*- HTML -*- */
/*

$Id: potato.php,v 1.1 2002/08/09 01:43:06 cph Exp $

Copyright (c) 2001, 2002 Massachusetts Institute of Technology

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.

*/

$MODEL = ($HTTP_GET_VARS['MODEL']);

switch ($MODEL)
{
 case "6000":
 case "500":
  break;
 default:
  print ("Unknown model number ${MODEL}.\n");
  exit ();
}

include ("support.php");
$SCRIPT_TITLE = "Debian 2.2 support for the HP OmniBook ${MODEL}";
standard_header ("\$Id: potato.php,v 1.1 2002/08/09 01:43:06 cph Exp $");
?>

<p>
<strong>This page describes support for Debian 2.2.  These packages,
floppies, and CD images are no longer being maintained.  I strongly
urge you to upgrade to Debian 3.0, which doesn't require special
support for the OmniBook.</strong>
</p>

<ul>
<li><a href="packages.php">Packages</a></li>
<li><a href="boot-floppies/">Boot floppies</a></li>
<li><a href="cd-images/">CD images</a></li>
</ul>

<p>
I've generated a number of <a href="packages.php">Debian packages</a>
to support this machine, which can either be downloaded individually
or added as an apt source.  The packages provide a 2.4 kernel and
supporting software; XFree86 version 4.0; and programs to support
specific features of the OmniBook.
</p>

<p>
In addition, to simplify installation of Debian on this machine, I've
created <a href="boot-floppies/">custom boot floppies</a> and 
<a href="cd-images/">custom CD images</a>.

The boot floppies include my custom Linux 2.4 kernel and the
associated support packages.  They fully support the ReiserFS file
system.
</p>

<?php if ($MODEL == "500") { ?>
<p>
The boot floppies now support use of the supplied USB cable for the
floppy drive.  In order to do this, here are some special instructions
(these instructions do <strong>not</strong> apply if you have the
floppy installed in the multimedia base).  Boot the system with the
"Rescue" disk, then enter the following at the <samp>boot:</samp>
prompt:

<pre>
linux usb_root_floppy=/dev/sda
</pre>

This tells the kernel that you are using a USB floppy drive and that
the root file system should be read from it.  Later, when the Debian
configuration program is running, if you are asked what floppy device
to use, choose <samp>/dev/sfd0</samp>, which is also called the "SCSI
floppy drive".
</p>
<?php } ?>

<p>
The CDs are based on Debian 2.2r3, include all of the packages
available on this site, and are bootable.  The boot section of the CDs
uses the custom boot-floppies.  Note that the CDs were last generated
in June 2001 and use a Linux 2.4.5 kernel, but it is easy to install
from the CDs and then upgrade to the current package versions.
</p>

<?php if ($MODEL == "6000") { ?>
<p>
<strong>Note that these floppies do not work when the floppy drive is
connected to the OmniBook 6000 using the supplied cable; the drive
must be installed in the machine.</strong>

I do not know if this can be fixed; it depends on whether the floppy
can be made to work at all with the cable.
</p>
<?php } ?>

<?php standard_footer () ?>
