| !SlackBt.!Run
| Launch ARMedslack (Slackware Linux for ARM) using LinLoader
| Stuart Winter <mozes@armedslack.org>
| 30-May-2004

Set ARMedslack$Dir <Obey$Dir>
Set LinLoader$Dir <ARmedslack$Dir>.!LinLoader
WimpSlot -min 2048K

| This boots from hard disk where the root file system is located
| on the second partition of the slave IDE hard disk.
|
| Useful kernel parameters:
| -------------------------
| 1.  ide0=0 
|    Turns off the onboard IDE bus, making Linux treat the 
|    expansion boards (eg RapIDE et al) as the primary IDE bus.
|    This is a very useful option but it's probably worth leaving
|    your motherboard IDE as the primary bus.
|    If you ONLY have motherboard IDE (no back plane IDE expansion cards)
|    then DO NOT SET THIS parameter - remove it entirely from the 
|    list.
|    ****** THIS OPTION IS BEING REMOVED FROM LINUX-2.6 ********
|    Note to myself: Find out what the new option is called.
|
| 2. root=/dev/hdb2
|    Sets the location of the root file system to be on the second  
|    partition on the slave IDE disk.
|    Since I currently suggest donating a secondary, dedicated
|    hard disk for ARMedslack Linux, I'm assuming that this disk 
|    will be the secondary/slave IDE disk.
|    If you use SCSI then this would be /dev/sdb2
|
| 3. init=/bin/bash
|    Use this to subvert the normal boot process and drop straight into
|    a bash prompt.  This is useful for debugging the boot sequence and
|    changing a forgotten root password.   
|
| Notes
| -----
| Other boot parameters such as SLACKSYST are used for the installer only:
| don't change them.
| 
<LinLoader$Dir> -t <ARMedslack$Dir>.zImage root=/dev/hdb2 SLACKSYST=RiscPC ide0=0