| !InstallAS.!Run
| Loader for ARMedSlack (Slackware Linux for ARM) installer
| Stuart Winter <stuart@armedslack.org>
| 30-May-2004

Set ARMedSlack$Dir <Obey$Dir>
Set LinLoader$Dir <ARmedslack$Dir>.!LinLoader

Wimpslot -min 2048K

| Old cruft for the original Linux Loader: it will remain here incase
| we ever need to use it for the installer.
|<LinLoader$Dir>.!Run -bootkernel <ARMedSlack$Dir>.zImage -initrd <ARMedSlack$Dir>.color/gz -args "root=/dev/ram"

| Boot the installer using the newer !LinLoader application:
| Mote that the SLACKSYST variable can be modified here.  If it is not
| specified then the installer will try to determine the machine by 
| querying /proc/cpuinfo.
|<LinLoader$Dir> -t <ARMedslack$Dir>.zImage -i <ARMedSlack$Dir>.color/gz root=/dev/ram0 SLACKSYST=RiscPC rw ide0=0 

<LinLoader$Dir> -t <ARMedslack$Dir>.zImage initrd=<ARMedSlack$Dir>.color/gz root=/dev/ram0 SLACKSYST=RiscPC rw ide0=0 