home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 107 / EnigmaAmiga107CD.iso / Linux68k / Boot < prev    next >
Text File  |  1999-10-12  |  385b  |  9 lines

  1. ;echo "You must edit this script to configure for your system."
  2. ;echo "See documentation."
  3. if NOT EXISTS ENV:Linux68kRoot
  4.     RequestString TITLE "Root selection" BODY "Please specify the name of your Linux*nroot partition (e.g.: /dev/hda3)" >ENV:Linux68kRoot
  5.     copy ENV:Linux68kRoot ENVARC:Linux68kRoot
  6. endif
  7.  
  8. amiboot --keep-video -k $Linux68kKernel root=$Linux68kRoot $Linux68kVideoMode
  9.