home *** CD-ROM | disk | FTP | other *** search
/ ANews 2 / AnewsCD2.iso / LinuxPPC / Amiga / readme < prev    next >
Encoding:
Text File  |  1999-10-08  |  4.0 KB  |  126 lines

  1. ******************LINUX APUS INSTALLATION GUIDE by JoeBVPPC********************
  2.  
  3. French:
  4.  
  5. Guide d'installation
  6.  
  7. I) INSTALLATION DE LA DISTRIBUTION LinuxPPC R4 (ou R5)
  8.  
  9.     a) Demarrage de l'installeur RedHat
  10.         
  11.         -Tout d'abord, ouvrez une fenetre CLI        
  12.         -Allez dans le repertoire Amiga du CD
  13.         -et tapez: execute installlinux(AGA..etc suivant votre config)
  14.         -au bout de quelque seconde vous devriez voir linux demarrer
  15.          et l'installeur s'afficher
  16.         
  17.     b) Installation de la RedHat
  18.         Pour cela, je ne serais que vous conseillez d'aller visitez
  19.         la FAQ Linux PPC sur http://come.to/dfalm
  20.  
  21. II) Demarrage de LinuxPPC
  22.  
  23.         -Copier le fichier startlinuxhdi correspondant a votre config, 
  24.          qui se trouve dans le 
  25.                  repertoire Amiga du CD,  dans un repertoire de votre 
  26.          choix
  27.         -Allez dans ce repertoire et editez le fichier startlinuxhd
  28.         - dans la ligne: 
  29.             bootstrap --apus -k vmlinux root=/dev/hdxy video=pm2fb
  30.         modifiez /dev/hdxy suivant la partition sur laquelle vous avez
  31.         installez linux (/dev/hda1 correspond a la premiere
  32.         partition de votre premier disque dur, et ainsi de suite)
  33.         
  34.         -enfin executez le fichier startlinuxhd en tapant dans une 
  35.          fenetre CLI:
  36.             execute startlinuxhd(4IDE-AGA,AGA,4IDE-PM2,PM2)
  37.  
  38.         
  39. III) Configuration de LinuxPPC
  40.  
  41.     a) Installation de XWindow
  42.         
  43.         -a l'invite login: tapez root puis le mot de passe
  44.          que vous avez rentrez lors de l'installation
  45.         -montez le lecteur cdrom en tapant (sous linux):
  46.             mkdir /mnt/cdrom    
  47.             mount /dev/cdrom /mnt/cdrom -t iso9660
  48.         -copier le fichier XF68_FBDev du cdrom dans /usr/X11R6/bin
  49.          en tapant:
  50.                 cp /mnt/cdrom/Amiga/XF68_FBDev(AGA ou pm2 suivant votre config) /usr/X11R6/bin
  51.         -puis tapez: ln -s /usr/X11R6/bin/XF68_FBDev(AGA ou pm2) /usr/X11R6/bin/X
  52.          -enfin tapez: cp /mnt/cdrom/Amiga/XF86Configi(AGA ou pm2) /etc/
  53.                   mv /etc/XF86Config(AGA ou pm2) /etc/XF86Config
  54.         
  55.     b) Configuration de la souris et du FrameBuffer (pilote graphique):
  56.  
  57.         -tapez pour cela les lignes suivantes:
  58.             cd /dev
  59.             mknod fb0current c 29 0
  60.             mknod amigamouse c 10 4
  61.             ln -s amigamouse mouse
  62.             ln -s fb0current fb0
  63.  
  64. VoilĂ  vous pouvez maintenant demmarer XWindow (l'interface graphique de Linux) en tapant: startx
  65.  
  66. English:
  67.  
  68. Installation Guide
  69.  
  70. I) LinuxPPC R4 (or R5) Installation
  71.  
  72.     a) Starting the RedHat installer
  73.         
  74.         -First    open a CLI window
  75.         -Go in the Amiga directory of the CD
  76.         -Then type: execute installlinux(AGA...etc depending of your config)
  77.         -after few seconds you will see the first screen of the RedHat 
  78.                  installer    
  79.  
  80.     b) Installing the LinuxPPC distribution
  81.  
  82.         -A complete guide with photos can be found on: 
  83.                 http://come.to/dfalm
  84.  
  85. II) Starting your installed LinuxPPC system
  86.  
  87.     -copy the file startlinuxhd(AGA...etc depending of your config), 
  88.      which is located on the Amiga directory of      
  89.      the CD, anywhere on your hd.
  90.     -Go on the directory where you've juste copied startlinuxhd and edit him         
  91.      with your favorite editor, change /dev/hdxy in the line:
  92.  
  93.         bootstrap --apus -k vmlinux root=/dev/hdxy video=pm2fb
  94.     by your choosen partition (REMEMBER: /dev/hda1 correspond to the first 
  95.     partition of your first harddrive ...etc)
  96.  
  97.     -Then start linux by typing on a CLI window: execute startlinuxhd
  98.  
  99. III) Configuring LinuxPPC 
  100.  
  101.     a) Installation of XWindow (The Linux GUI)
  102.  
  103.         -At the login: prompt type: root and at the password: prompt
  104.          type the password you have set in the installation
  105.         -After type: mkdir /mnt/cdrom
  106.         -Then mount the cdrom by typing:
  107.             mount /dev/cdrom /mnt/cdrom -t iso9660
  108.         -Then copy the XFree FrameBuffer server by typing:
  109.            cp /mnt/cdrom/Amiga/XF68_FBDev(AGA or pm2, depend of your configuration) /usr/X11R6/bin
  110.            ln -s /usr/X11R6/bin/XF68_FBDev(AGA or pm2) /usr/X11R6/bin/X
  111.            cp /mnt/cdrom/Amiga/XF86Config(AGA or pm2) /etc/
  112.            mv /etc/XF86Config(AGA or pm2) /etc/XF86Config
  113.  
  114.     b) Installing the mouse and the framebuffer devices:
  115.  
  116.         -type: cd /dev
  117.         -then type:
  118.             mknod fb0current c 29 0
  119.             mknod amigamouse c 10 4
  120.             ln -s amigamouse mouse
  121.             ln -s fb0current fb0
  122.  
  123. Then you can start X by typing: startx 
  124.                    
  125.     
  126.