INSTALL 1.1 KB

12345678910111213141516171819202122232425262728
  1. Thu Jun 27 03:23:08 1996
  2. - Edit Makefile and include/config.h to suite your needs. For most
  3. purposes, the distributed version should work fine. Note that
  4. the CONFIG_FILE_PARTITION macro is still present like in earlier
  5. version, but since aboot-0.5 allows you to select a partition via
  6. the boot-commandline, the value for that macro is not as critical
  7. anymore. Users of certain versions of gcc (2.96 and later?)
  8. may need to add '-ffreestanding' flag to CFLAGS, in the Makefile.
  9. - Type "make".
  10. - To install the newly created aboot image (named "bootlx"), in most cases,
  11. you use swriteboot (found in the sdisklabel directory), like this:
  12. # swriteboot -c[boot partition #] [boot device] bootlx
  13. for example, on my system, the kernel images (and aboot.conf) are on my
  14. root partition, /dev/sda2. hence:
  15. # swriteboot -c2 /dev/sda bootlx
  16. DON'T DO THIS UNLESS YOU'RE SURE OF THE PARTITION INFO. If you don't know
  17. exactly what you're doing, and your system already boots okay, there's no
  18. reason to be installing a new bootloader.
  19. For more info, read the SRM HOWTO, in doc/faq/srm.html, or at:
  20. http://www.alphalinux.org/faq/srm.html