summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-02-18 00:54:38 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-02-18 00:54:38 +0000
commitfabf3d9d6f72454f07c187c0433b1c65b2e632b0 (patch)
tree7336066336a11b7527ac3c7266bffa934874d0b7 /tools
parent5a5cadc58c1711c3a3019fc284a6010b24af1471 (diff)
downloaddrakx-backup-do-not-use-fabf3d9d6f72454f07c187c0433b1c65b2e632b0.tar
drakx-backup-do-not-use-fabf3d9d6f72454f07c187c0433b1c65b2e632b0.tar.gz
drakx-backup-do-not-use-fabf3d9d6f72454f07c187c0433b1c65b2e632b0.tar.bz2
drakx-backup-do-not-use-fabf3d9d6f72454f07c187c0433b1c65b2e632b0.tar.xz
drakx-backup-do-not-use-fabf3d9d6f72454f07c187c0433b1c65b2e632b0.zip
no_comment
Diffstat (limited to 'tools')
-rw-r--r--tools/alpha/cd/Makefile4
-rw-r--r--tools/alpha/cd/README37
-rw-r--r--tools/alpha/cd/aboot.cnf3
3 files changed, 44 insertions, 0 deletions
diff --git a/tools/alpha/cd/Makefile b/tools/alpha/cd/Makefile
new file mode 100644
index 000000000..c5235660b
--- /dev/null
+++ b/tools/alpha/cd/Makefile
@@ -0,0 +1,4 @@
+install:
+ cp -f README $(ROOTDEST)
+ install -d $(ROOTDEST)/etc
+ cp -f aboot.cnf $(ROOTDEST)/etc
diff --git a/tools/alpha/cd/README b/tools/alpha/cd/README
new file mode 100644
index 000000000..98dc50fda
--- /dev/null
+++ b/tools/alpha/cd/README
@@ -0,0 +1,37 @@
+!! beta version !!
+
+Mandrake Alpha short Howto-Install :
+
+* 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 -file boot/v.gz -root /dev/sda1' (replace sda1 by the
+root you installed on)
+
+
+* 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>.
diff --git a/tools/alpha/cd/aboot.cnf b/tools/alpha/cd/aboot.cnf
new file mode 100644
index 000000000..4ddaaf949
--- /dev/null
+++ b/tools/alpha/cd/aboot.cnf
@@ -0,0 +1,3 @@
+0:boot/instboot.gz initrd=boot/cdrom.rdz mdkinst rw ramdisk=32000
+1:boot/instboot.gz initrd=boot/network.rdz mdkinst rw ramdisk=32000
+2:boot/instboot.gz initrd=boot/hd.rdz mdkinst rw ramdisk=32000