blob: 78eb94bd5ba3fa6383b4c0b41f52daa023a2d17a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
!! beta version !!
Mandrake Alpha short Howto-Install
this doc is for SRM, if you have alphabios, see README.milo
* to install from the cdrom:
- either boot on the cdrom:
- in SRM, find the device name corresponding to the cdrom (`show device' can help)
- enter `boot dqa0 -fl 0' (replacing dqa0 by the cdrom device)
- or you can boot on a floppy:
- first create a boot floppy from images/cdrom.img
- in SRM, find the device name corresponding to the floppy (`show device' can help)
- enter `boot dva0 -fl 0' (replacing dva0 by the floppy device)
- fulfill the install.
* on reboot:
- either enter `boot XXXX -fl 0' where XXXX is the device where you installed
the system
- if the device is not available via SRM, use the
cdrom: `boot dqa0 -file boot/v.gz -fl root=/dev/sda1' (replace sda1 by the
root you installed on, and dqa0 by the cdrom device)
* to install from the network:
Same as for the cdrom install, except give `boot dqa0 -fl 1' or boot on
images/network.img floppy (with `boot dva0 -fl 0')
Alpha Team.
Reports problems to Chmouel Boudjnah <chmouel@mandrakesoft.com> or Pixel
<pixel@mandrakesoft.com>.
|