isomarkboot.8 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .\" This manpage has been automatically generated by docbook2man-spec
  2. .\" from a DocBook document. docbook2man-spec can be found at:
  3. .\" <http://shell.ipoline.com/~elmert/hacks/docbook2X/>
  4. .\" Please send any bug reports, improvements, comments, patches,
  5. .\" etc. to Steve Cheng <steve@ggi-project.org>.
  6. .TH "ISOMARKBOOT" "8" "17 Januar 2003" "isomarkboot" ""
  7. .SH NAME
  8. isomarkboot \- Create bootable CD-ROMs for Linux/Alpha systems.
  9. .SH SYNOPSIS
  10. .sp
  11. \fBisomarkboot\fR \fB/dev/xxx\fR \fBpath/to/bootlx\fR [ \fBpath/to/root.bin\fR ]
  12. .SH "COPYRIGHT"
  13. .PP
  14. \fBisomarkboot\fR is Copyright (C) 1996 David Mosberger-Tang
  15. .SH "DESCRIPTIONS"
  16. .PP
  17. \fBisomarkboot\fR
  18. enables ISO images created with \fBmkisofs\fR(8) or
  19. retrieved from the net
  20. to be booted on Linux/Alpha systems.
  21. .PP
  22. First you have to prepare your ISO image and mount it loopback on
  23. \fI/dev/xxx\fR (typically \fI/dev/loop0\fR)
  24. (see \fBmount\fR(8) for details).
  25. .PP
  26. Next you need to locate the aboot-loader (called \fIbootlx\fR)
  27. and the ram disk image containing the root file system (the latter is optional
  28. but usually sensible to specify) which is often called
  29. \fIroot.bin\fR within your ISO image.
  30. .PP
  31. Finally enable the image to be booted:
  32. .PP
  33. \fBisomarkboot \fI/dev/xxx path/to/bootlx path/to/root.bin\fB\fR
  34. .PP
  35. A typical location of \fIbootlx\fR on the disk image is
  36. \fIboot/bootlx\fR. The path of \fIbootlx\fR
  37. and \fIroot.bin\fR are relative to the root of the image. If
  38. your image is not mounted you have to replace \fI/dev/xxx\fR
  39. with the path to the image.
  40. .PP
  41. Finally you have to burn the CD using e.g.
  42. \fBxcdroast\fR after unmounting the image.
  43. .SH "BUGS"
  44. .PP
  45. \fBisomarkboot\fR is currently only available on
  46. Linux/Alpha systems though it can be compiled and used with minor
  47. modifications on other platforms as well.
  48. .SH "NOTES"
  49. .PP
  50. \fBisomarkboot\fR is capable of handling symlinks
  51. within the image.
  52. .SH "AUTHOR"
  53. .PP
  54. This man page was written by Helge Kreutzmann <kreutzm@itp.uni-hannover.de> for the Debian GNU/Linux project but may be used by others.
  55. .SH "SEE ALSO"
  56. .PP
  57. \fBaboot\fR(8), \fBmkisofs\fR(8)