Installing Flash Player on Knoppix 3.7

So here I was running Knoppix 3.7 and trying to determine if White Castle has Kids Meals. (They do not at store #9).
  1. I go to http://www.whitecastle.com only to be hit by an unfriendly message about
    If you're One of Ours, then you'll need Flash 6.

    Okay, I'll play along.
  2. I go to http://www.macromedia.com/shockwave/download/alternates/ and download the Flash Player 7 for Mozilla 1.2
  3. The browser offers a choice to open with "ark", so I let it.
  4. It unpacks the stuff into /home/knoppix, making a /home/knoppix/install_flash_player_7_linux subdirectory.
  5. This actually works since the files needed are in the subdirectory knoppix@ttyp3[~]$ export MOZ_PLUGIN_PATH=/home/knoppix/install_flash_player_7_linux/
    knoppix@ttyp3[~]$ mozilla

The first time I did this, I make two subdirectories called components and plugins, and directed the installer to put them there. The adobe/macromedia files ended up in plugs, so I pointed MOZ_PLUGIN_PATH there.

So I figured I would document the steps...

The following documents that, weirdly, the install procedure found the /home/knoppix/.mozilla directory and installed the components, and it all worked without the MOZ_PLUGIN_PATH step.

Hmm, have to try it right after a fresh Knoppix boot.
Here are the instructions anyway...