From fabf3d9d6f72454f07c187c0433b1c65b2e632b0 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 18 Feb 2000 00:54:38 +0000 Subject: no_comment --- tools/alpha/cd/Makefile | 4 ++++ tools/alpha/cd/README | 37 +++++++++++++++++++++++++++++++++++++ tools/alpha/cd/aboot.cnf | 3 +++ 3 files changed, 44 insertions(+) create mode 100644 tools/alpha/cd/Makefile create mode 100644 tools/alpha/cd/README create mode 100644 tools/alpha/cd/aboot.cnf (limited to 'tools/alpha') 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 or Pixel +. 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 -- cgit v1.2.1