summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-03-14 14:33:31 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-03-14 14:33:31 +0000
commit633a781cca14d82bdc0c41a59caa79059c3aceb6 (patch)
treeafa391a1756314b3ba34297ab628f1b2b72028b0
parenta0bc9e5238bfcb95218b634deef66c7561d6a1cb (diff)
downloaddrakx-633a781cca14d82bdc0c41a59caa79059c3aceb6.tar
drakx-633a781cca14d82bdc0c41a59caa79059c3aceb6.tar.gz
drakx-633a781cca14d82bdc0c41a59caa79059c3aceb6.tar.bz2
drakx-633a781cca14d82bdc0c41a59caa79059c3aceb6.tar.xz
drakx-633a781cca14d82bdc0c41a59caa79059c3aceb6.zip
no_comment
-rw-r--r--perl-install/modules.pm1
-rw-r--r--tools/alpha/cd/Makefile2
-rw-r--r--tools/alpha/cd/README5
-rw-r--r--tools/alpha/cd/README.milo13
4 files changed, 19 insertions, 2 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index f24b55886..59276a3bf 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -171,6 +171,7 @@ arch() !~ /^sparc/ ? (
) : (),
"isofs" => "iso9660",
"ide-cd" => "ide-cd",
+ "sr_mod" => "SCSI CDROM support",
"cdrom" => "cdrom",
}],
[ 'sound', {
diff --git a/tools/alpha/cd/Makefile b/tools/alpha/cd/Makefile
index 9a1408381..67af70f2f 100644
--- a/tools/alpha/cd/Makefile
+++ b/tools/alpha/cd/Makefile
@@ -1,5 +1,5 @@
install:
- cp -f README $(ROOTDEST)
+ cp -f README README.milo $(ROOTDEST)
install -d $(ROOTDEST)/etc
cp -f aboot.cnf $(ROOTDEST)/etc
diff --git a/tools/alpha/cd/README b/tools/alpha/cd/README
index ded90a252..78eb94bd5 100644
--- a/tools/alpha/cd/README
+++ b/tools/alpha/cd/README
@@ -1,6 +1,9 @@
!! beta version !!
-Mandrake Alpha short Howto-Install :
+Mandrake Alpha short Howto-Install
+
+this doc is for SRM, if you have alphabios, see README.milo
+
* to install from the cdrom:
diff --git a/tools/alpha/cd/README.milo b/tools/alpha/cd/README.milo
new file mode 100644
index 000000000..d2a52abe9
--- /dev/null
+++ b/tools/alpha/cd/README.milo
@@ -0,0 +1,13 @@
+* to install from the cdrom:
+
+- put boot/cdrom.rdz on a floppy
+
+- put that floppy in drive fd0
+
+- configure alphabios with (example for miata):
+
+Boot File: CD: \milo\miata\linload.exe
+OS path: CD: \milo\miata\milo
+OS options: boot scd0:/boot/instboot.gz root=/dev/fd0 load_ramdisk=1 mdkinst rw ramdisk_size=32000
+
+if you want text install, just add "text" to the options above