home *** CD-ROM | disk | FTP | other *** search
- ******************LINUX APUS INSTALLATION GUIDE by JoeBVPPC********************
-
- French:
-
- Guide d'installation
-
- I) INSTALLATION DE LA DISTRIBUTION LinuxPPC R4 (ou R5)
-
- a) Demarrage de l'installeur RedHat
-
- -Tout d'abord, ouvrez une fenetre CLI
- -Allez dans le repertoire Amiga du CD
- -et tapez: execute installlinux(AGA..etc suivant votre config)
- -au bout de quelque seconde vous devriez voir linux demarrer
- et l'installeur s'afficher
-
- b) Installation de la RedHat
- Pour cela, je ne serais que vous conseillez d'aller visitez
- la FAQ Linux PPC sur http://come.to/dfalm
-
- II) Demarrage de LinuxPPC
-
- -Copier le fichier startlinuxhdi correspondant a votre config,
- qui se trouve dans le
- repertoire Amiga du CD, dans un repertoire de votre
- choix
- -Allez dans ce repertoire et editez le fichier startlinuxhd
- - dans la ligne:
- bootstrap --apus -k vmlinux root=/dev/hdxy video=pm2fb
- modifiez /dev/hdxy suivant la partition sur laquelle vous avez
- installez linux (/dev/hda1 correspond a la premiere
- partition de votre premier disque dur, et ainsi de suite)
-
- -enfin executez le fichier startlinuxhd en tapant dans une
- fenetre CLI:
- execute startlinuxhd(4IDE-AGA,AGA,4IDE-PM2,PM2)
-
-
- III) Configuration de LinuxPPC
-
- a) Installation de XWindow
-
- -a l'invite login: tapez root puis le mot de passe
- que vous avez rentrez lors de l'installation
- -montez le lecteur cdrom en tapant (sous linux):
- mkdir /mnt/cdrom
- mount /dev/cdrom /mnt/cdrom -t iso9660
- -copier le fichier XF68_FBDev du cdrom dans /usr/X11R6/bin
- en tapant:
- cp /mnt/cdrom/Amiga/XF68_FBDev(AGA ou pm2 suivant votre config) /usr/X11R6/bin
- -puis tapez: ln -s /usr/X11R6/bin/XF68_FBDev(AGA ou pm2) /usr/X11R6/bin/X
- -enfin tapez: cp /mnt/cdrom/Amiga/XF86Configi(AGA ou pm2) /etc/
- mv /etc/XF86Config(AGA ou pm2) /etc/XF86Config
-
- b) Configuration de la souris et du FrameBuffer (pilote graphique):
-
- -tapez pour cela les lignes suivantes:
- cd /dev
- mknod fb0current c 29 0
- mknod amigamouse c 10 4
- ln -s amigamouse mouse
- ln -s fb0current fb0
-
- VoilĂ vous pouvez maintenant demmarer XWindow (l'interface graphique de Linux) en tapant: startx
-
- English:
-
- Installation Guide
-
- I) LinuxPPC R4 (or R5) Installation
-
- a) Starting the RedHat installer
-
- -First open a CLI window
- -Go in the Amiga directory of the CD
- -Then type: execute installlinux(AGA...etc depending of your config)
- -after few seconds you will see the first screen of the RedHat
- installer
-
- b) Installing the LinuxPPC distribution
-
- -A complete guide with photos can be found on:
- http://come.to/dfalm
-
- II) Starting your installed LinuxPPC system
-
- -copy the file startlinuxhd(AGA...etc depending of your config),
- which is located on the Amiga directory of
- the CD, anywhere on your hd.
- -Go on the directory where you've juste copied startlinuxhd and edit him
- with your favorite editor, change /dev/hdxy in the line:
-
- bootstrap --apus -k vmlinux root=/dev/hdxy video=pm2fb
- by your choosen partition (REMEMBER: /dev/hda1 correspond to the first
- partition of your first harddrive ...etc)
-
- -Then start linux by typing on a CLI window: execute startlinuxhd
-
- III) Configuring LinuxPPC
-
- a) Installation of XWindow (The Linux GUI)
-
- -At the login: prompt type: root and at the password: prompt
- type the password you have set in the installation
- -After type: mkdir /mnt/cdrom
- -Then mount the cdrom by typing:
- mount /dev/cdrom /mnt/cdrom -t iso9660
- -Then copy the XFree FrameBuffer server by typing:
- cp /mnt/cdrom/Amiga/XF68_FBDev(AGA or pm2, depend of your configuration) /usr/X11R6/bin
- ln -s /usr/X11R6/bin/XF68_FBDev(AGA or pm2) /usr/X11R6/bin/X
- cp /mnt/cdrom/Amiga/XF86Config(AGA or pm2) /etc/
- mv /etc/XF86Config(AGA or pm2) /etc/XF86Config
-
- b) Installing the mouse and the framebuffer devices:
-
- -type: cd /dev
- -then type:
- mknod fb0current c 29 0
- mknod amigamouse c 10 4
- ln -s amigamouse mouse
- ln -s fb0current fb0
-
- Then you can start X by typing: startx
-
-
-