[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.7 and 1.13

version 1.7, 2003/07/07 12:55:48 version 1.13, 2006/04/23 23:09:48
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 file systems 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 83  start up properly. Should the NetBSD par
Line 87  start up properly. Should the NetBSD par
   
 message setbiosgeom  message setbiosgeom
 {  {
 You will be prompted for the geometry.  Please enter the values you  You will be prompted for the geometry.
 want.  The number of cylinders should be <= 1024 and the number of sectors  Please enter the number of sectors per track (maximum 63)
 should be <= 63. If you have the BIOS set up to use > 1024 cylinders just  and number of heads (maximum 256) that the BIOS uses to access the disk.
 truncate that number to 1024 here; NetBSD will know about the rest of the  The number of cylinders will be calculated from the disk size.
 cylinders.  
   
 }  }
   
 message nobiosgeom  message nobiosgeom
 {Sysinst could not automatically determine the BIOS geometry of the disk.  {Sysinst could not automatically determine the BIOS geometry of the disk.
 The physical geometry is %d cylinders %d sectors %d heads\n}  The physical geometry is %d cylinders %d sectors %d heads\n}
   
 message biosguess  message biosguess
 {Using the information already on the disk, my best guess for the BIOS  {Using the information already on the disk, my best guess for the BIOS
 geometry is %d cylinders %d sectors %d heads\n}  geometry is %d cylinders %d sectors %d heads\n}
   
 .if 0  
 message confirmbiosgeom  
 {Please verify if the BIOS disk geometry below is correct. The value for  
 the number of cylinders may have been truncated to 1024. This is ok as  
 long as the other numbers are correct; only 1024 cylinders can be  
 specified in the MBR, the rest will be found in a different way by NetBSD.  
   
 If you reenter the values, make sure that the values are correct and  
 match those used by other systems on this disk. Values that do not match  
 may result in data corruption.  
   
 }  
   
 message badgeom  
 {The current values for your disk geometry are:  
   
 }  
 .endif  
   
 message realgeom  message realgeom
 {real geom: %d cyl, %d heads, %d sec  (NB: for comparison only)\n}  {real geom: %d cyl, %d heads, %d sec  (NB: for comparison only)\n}
   
 message biosgeom  message biosgeom
 {BIOS geom: %d cyl, %d heads, %d sec\n}  {BIOS geom: %d cyl, %d heads, %d sec\n}
   
 .if 0  
 message reentergeom  
 {The values just entered for the geometry are not usable.  Please,  
 reenter the geometry.  
 }  
 .endif  
   
 message ovrwrite  message ovrwrite
 {Your disk currently has a non-NetBSD partition.  Do you really want to  {Your disk currently has a non-NetBSD partition.  Do you really want to
 overwrite that partition with NetBSD?  overwrite that partition with NetBSD?
Line 140  message Partition_OK
Line 117  message Partition_OK
 {Partition OK}  {Partition OK}
   
 message ptn_type  message ptn_type
 {      kind: %s}  {      type: %s}
 message ptn_start  message ptn_start
 {     start: %d %s}  {     start: %d %s}
 message ptn_size  message ptn_size
Line 165  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
 {Edit your DOS partition table. The partition table currently looks like:  {The Current MBR partition table is shown below.
   Flgs: a => Active partition,
   .if BOOTSEL
   d => bootselect default,
   .endif
   I => Install here.
   Select the partition you wish to change:
   
 }  }
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.13

CVSweb <webmaster@jp.NetBSD.org>