[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: README-Users.m4.3 (³õУ)



多谢!

初校稿,请继续校对
%%%%%%%%%%%%%%%%%%%%%% 翻译

ifelse(ARCHITECTURE, sparc, [dnl

  .../tftpboot.img

      特殊的次结构体系TFTP启动映象。这些映象含有可以通过TFTP服务器用
      PROM的"boot net"命令启动的内核和root.bin。详细内容请参阅相应的
      文档。

  root.tar.gz
  
      可以通过NFS挂载的压缩文件包。这跟root.bin完全一样,但是文件是
      tar格式,这样可以解压缩到支持NFS安装的网络服务器上。详细内容请
      参阅文档。
      
],dnl
ARCHITECTURE, alpha, [dnl

  .../linload.exe

      ARC控制台程序,需要用它来载入MILO

  .../apb.exe

      Alpha 处理器启动引导程序,这是用来在UP1000主板(Alpha Processor, Inc)
      上启动Linux的ARC控制台程序。  

  .../up1000.pal

      UP1000主板用的PALCode (Priviledged Architecture Library code)。
 
  tftpboot.img

      TFTP启动映象。该映象含有可以通过TFTP服务器用SRM控制台来启动的内
      核和root.bin文件。详细内容请参阅安装手册。

  root.tar.gz

      可以通过网络文件系统挂载的压缩文件包。这个跟root.bin完全一样,但
      是文件是tar格式,这样可以解压缩到支持NFS安装的网络服务器上。详细
      内容请参阅文档。

])[]dnl

  BASE_TGZ

      使用压缩的tar格式的Debian基本系统。在网络,网络文件系统,和CD-ROM
      安装时使用。这里面含有一个完整的最小的Debian GNU/Linux系统,及安装
      其它软件所需要的一切工具。
dnl
ifdef([ADDONS_TGZ], [dnl

  ADDONS_TGZ

      含有一些CD制作者自己加入的程序的压缩文件包。里面可能有任何
      可以让这些CD制作者觉得自己挺有本事的华而不实的,实而不华的,
      好玩的,好用的,好吃的东西。这是Debian官方发行版本以外让CD
      制作者自我发挥,自我满足,自我欣赏,自我膨胀的地方。
])[]dnl

  ifelse(ARCHITECTURE, i386, basecont, base-contents).txt

      基本系统中的软件包和它们的版本编号列表。
dnl
ifelse(ARCHITECTURE, i386, [dnl

  .../install.bat

      从DOS进行安装的脚本程序。每种风格都有相应的脚本程序。

  .../linux

      上面脚本程序所要用到的Linux内核映象。


])[]dnl

  ** 向软盘里写入映象文件

  在Linux下你可以用dd命令把*.bin磁盘映象写入到软盘。只要用相应的映象文件
  文件名来代替下面命令中的'<file>'就可以了:

    dd of=/dev/fd0 if=<file> bs=1024

  如果你想确认写入正确的话,可以使用下面的命令:

    cmp /dev/fd0 <file>

ifelse(ARCHITECTURE, i386, [dnl

  你也可以在DOS下用rawwrite2.exe把映象文件写入到软盘:

    rawrite2 -f <file> -d a

])dnl
dnl
dnl Local Variables:
dnl compile-command: "m4 --define=BASE_TGZ=base2_2.tgz --define=ARCHITECTURE=i386 README-Users.m4"
dnl End:
dnl LocalWords:  sparc SUBARCHES cdm amiga atari mac mvme bvme powerpc chrp sh
dnl LocalWords:  powermac alcor avanti idepci udma undefine dbootstrap debian doc
dnl LocalWords:  subarch dselect RTFM ifdef SPARCStation ELC IPC IPX UltraSPARC
dnl LocalWords:  IDE SRM jensen subarchitecture dva fl MILO LINLOAD APB apb milo
dnl LocalWords:  AlphaBIOS linload fd XXX subarch's installer's PCI PPP TGZ TFTP
dnl LocalWords:  PROM Bootloader PALCode tftpboot img ADDONS CDs basecont txt
dnl LocalWords:  linux dd bs cmp tgz

%%%%%%%%%% 参考原文

ifelse(ARCHITECTURE, sparc, [dnl

  .../tftpboot.img

      Subarch specific TFTP bootable images. These images contain the
      kernel and root.bin for booting completely from a TFTP server using
      the PROM "boot net" command. See docs for details.

  root.tar.gz

      An NFS mountable root tarball. This is exactly the same as the
      root.bin, but in a tar format so as to be extracted on a net
      server for installing systems via an NFS root. See docs for
      details.

],dnl
ARCHITECTURE, alpha, [dnl

  .../linload.exe

      ARC console executable that is needed to load MILO

  .../apb.exe

      Alpha Processor Bootloader, an ARC console executable that is
      used to boot Linux on the UP1000 motherboard from Alpha
      Processor, Inc.

  .../up1000.pal

      PALCode (Priviledged Architecture Library code) for the UP1000
      motherboard.

  tftpboot.img

      TFTP bootable image. This image contains the kernel and root.bin
      for booting completely from a TFTP server using the SRM console.
      See the installation manual for full details.

  root.tar.gz

      An NFS mountable root tarball. This is exactly the same as the
      root.bin, but in a tar format so as to be extracted on a net
      server for installing systems via an NFS root. See docs for
      details.

])[]dnl

  BASE_TGZ

      The Debian base system in a compressed tar archive, used for the
      network, NFS, mounted file system, and CD-ROM installation
      methods.  This contains a complete minimalist Debian GNU/Linux
      installation, as well as everything required to begin installing
      everything else you want.
dnl
ifdef([ADDONS_TGZ], [dnl

  ADDONS_TGZ

      A compressed tar archive containing additional cruft being foisted
      upon you by the folks who made this CD-ROM.  It might be just
      about any kind of cruft you can imagine some breakaway up-start
      thinks makes his CDs better than the official Debian version.
])[]dnl

  ifelse(ARCHITECTURE, i386, basecont, base-contents).txt

      List of packages in the base distribution, and their version
      numbers.
dnl
ifelse(ARCHITECTURE, i386, [dnl

  .../install.bat

      DOS batch script for installing from DOS.  A different version
      of this batch file is available for each flavor.

  .../linux

      A Linux kernel image, used by the batch script above.


])[]dnl


  ** Writing Image Files to Floppies

  You can write the *.bin disk images to floppies with dd.  Replace
  `<file>' with the name of the image file in the following command:

    dd of=/dev/fd0 if=<file> bs=1024

  If you are naturally suspicious, you can make sure the image was
  successfully written:

    cmp /dev/fd0 <file>

ifelse(ARCHITECTURE, i386, [dnl
  Alternatively, from DOS, you can use use rawrite2.exe to write the
  files to floppies:

    rawrite2 -f <file> -d a

])dnl
dnl
dnl Local Variables:
dnl compile-command: "m4 --define=BASE_TGZ=base2_2.tgz --define=ARCHITECTURE=i386 README-Users.m4"
dnl End:
dnl LocalWords:  sparc SUBARCHES cdm amiga atari mac mvme bvme powerpc chrp sh
dnl LocalWords:  powermac alcor avanti idepci udma undefine dbootstrap debian doc
dnl LocalWords:  subarch dselect RTFM ifdef SPARCStation ELC IPC IPX UltraSPARC
dnl LocalWords:  IDE SRM jensen subarchitecture dva fl MILO LINLOAD APB apb milo
dnl LocalWords:  AlphaBIOS linload fd XXX subarch's installer's PCI PPP TGZ TFTP
dnl LocalWords:  PROM Bootloader PALCode tftpboot img ADDONS CDs basecont txt
dnl LocalWords:  linux dd bs cmp tgz
%%%%%%%%%%%%%

-- 
Best regard
hashao



Reply to: