Home | History | Annotate | Line # | Download | only in ramdisk
      1 	Welcome to the NetBSD/mvme68k RAMDISK root!
      2 
      3 This environment is designed to do only four things:
      4  1:  Partition your disk (use the command:  disklabel -i -I /dev/rsd?c)
      5  2:  Copy a miniroot image into the swap partition  (/dev/rsd?b)
      6  3:  Make that partition bootable (using 'installboot')
      7  4:  Reboot (using the swap partition, i.e. /dev/sd?b).
      8 
      9 Copying the miniroot can be done several ways, allowing the source of the
     10 miniroot image to be on any of these:
     11     boot tape,  NFS server, TFTP server, rsh server
     12 
     13 The easiest is loading from tape, which is done as follows:
     14 	mt -f /dev/nrst0 rewind
     15 	mt -f /dev/nrst0 fsf 3
     16 	dd bs=8k if=/dev/nrst0 of=/dev/rsd0b
     17 (For help with other methods, please see the install notes.)
     18 
     19 After installing the boot block, reboot using the swap partition. That is,
     20 use "halt" then at the Bug monitor prompt use a command like:
     21 	1x7-Bug> bo 0,,b:
     22 
     23 To view this message again, type:  cat /.welcome
     24