[BACK]Return to msg.mbr.en CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / distrib / utils / sysinst

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/distrib/utils/sysinst/Attic/msg.mbr.en between version 1.10 and 1.11

version 1.10, 2003/09/27 10:47:17 version 1.11, 2003/10/19 20:17:32
Line 41 
Line 41 
 /* NB: Lines ending in spaces force line breaks */  /* NB: Lines ending in spaces force line breaks */
   
 message fullpart  message fullpart
 {We are now going to install NetBSD on the disk %s.  You may  {We are now going to install NetBSD on the disk %s.
 choose to install NetBSD on the entire disk, or on part of the disk.  
   
 Partial-disk installation creates a partition, or `slice', for NetBSD  NetBSD requires a single partition in the disk's MBR partition table,
 in your disk's MBR partition table. Whole-disk installation is  this is split further by the NetBSD disklabel.
 `dangerously dedicated': it takes over the entire MBR. This WILL  NetBSD can also access filesystems in other MBR partitions.
 overwrite all existing data and OSes on the disk. It also prohibits later  
 installation of multiple OSes on that disk (unless you overwrite NetBSD and  If you select 'Use the entire disk' then the previous contents of the
 reinstall using only part of the disk).  disk will be overwritten and a single MBR partition used to cover the
   entire disk.
 Which would you like to do?  If you want to install more than one operating system then edit the
   MBR partition table and create a partition for NetBSD.
   
   A few hundred MB is enough for a basic installation, but you should allow
   extra for additional software and user files.
   Allow at least 5GB if you want to build NetBSD itself.
 }  }
   
 message Select_your_choice  message Select_your_choice
 {Select your choice}  {Which would you like to do?}
 message Use_only_part_of_the_disk  message Use_only_part_of_the_disk
 {Use only part of the disk}  {Edit the MBR partition table}
 message Use_the_entire_disk  message Use_the_entire_disk
 {Use the entire disk}  {Use the entire disk}
   
 /* the %s's will expand into three character strings */  /* the %s's will expand into three character strings */
 message part_header  message part_header
 {   Total disksize %d %s.  {   Total disk size %d %s.
   
 .if BOOTSEL  .if BOOTSEL
    Start(%3s)  Size(%3s) Flg Kind                    Bootmenu     Start(%3s)  Size(%3s) Flg Kind                    Bootmenu
Line 138  message Space_allocated {Space allocated
Line 142  message Space_allocated {Space allocated
 message ptn_starts {Space at %d..%d %s (size %d %s)\n}  message ptn_starts {Space at %d..%d %s (size %d %s)\n}
 message get_ptn_start {%s%sStart (in %s)}  message get_ptn_start {%s%sStart (in %s)}
 message get_ptn_id {Partition kind (0..255)}  message get_ptn_id {Partition kind (0..255)}
   message No_free_space {No free space}
   message Only_one_extended_ptn {There can only be one extended partition}
   
 message editparttable  message editparttable
 {The Current MBR partition table is shown below.  {The Current MBR partition table is shown below.

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb <webmaster@jp.NetBSD.org>