netabootwrap.sgml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <!DOCTYPE RefEntry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
  2. <refentry id="netabootwrap">
  3. <refmeta>
  4. <refentrytitle>netabootwrap</refentrytitle>
  5. <manvolnum>1</manvolnum>
  6. <refmiscinfo>netabootwrap</refmiscinfo>
  7. </refmeta>
  8. <refnamediv>
  9. <refname>netabootwrap</refname>
  10. <refpurpose>
  11. builds network bootable images for Linux/Alpha
  12. </refpurpose>
  13. </refnamediv>
  14. <refsynopsisdiv>
  15. <cmdsynopsis>
  16. <command>netabootwrap</command>
  17. <arg choice="opt">-t netboot.img</arg>
  18. <arg choice="opt">-k vmlinux.gz</arg>
  19. <arg choice="opt">-i initrd.gz</arg>
  20. <arg choice="opt">-a "some kernel parameters"</arg>
  21. </cmdsynopsis>
  22. </refsynopsisdiv>
  23. <refsect1><title>COPYRIGHT</title>
  24. <para>
  25. <application>netabootwrap</application> is (c) 2000 by Soohoon Lee
  26. <email>soohoon.lee@api-networks.com</email>
  27. </para>
  28. </refsect1>
  29. <refsect1><title>DESCRIPTIONS</title>
  30. <para>
  31. <indexterm><primary>netabootwrap</primary></indexterm>
  32. <application>netabootwrap</application> merges <filename>net_aboot</filename>,
  33. kernel and initrd
  34. images to build the network bootable image for Linux/Alpha systems.
  35. <filename>net_aboot.nh</filename> will not be usable but
  36. <application>netabootwrap</application> has all
  37. the functions. Without options, It'll look for <filename>vmlinux.gz</filename>
  38. and build <filename>netboot.img</filename>, which is <filename>net_aboot</filename>
  39. + <filename>vmlinux.gz</filename>.
  40. </para>
  41. <para>
  42. <variablelist>
  43. <varlistentry><term>-t filename</term>
  44. <listitem><para>
  45. Sets the file name of the netboot image to be created, default is <filename>netboot.img</filename>. This file will be unconditionally overwritten if it exists.
  46. </para></listitem></varlistentry>
  47. <varlistentry><term>-k filename</term>
  48. <listitem><para>
  49. Sets the file name of the kernel image, default is <filename>vmlinux.gz</filename>
  50. </para></listitem></varlistentry>
  51. <varlistentry><term>-i filename</term>
  52. <listitem><para>
  53. Sets the file name of the initial RAM-disk image, default is <filename>initrd.gz</filename>
  54. </para></listitem></varlistentry>
  55. <varlistentry><term>-a "some kernel options"</term>
  56. <listitem><para>
  57. Provide additional kernel options, e.g. -a "root=/dev/sda1 single"
  58. </variablelist>
  59. </para>
  60. </refsect1>
  61. <!-- <refsect1><title>BUGS</title>
  62. <para>
  63. </para>
  64. </refsect1> -->
  65. <refsect1><title>NOTES</title>
  66. <para>
  67. To actually use the image, you need a <application>tftpd</application>(8) server and a
  68. <application>dhcp</application>(8) or <application>bootpd</application>(8)
  69. server. You can find further details in the SRM-HOWTO:
  70. (<ULink URL="http://www.alphalinux.org/faq/srm.html"></ULink> or in
  71. <filename>/usr/share/doc/aboot/SRM-HOWTO/</filename> on Debian GNU/Linux
  72. systems (and possibly others))
  73. </para>
  74. </refsect1>
  75. <refsect1><title>AUTHOR</title>
  76. <para>
  77. This man page was written by Helge Kreutzmann <email>debian@helgefjell.de</email> for the Debian GNU/Linux project but may be used by others.
  78. </para>
  79. </refsect1>
  80. <refsect1><title>SEE ALSO</title>
  81. <para>
  82. <application>tftpd</application>(8),
  83. <application>dhcpd</application>(8),
  84. <application>bootpd</application>(8),
  85. <application>aboot</application>(8),
  86. SRM-HOWTO in <filename>/usr/share/doc/aboot/SRM-HOWTO/</filename> or <ULink URL="http://www.alphalinux.org/faq/srm.html"></ULink>,
  87. HP SRM Manual (<ULink URL="http://h18002.www1.hp.com/alphaserver/download/srm_reference.pdf"></ULink>)
  88. </para>
  89. </refsect1>
  90. </refentry>