@@ -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 @@ -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 |