2004-06-06 01:18:59 +04:00
|
|
|
/* $NetBSD: msg.mi.en,v 1.128 2004/06/05 21:18:59 dsl Exp $ */
|
1999-06-20 09:48:48 +04:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Copyright 1997 Piermont Information Systems Inc.
|
|
|
|
* All rights reserved.
|
|
|
|
*
|
|
|
|
* Written by Philip A. Nelson for Piermont Information Systems Inc.
|
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution.
|
|
|
|
* 3. All advertising materials mentioning features or use of this software
|
|
|
|
* must display the following acknowledgement:
|
1999-06-20 10:08:13 +04:00
|
|
|
* This product includes software developed for the NetBSD Project by
|
1999-06-20 09:48:48 +04:00
|
|
|
* Piermont Information Systems Inc.
|
|
|
|
* 4. The name of Piermont Information Systems Inc. may not be used to endorse
|
|
|
|
* or promote products derived from this software without specific prior
|
|
|
|
* written permission.
|
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
|
|
|
|
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
1999-07-06 10:10:04 +04:00
|
|
|
* ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
|
|
|
|
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
|
|
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
1999-06-20 09:48:48 +04:00
|
|
|
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
|
|
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
|
|
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
1999-07-06 10:10:04 +04:00
|
|
|
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
|
1999-06-20 09:48:48 +04:00
|
|
|
* THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* MI Message catalog -- english, machine independent */
|
|
|
|
|
|
|
|
message usage
|
2000-08-07 19:56:34 +04:00
|
|
|
{usage: sysinst [-r release] [-f definition-file]
|
1999-06-20 09:48:48 +04:00
|
|
|
}
|
|
|
|
|
2003-06-28 02:20:14 +04:00
|
|
|
message sysinst_message_language
|
|
|
|
{Installation messages in English}
|
|
|
|
|
2003-06-27 17:36:04 +04:00
|
|
|
message Yes {Yes}
|
|
|
|
message No {No}
|
|
|
|
message All {All}
|
|
|
|
message Some {Some}
|
|
|
|
message None {None}
|
|
|
|
message none {none}
|
|
|
|
message OK {OK}
|
|
|
|
message ok {ok}
|
2003-10-20 00:17:31 +04:00
|
|
|
message On {On}
|
|
|
|
message Off {Off}
|
2003-07-27 11:45:08 +04:00
|
|
|
message unchanged {unchanged}
|
1999-06-20 09:48:48 +04:00
|
|
|
|
|
|
|
message install
|
|
|
|
{install}
|
|
|
|
|
|
|
|
message reinstall
|
1999-06-20 10:42:05 +04:00
|
|
|
{reinstall sets for}
|
1999-06-20 09:48:48 +04:00
|
|
|
|
|
|
|
message upgrade
|
|
|
|
{upgrade}
|
|
|
|
|
|
|
|
message hello
|
|
|
|
{Welcome to sysinst, the NetBSD-@@VERSION@@ system installation tool.
|
|
|
|
This menu-driven tool is designed to help you install NetBSD to a hard
|
2003-09-27 14:47:17 +04:00
|
|
|
disk, or upgrade an existing NetBSD system, with a minimum of work.
|
2003-10-20 00:17:31 +04:00
|
|
|
In the following menus type the reference letter (a, b, c, ...) to
|
|
|
|
select an item, or type CTRL+N/CTRL+P to select the next/previous item.
|
|
|
|
The arrow keys and Page-up/Page-down may also work.
|
|
|
|
Activate the current selection from the menu by typing the enter key.
|
1999-06-20 09:48:48 +04:00
|
|
|
|
2000-12-03 04:54:46 +03:00
|
|
|
}
|
1999-06-20 09:48:48 +04:00
|
|
|
|
2000-12-03 04:54:46 +03:00
|
|
|
message thanks
|
|
|
|
{Thank you for using NetBSD!
|
2003-09-27 14:47:17 +04:00
|
|
|
|
1999-06-20 09:48:48 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
message installusure
|
|
|
|
{You have chosen to install NetBSD on your hard disk. This will change
|
|
|
|
information on your hard disk. You should have made a full backup
|
1999-07-06 10:10:04 +04:00
|
|
|
before this procedure! This procedure will do the following things:
|
|
|
|
a) Partition your disk
|
|
|
|
b) Create new BSD file systems
|
1999-06-20 09:48:48 +04:00
|
|
|
c) Load and install distribution sets
|
2003-10-20 00:17:31 +04:00
|
|
|
d) Some initial system configuraton
|
1999-06-20 09:48:48 +04:00
|
|
|
|
1999-07-06 10:10:04 +04:00
|
|
|
(After you enter the partition information but before your disk is
|
1999-06-20 09:48:48 +04:00
|
|
|
changed, you will have the opportunity to quit this procedure.)
|
2000-05-09 04:25:27 +04:00
|
|
|
|
1999-07-06 10:10:04 +04:00
|
|
|
Shall we continue?
|
1999-06-20 09:48:48 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
message upgradeusure
|
|
|
|
{Ok, lets upgrade NetBSD on your hard disk. As always, this will
|
|
|
|
change information on your hard disk. You should have made a full backup
|
|
|
|
before this procedure! Do you really want to upgrade NetBSD?
|
|
|
|
(This is your last warning before this procedure starts modifying your
|
|
|
|
disks.)
|
|
|
|
}
|
|
|
|
|
|
|
|
message reinstallusure
|
|
|
|
{Ok, lets unpack the NetBSD distribution sets to a bootable hard disk.
|
|
|
|
This procedure just fetches and unpacks sets onto an pre-partitioned
|
|
|
|
bootable disk. It does not label disks, upgrade bootblocks, or save
|
|
|
|
any existing configuration info. (Quit and choose `install' or
|
|
|
|
`upgrade' if you want those options.) You should have already done an
|
|
|
|
`install' or `upgrade' before starting this procedure!
|
|
|
|
|
1999-06-20 10:42:05 +04:00
|
|
|
Do you really want to reinstall NetBSD distribution sets?
|
1999-06-20 09:48:48 +04:00
|
|
|
(This is your last warning before this procedure starts modifying your
|
|
|
|
disks.)
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
message nodisk
|
|
|
|
{I can not find any hard disks for use by NetBSD. You will be
|
|
|
|
returned to the original menu.
|
|
|
|
}
|
|
|
|
|
|
|
|
message onedisk
|
2003-07-07 16:30:19 +04:00
|
|
|
{I found only one disk, %s.
|
|
|
|
Therefore I assume you want to %s NetBSD on it.
|
1999-06-20 09:48:48 +04:00
|
|
|
}
|
|
|
|
|
2003-07-11 19:28:58 +04:00
|
|
|
message ask_disk
|
|
|
|
{On which disk do you want to install NetBSD? }
|
1999-06-20 09:48:48 +04:00
|
|
|
|
2003-07-11 19:28:58 +04:00
|
|
|
message Available_disks
|
|
|
|
{Available disks}
|
1999-06-20 09:48:48 +04:00
|
|
|
|
|
|
|
message cylinders
|
|
|
|
{cylinders}
|
|
|
|
|
|
|
|
message heads
|
|
|
|
{heads}
|
|
|
|
|
|
|
|
message sectors
|
|
|
|
{sectors}
|
|
|
|
|
2003-08-10 01:36:26 +04:00
|
|
|
message fs_isize
|
|
|
|
{average file size (bytes)}
|
|
|
|
|
1999-06-20 09:48:48 +04:00
|
|
|
message mountpoint
|
2002-08-02 08:08:47 +04:00
|
|
|
{mount point (or 'none')}
|
1999-06-20 09:48:48 +04:00
|
|
|
|
|
|
|
message cylname
|
|
|
|
{cyl}
|
|
|
|
|
|
|
|
message secname
|
|
|
|
{sec}
|
|
|
|
|
|
|
|
message megname
|
1999-08-16 12:29:04 +04:00
|
|
|
{MB}
|
1999-06-20 09:48:48 +04:00
|
|
|
|
|
|
|
message layout
|
|
|
|
{NetBSD uses a BSD disklabel to carve up the NetBSD portion of the disk
|
2003-10-20 00:17:31 +04:00
|
|
|
into multiple BSD partitions. You must now set up your BSD disklabel.
|
1999-06-20 09:48:48 +04:00
|
|
|
|
2003-10-20 00:17:31 +04:00
|
|
|
You can use a simple editor to set the sizes of the NetBSD partitions,
|
|
|
|
or keep the existing partition sizes and contents.
|
|
|
|
|
|
|
|
You will then be given the opportunity to change any of the disklabel
|
|
|
|
fields.
|
|
|
|
|
|
|
|
The NetBSD part of your disk is %d Megabytes.
|
|
|
|
A full installation requires at least %d Megabytes without X and
|
|
|
|
at least %d Megabytes if the X sets are included.
|
1999-06-20 09:48:48 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
message sizechoice
|
|
|
|
{You have elected to specify partition sizes (either for the BSD
|
|
|
|
disklabel, or on some ports, for MBR slices). You must first choose a
|
|
|
|
size unit to use. Choosing megabytes will give partition sizes close
|
|
|
|
to your choice, but aligned to cylinder boundaries. Choosing sectors
|
1999-06-20 10:42:05 +04:00
|
|
|
will allow you to more accurately specify the sizes. On modern ZBR disks,
|
|
|
|
actual cylinder size varies across the disk and there is little real
|
1999-06-20 09:48:48 +04:00
|
|
|
gain from cylinder alignment. On older disks, it is most efficient to
|
|
|
|
choose partition sizes that are exact multiples of your actual
|
2000-03-15 01:42:48 +03:00
|
|
|
cylinder size.
|
1999-06-20 09:48:48 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
message defaultunit
|
2003-06-09 23:06:48 +04:00
|
|
|
{Unless specified with 'M' (megabytes), 'G' (gigabytes), 'c' (cylinders)
|
|
|
|
or 's' sector at the end of input, sizes and offsets are in %s.
|
1999-06-20 09:48:48 +04:00
|
|
|
}
|
|
|
|
|
2003-06-05 00:05:12 +04:00
|
|
|
message ptnsizes
|
|
|
|
{You can now change the sizes for the system partitions. The default is
|
|
|
|
to allocate all the space to the root filesystem, however you may wish
|
|
|
|
to have separate /usr (additional system files), /var (log files etc)
|
|
|
|
or /home (users' home directories).
|
|
|
|
|
|
|
|
Free space will be added to the partition marked with a '+'.
|
|
|
|
}
|
|
|
|
|
|
|
|
message ptnheaders
|
|
|
|
{
|
2003-10-20 00:17:31 +04:00
|
|
|
MB Cylinders Sectors Filesystem
|
2003-06-05 00:05:12 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
message askfsmount
|
2004-04-17 22:55:35 +04:00
|
|
|
{Mount point?}
|
2003-06-05 00:05:12 +04:00
|
|
|
|
|
|
|
message askfssize
|
|
|
|
{Size for %s in %s?}
|
|
|
|
|
|
|
|
message askunits
|
|
|
|
{Change input units (sectors/cylinders/MB)}
|
|
|
|
|
2003-06-10 21:47:15 +04:00
|
|
|
message NetBSD_partition_cant_change
|
2003-11-30 17:36:43 +03:00
|
|
|
{NetBSD partition}
|
2003-06-10 21:47:15 +04:00
|
|
|
|
|
|
|
message Whole_disk_cant_change
|
2003-11-30 17:36:43 +03:00
|
|
|
{Whole disk}
|
2003-06-10 21:47:15 +04:00
|
|
|
|
|
|
|
message Boot_partition_cant_change
|
2003-11-30 17:36:43 +03:00
|
|
|
{Boot partition}
|
2003-06-10 21:47:15 +04:00
|
|
|
|
2003-06-05 00:05:12 +04:00
|
|
|
message add_another_ptn
|
|
|
|
{Add a user defined partition}
|
|
|
|
|
|
|
|
message fssizesok
|
|
|
|
{Accept partition sizes. Free space %d %s, %d free partitions.}
|
|
|
|
|
|
|
|
message fssizesbad
|
|
|
|
{Reduce partition sizes by %d %s (%d sectors).}
|
|
|
|
|
1999-06-20 09:48:48 +04:00
|
|
|
message startoutsidedisk
|
|
|
|
{The start value you specified is beyond the end of the disk.
|
|
|
|
}
|
|
|
|
|
|
|
|
message endoutsidedisk
|
2003-06-10 21:47:15 +04:00
|
|
|
{With this value, the partition end is beyond the end of the disk.
|
|
|
|
Your partition size has been truncated to %d %s.
|
|
|
|
|
|
|
|
Type enter to continue
|
1999-06-20 09:48:48 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
message fspart
|
2003-11-30 17:36:43 +03:00
|
|
|
{We now have your BSD-disklabel partitions as:
|
|
|
|
This is your last chance to change them.
|
1999-07-04 12:01:39 +04:00
|
|
|
|
1999-06-20 09:48:48 +04:00
|
|
|
}
|
|
|
|
|
1999-07-04 12:01:39 +04:00
|
|
|
message fspart_header
|
2003-11-30 17:36:43 +03:00
|
|
|
{ Start %3s End %3s Size %3s FS type Newfs Mount Mount point
|
|
|
|
--------- --------- --------- ---------- ----- ----- -----------
|
1999-06-20 09:48:48 +04:00
|
|
|
}
|
|
|
|
|
2003-07-07 16:30:19 +04:00
|
|
|
message fspart_row
|
2003-11-30 17:36:43 +03:00
|
|
|
{%9d %9d %9d %-10s %-5s %-5s %s}
|
1999-06-20 09:48:48 +04:00
|
|
|
|
2003-06-09 23:06:48 +04:00
|
|
|
message show_all_unused_partitions
|
|
|
|
{Show all unused partitions}
|
|
|
|
|
|
|
|
message partition_sizes_ok
|
|
|
|
{Partition sizes ok}
|
|
|
|
|
1999-06-20 09:48:48 +04:00
|
|
|
message edfspart
|
2003-10-20 00:17:31 +04:00
|
|
|
{The current values for partition `%c' are,
|
|
|
|
Select the field you wish to change:
|
1999-06-20 09:48:48 +04:00
|
|
|
|
2003-08-05 17:35:26 +04:00
|
|
|
MB cylinders sectors
|
|
|
|
------- --------- ---------
|
1999-06-20 09:48:48 +04:00
|
|
|
}
|
|
|
|
|
2003-06-10 21:47:15 +04:00
|
|
|
message fstype_fmt
|
2003-08-05 17:35:26 +04:00
|
|
|
{ FStype: %9s}
|
2003-06-10 21:47:15 +04:00
|
|
|
|
|
|
|
message start_fmt
|
2003-10-20 00:17:31 +04:00
|
|
|
{ start: %9u %8u%c %9u}
|
2003-06-10 21:47:15 +04:00
|
|
|
|
|
|
|
message size_fmt
|
2003-10-20 00:17:31 +04:00
|
|
|
{ size: %9u %8u%c %9u}
|
2003-06-10 21:47:15 +04:00
|
|
|
|
|
|
|
message end_fmt
|
2003-10-20 00:17:31 +04:00
|
|
|
{ end: %9u %8u%c %9u}
|
2003-06-10 21:47:15 +04:00
|
|
|
|
|
|
|
message bsize_fmt
|
2003-08-05 17:35:26 +04:00
|
|
|
{ block size: %9d bytes}
|
2003-06-10 21:47:15 +04:00
|
|
|
|
|
|
|
message fsize_fmt
|
2003-08-05 17:35:26 +04:00
|
|
|
{ fragment size: %9d bytes}
|
2003-06-10 21:47:15 +04:00
|
|
|
|
2003-08-10 01:36:26 +04:00
|
|
|
message isize_fmt
|
2003-10-20 00:17:31 +04:00
|
|
|
{ avg file size: %9d bytes (for number of inodes)}
|
2003-08-10 01:36:26 +04:00
|
|
|
message isize_fmt_dflt
|
2004-03-07 03:47:18 +03:00
|
|
|
{ avg file size: 4 fragments}
|
2003-08-10 01:36:26 +04:00
|
|
|
|
2003-07-07 16:30:19 +04:00
|
|
|
message newfs_fmt
|
2003-08-05 17:35:26 +04:00
|
|
|
{ newfs: %9s}
|
2003-06-10 21:47:15 +04:00
|
|
|
|
|
|
|
message mount_fmt
|
2003-08-05 17:35:26 +04:00
|
|
|
{ mount: %9s}
|
|
|
|
|
|
|
|
message mount_options_fmt
|
|
|
|
{ mount options: }
|
2003-07-07 16:30:19 +04:00
|
|
|
|
|
|
|
message mountpt_fmt
|
2003-08-05 17:35:26 +04:00
|
|
|
{ mount point: %9s}
|
|
|
|
|
|
|
|
message toggle
|
|
|
|
{Toggle}
|
2003-06-10 21:47:15 +04:00
|
|
|
|
|
|
|
message restore
|
|
|
|
{Restore original values}
|
|
|
|
|
2003-06-11 13:03:32 +04:00
|
|
|
message Select_the_type
|
2003-07-27 11:45:08 +04:00
|
|
|
{Select the type}
|
|
|
|
|
|
|
|
message other_types
|
|
|
|
{other types}
|
2003-06-11 13:03:32 +04:00
|
|
|
|
2003-06-10 21:47:15 +04:00
|
|
|
message label_size
|
|
|
|
{%s
|
|
|
|
Special values that can be entered for the size value:
|
|
|
|
-1: use until the end of the NetBSD part of the disk
|
|
|
|
a-%c: end this partition where partition X starts
|
|
|
|
|
|
|
|
size (%s)}
|
|
|
|
|
|
|
|
message label_offset
|
|
|
|
{%s
|
|
|
|
Special values that can be entered for the offset value:
|
|
|
|
-1: start at the beginning of the NetBSD part of the disk
|
|
|
|
a-%c: start at the end of previous partition (a, b, ..., %c)
|
|
|
|
|
|
|
|
start (%s)}
|
|
|
|
|
|
|
|
message invalid_sector_number
|
|
|
|
{Badly formed sector number
|
|
|
|
}
|
|
|
|
|
2003-06-11 13:03:32 +04:00
|
|
|
message Select_file_system_block_size
|
|
|
|
{Select file system block size}
|
|
|
|
|
2003-08-05 17:35:26 +04:00
|
|
|
message Select_file_system_fragment_size
|
|
|
|
{Select file system fragment size}
|
2003-06-11 13:03:32 +04:00
|
|
|
|
1999-06-20 09:48:48 +04:00
|
|
|
message packname
|
|
|
|
{Please enter a name for your NetBSD disk}
|
|
|
|
|
|
|
|
message lastchance
|
2000-09-21 01:21:14 +04:00
|
|
|
{Ok, we are now ready to install NetBSD on your hard disk (%s). Nothing has been
|
1999-06-20 09:48:48 +04:00
|
|
|
written yet. This is your last chance to quit this process before anything
|
2000-05-09 04:25:27 +04:00
|
|
|
gets changed.
|
|
|
|
|
|
|
|
Shall we continue?
|
1999-06-20 09:48:48 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
message disksetupdone
|
1999-06-22 08:29:54 +04:00
|
|
|
{Okay, the first part of the procedure is finished. Sysinst has
|
1999-06-20 09:48:48 +04:00
|
|
|
written a disklabel to the target disk, and newfs'ed and fsck'ed
|
|
|
|
the new partitions you specified for the target disk.
|
|
|
|
|
2003-08-05 17:35:26 +04:00
|
|
|
The next step is to fetch and unpack the distribution filesets.
|
1999-06-22 08:29:54 +04:00
|
|
|
Press <return> to proceed.
|
1999-06-20 09:48:48 +04:00
|
|
|
}
|
|
|
|
|
2000-12-18 12:18:46 +03:00
|
|
|
message disksetupdoneupdate
|
|
|
|
{Okay, the first part of the procedure is finished. Sysinst has
|
|
|
|
written a disklabel to the target disk, and fsck'ed the new
|
|
|
|
partitions you specified for the target disk.
|
|
|
|
|
2003-08-05 17:35:26 +04:00
|
|
|
The next step is to fetch and unpack the distribution filesets.
|
2000-12-18 12:18:46 +03:00
|
|
|
Press <return> to proceed.
|
|
|
|
}
|
|
|
|
|
1999-06-20 09:48:48 +04:00
|
|
|
message openfail
|
|
|
|
{Could not open %s, error message was: %s.
|
|
|
|
}
|
|
|
|
|
|
|
|
message statfail
|
|
|
|
{Can't get properties of %s, error message was: %s.
|
|
|
|
}
|
|
|
|
|
|
|
|
message unlink_fail
|
|
|
|
{I was unable to delete %s, error message was: %s.
|
|
|
|
}
|
|
|
|
|
|
|
|
message rename_fail
|
|
|
|
{I was unable to rename %s to %s, error message was: %s.
|
|
|
|
}
|
|
|
|
|
|
|
|
message deleting_files
|
|
|
|
{As part of the upgrade procedure, the following have to be deleted:
|
|
|
|
}
|
|
|
|
|
|
|
|
message deleting_dirs
|
|
|
|
{As part of the upgrade procedure, the following directories have to be
|
|
|
|
deleted (I will rename those that are not empty):
|
|
|
|
}
|
|
|
|
|
|
|
|
message renamed_dir
|
|
|
|
{The directory %s has been renamed to %s because it was not empty.
|
|
|
|
}
|
|
|
|
|
|
|
|
message cleanup_warn
|
2000-06-17 21:40:32 +04:00
|
|
|
{Cleanup of the existing install failed. This may cause the extraction
|
1999-06-20 09:48:48 +04:00
|
|
|
of the set to fail.
|
|
|
|
}
|
|
|
|
|
|
|
|
message nomount
|
|
|
|
{Partition %c's type is not 4.2BSD or msdos and therefore does not have
|
|
|
|
a mount point.}
|
|
|
|
|
|
|
|
message mountfail
|
2003-11-30 17:36:43 +03:00
|
|
|
{mount of device /dev/%s%c on %s failed.
|
1999-06-20 09:48:48 +04:00
|
|
|
}
|
|
|
|
|
2000-10-12 03:47:55 +04:00
|
|
|
message extractcomplete
|
|
|
|
{The extraction of the selected sets for NetBSD-@@VERSION@@ is complete.
|
|
|
|
The system is now able to boot from the selected harddisk. To complete
|
|
|
|
the installation, sysinst will give you the opportunity to configure
|
|
|
|
some essential things first.
|
|
|
|
}
|
|
|
|
|
1999-06-20 09:48:48 +04:00
|
|
|
message instcomplete
|
|
|
|
{The installation of NetBSD-@@VERSION@@ is now complete. The system
|
|
|
|
should boot from hard disk. Follow the instructions in the INSTALL
|
2003-01-04 13:07:45 +03:00
|
|
|
document about final configuration of your system. The afterboot(8)
|
|
|
|
manpage is another recommended reading; it contains a list of things
|
|
|
|
to be checked after the first complete boot.
|
1999-06-20 09:48:48 +04:00
|
|
|
|
2000-10-12 03:47:55 +04:00
|
|
|
At a minimum, you should edit /etc/rc.conf to match your needs. See
|
2000-10-27 16:44:07 +04:00
|
|
|
/etc/defaults/rc.conf for the default values.
|
1999-06-20 09:48:48 +04:00
|
|
|
}
|
|
|
|
|
2000-10-12 03:47:55 +04:00
|
|
|
message upgrcomplete
|
1999-06-20 09:48:48 +04:00
|
|
|
{The upgrade to NetBSD-@@VERSION@@ is now complete. You will
|
1999-07-06 10:10:04 +04:00
|
|
|
now need to follow the instructions in the INSTALL document as to
|
2003-01-04 13:07:45 +03:00
|
|
|
what you need to do to get your system reconfigured for your situation.
|
|
|
|
Remember to (re)read the afterboot(8) manpage as it may contain new
|
2004-05-22 22:06:14 +04:00
|
|
|
items since your last upgrade.
|
1999-06-20 09:48:48 +04:00
|
|
|
|
2000-11-15 23:07:39 +03:00
|
|
|
At a minimum, you must edit rc.conf for your local environment and change
|
|
|
|
rc_configured=NO to rc_configured=YES or reboots will stop at single-user,
|
|
|
|
and copy back the password files (taking into account new system accounts
|
|
|
|
that may have been created for this release) if you were using local
|
|
|
|
password files.
|
1999-06-20 09:48:48 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2000-10-12 03:47:55 +04:00
|
|
|
message unpackcomplete
|
2004-05-22 22:06:14 +04:00
|
|
|
{Unpacking additional release sets of NetBSD-@@VERSION@@ is now complete.
|
|
|
|
You will now need to follow the instructions in the INSTALL document
|
|
|
|
to get your system reconfigured for your situation.
|
|
|
|
The afterboot(8) manpage can also be of some help.
|
1999-06-20 09:48:48 +04:00
|
|
|
|
2000-11-15 23:07:39 +03:00
|
|
|
At a minimum, you must edit rc.conf for your local environment and change
|
|
|
|
rc_configured=NO to rc_configured=YES or reboots will stop at single-user.
|
1999-06-20 09:48:48 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
message distmedium
|
|
|
|
{Your disk is now ready for installing the kernel and the distribution
|
|
|
|
sets. As noted in your INSTALL notes, you have several options. For
|
|
|
|
ftp or nfs, you must be connected to a network with access to the proper
|
1999-06-20 10:42:05 +04:00
|
|
|
machines. If you are not ready to complete the installation at this time,
|
1999-06-20 09:48:48 +04:00
|
|
|
you may select "none" and you will be returned to the main menu. When
|
|
|
|
you are ready at a later time, you may select "upgrade" from the main
|
|
|
|
menu to complete the installation.
|
|
|
|
}
|
|
|
|
|
|
|
|
message distset
|
|
|
|
{The NetBSD distribution is broken into a collection of distribution
|
|
|
|
sets. There are some basic sets that are needed by all installations
|
|
|
|
and there are some other sets that are not needed by all installations.
|
1999-07-06 10:10:04 +04:00
|
|
|
You may choose to install all of them (Full installation) or you
|
1999-06-20 09:48:48 +04:00
|
|
|
select from the optional distribution sets.
|
|
|
|
}
|
|
|
|
|
|
|
|
message ftpsource
|
|
|
|
{The following is the ftp site, directory, user, and password currently
|
|
|
|
ready to use. If "user" is "ftp", then the password is not needed.
|
|
|
|
|
2000-08-10 21:06:02 +04:00
|
|
|
host: %s
|
2004-06-06 01:18:59 +04:00
|
|
|
base directory: %s
|
|
|
|
set directory: %s
|
2000-08-10 21:06:02 +04:00
|
|
|
user: %s
|
|
|
|
password: %s
|
2001-06-07 03:12:48 +04:00
|
|
|
proxy: %s
|
1999-07-04 13:41:02 +04:00
|
|
|
}
|
1999-06-20 09:48:48 +04:00
|
|
|
|
|
|
|
message email
|
|
|
|
{e-mail address}
|
|
|
|
|
|
|
|
message dev
|
|
|
|
{device}
|
|
|
|
|
|
|
|
message nfssource
|
2003-08-19 18:33:16 +04:00
|
|
|
{Enter the nfs host and server directory where the distribution is located.
|
|
|
|
Remember, the directory should contain the .tgz files and
|
1999-06-20 09:48:48 +04:00
|
|
|
must be nfs mountable.
|
|
|
|
|
extend sysinst disk handling, some general clean ups, better /etc support
and some sparc64 fixes. details:
- new scripting_{,v}fprintf() that also write to the script log (if open).
- support of creation of LFS filesystems
- standard installs now allow one to choose which file systems to create,
out of the list of /usr, /var, /home, MFS /tmp, and swap. a / is always
created, but the rest all optional. [*]
- new disklabel method: use existing. this requires one to fill in the
mount points (and having at least a "/" is enforced).
- preservation of existing filesystems (at install) is supported.
- rewrote most of make_fstab(): the entire thing is generated from the
bsdlabel now, rather than hard coding / to 'a' and swap to 'b'. create
MFS /tmp if requested.
- if IPv6 support isn't present, don't display any ipv6 messages.
- better rc.conf support
- sparc & sparc64 default to "cylinders" now.
- choosing "standard" instead of "standard with X" de-selects the X pkgs
by default.
- sparc64: don't install bootblocks until we have a complete system, avoids
booting with no /dev/console.
- sparc64: bump STDNEEDMB, it is way low.
[*] i have added default values for DEFVARSIZE & DEFUSRSIZE (this is used
only if /usr and /home are selected) to each port, based on STDNEEDMB. as
such, my guesses might be wrong so port maintainers should look at these.
2001-01-14 05:38:13 +03:00
|
|
|
host: %s
|
2004-06-06 01:18:59 +04:00
|
|
|
base directory: %s
|
|
|
|
set directory: %s
|
1999-06-20 09:48:48 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
message nfsbadmount
|
|
|
|
{The directory %s:%s could not be nfs mounted.}
|
|
|
|
|
|
|
|
message cdromsource
|
|
|
|
{Enter the CDROM device to be used and directory on the CDROM where
|
2003-08-19 18:33:16 +04:00
|
|
|
the distribution is located.
|
|
|
|
Remember, the directory should contain the .tgz files.
|
1999-06-20 09:48:48 +04:00
|
|
|
|
2003-08-19 18:33:16 +04:00
|
|
|
device: %s
|
2004-06-06 01:18:59 +04:00
|
|
|
set directory: %s
|
1999-06-20 09:48:48 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
message localfssource
|
|
|
|
{Enter the unmounted local device and directory on that device where
|
2003-08-19 18:33:16 +04:00
|
|
|
the distribution is located.
|
|
|
|
Remember, the directory should contain the .tgz files.
|
1999-06-20 09:48:48 +04:00
|
|
|
|
2003-08-19 18:33:16 +04:00
|
|
|
device: %s
|
|
|
|
file system: %s
|
2004-06-06 01:18:59 +04:00
|
|
|
base directory: %s
|
|
|
|
set directory: %s
|
1999-06-20 09:48:48 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
message localdir
|
2003-08-19 18:33:16 +04:00
|
|
|
{Enter the already-mounted local directory where the distribution is located.
|
|
|
|
Remember, the directory should contain the .tgz files.
|
1999-06-20 09:48:48 +04:00
|
|
|
|
2004-06-06 01:18:59 +04:00
|
|
|
base directory: %s
|
|
|
|
set directory: %s
|
1999-06-20 09:48:48 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
message filesys
|
2002-07-29 06:51:07 +04:00
|
|
|
{file system}
|
1999-06-20 09:48:48 +04:00
|
|
|
|
|
|
|
message cdrombadmount
|
2004-06-06 01:18:59 +04:00
|
|
|
{The CDROM /dev/%s could not be mounted.}
|
1999-06-20 09:48:48 +04:00
|
|
|
|
|
|
|
message localfsbadmount
|
|
|
|
{%s could not be mounted on local device %s.}
|
|
|
|
|
|
|
|
message badlocalsetdir
|
|
|
|
{%s is not a directory}
|
|
|
|
|
1999-07-06 10:10:04 +04:00
|
|
|
message badsetdir
|
2002-03-29 04:03:14 +03:00
|
|
|
{%s does not contain the mandatory installation sets etc.tgz
|
|
|
|
and base.tgz. Are you sure you've got the right directory?}
|
1999-06-20 09:48:48 +04:00
|
|
|
|
|
|
|
message nonet
|
|
|
|
{I can not find any network interfaces for use by NetBSD. You will be
|
|
|
|
returned to the previous menu.
|
|
|
|
}
|
|
|
|
|
2003-07-18 14:29:36 +04:00
|
|
|
message netup
|
|
|
|
{The following network interfaces are active: %s
|
|
|
|
Does one of them connect to the required server?}
|
|
|
|
|
1999-06-20 09:48:48 +04:00
|
|
|
message asknetdev
|
|
|
|
{I have found the following network interfaces: %s
|
|
|
|
\nWhich device shall I use?}
|
|
|
|
|
|
|
|
message badnet
|
|
|
|
{You did not choose one of the listed network devices. Please try again.
|
|
|
|
The following network devices are available: %s
|
|
|
|
\nWhich device shall I use?}
|
|
|
|
|
|
|
|
message netinfo
|
|
|
|
{To be able to use the network, we need answers to the following:
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
message net_domain
|
1999-06-22 06:21:58 +04:00
|
|
|
{Your DNS domain}
|
1999-06-20 09:48:48 +04:00
|
|
|
|
|
|
|
message net_host
|
|
|
|
{Your host name}
|
|
|
|
|
|
|
|
message net_ip
|
2000-01-04 11:33:51 +03:00
|
|
|
{Your IPv4 number}
|
1999-06-20 09:48:48 +04:00
|
|
|
|
|
|
|
message net_mask
|
2000-01-04 11:33:51 +03:00
|
|
|
{IPv4 Netmask}
|
|
|
|
|
|
|
|
message net_namesrv6
|
|
|
|
{IPv6 name server}
|
1999-06-20 09:48:48 +04:00
|
|
|
|
|
|
|
message net_namesrv
|
2000-01-04 11:33:51 +03:00
|
|
|
{IPv4 name server}
|
1999-06-20 09:48:48 +04:00
|
|
|
|
|
|
|
message net_defroute
|
2000-01-04 11:33:51 +03:00
|
|
|
{IPv4 gateway}
|
1999-06-20 09:48:48 +04:00
|
|
|
|
|
|
|
message net_media
|
|
|
|
{Network media type}
|
|
|
|
|
|
|
|
message netok
|
2004-06-06 01:18:59 +04:00
|
|
|
{The following are the values you entered.
|
1999-06-20 09:48:48 +04:00
|
|
|
|
2000-01-04 11:33:51 +03:00
|
|
|
DNS Domain: %s
|
|
|
|
Host Name: %s
|
extend sysinst disk handling, some general clean ups, better /etc support
and some sparc64 fixes. details:
- new scripting_{,v}fprintf() that also write to the script log (if open).
- support of creation of LFS filesystems
- standard installs now allow one to choose which file systems to create,
out of the list of /usr, /var, /home, MFS /tmp, and swap. a / is always
created, but the rest all optional. [*]
- new disklabel method: use existing. this requires one to fill in the
mount points (and having at least a "/" is enforced).
- preservation of existing filesystems (at install) is supported.
- rewrote most of make_fstab(): the entire thing is generated from the
bsdlabel now, rather than hard coding / to 'a' and swap to 'b'. create
MFS /tmp if requested.
- if IPv6 support isn't present, don't display any ipv6 messages.
- better rc.conf support
- sparc & sparc64 default to "cylinders" now.
- choosing "standard" instead of "standard with X" de-selects the X pkgs
by default.
- sparc64: don't install bootblocks until we have a complete system, avoids
booting with no /dev/console.
- sparc64: bump STDNEEDMB, it is way low.
[*] i have added default values for DEFVARSIZE & DEFUSRSIZE (this is used
only if /usr and /home are selected) to each port, based on STDNEEDMB. as
such, my guesses might be wrong so port maintainers should look at these.
2001-01-14 05:38:13 +03:00
|
|
|
Primary Interface: %s
|
2000-01-04 11:33:51 +03:00
|
|
|
Host IP: %s
|
|
|
|
Netmask: %s
|
|
|
|
IPv4 Nameserver: %s
|
|
|
|
IPv4 Gateway: %s
|
|
|
|
Media type: %s
|
extend sysinst disk handling, some general clean ups, better /etc support
and some sparc64 fixes. details:
- new scripting_{,v}fprintf() that also write to the script log (if open).
- support of creation of LFS filesystems
- standard installs now allow one to choose which file systems to create,
out of the list of /usr, /var, /home, MFS /tmp, and swap. a / is always
created, but the rest all optional. [*]
- new disklabel method: use existing. this requires one to fill in the
mount points (and having at least a "/" is enforced).
- preservation of existing filesystems (at install) is supported.
- rewrote most of make_fstab(): the entire thing is generated from the
bsdlabel now, rather than hard coding / to 'a' and swap to 'b'. create
MFS /tmp if requested.
- if IPv6 support isn't present, don't display any ipv6 messages.
- better rc.conf support
- sparc & sparc64 default to "cylinders" now.
- choosing "standard" instead of "standard with X" de-selects the X pkgs
by default.
- sparc64: don't install bootblocks until we have a complete system, avoids
booting with no /dev/console.
- sparc64: bump STDNEEDMB, it is way low.
[*] i have added default values for DEFVARSIZE & DEFUSRSIZE (this is used
only if /usr and /home are selected) to each port, based on STDNEEDMB. as
such, my guesses might be wrong so port maintainers should look at these.
2001-01-14 05:38:13 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
message netokv6
|
|
|
|
{IPv6 autoconf: %s
|
2000-01-04 11:33:51 +03:00
|
|
|
IPv6 Nameserver: %s
|
1999-06-20 09:48:48 +04:00
|
|
|
}
|
|
|
|
|
2004-06-06 01:18:59 +04:00
|
|
|
message netok_ok
|
|
|
|
{Are they OK?}
|
|
|
|
|
1999-06-20 09:48:48 +04:00
|
|
|
message netagain
|
|
|
|
{Please reenter the information about your network. Your last answers
|
|
|
|
will be your default.
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2003-07-22 12:30:10 +04:00
|
|
|
message wait_network
|
|
|
|
{
|
|
|
|
Waiting while network interface comes up.
|
|
|
|
}
|
|
|
|
|
1999-06-20 09:48:48 +04:00
|
|
|
message resolv
|
|
|
|
{Could not create /etc/resolv.conf. Install aborted.
|
|
|
|
}
|
|
|
|
|
|
|
|
message realdir
|
|
|
|
{Could not change to directory %s: %s. Install aborted.
|
|
|
|
}
|
|
|
|
|
|
|
|
message ftperror
|
2004-06-06 01:18:59 +04:00
|
|
|
{Ftp could not retrieve a file.
|
|
|
|
Do you want to try again?}
|
1999-06-20 09:48:48 +04:00
|
|
|
|
|
|
|
message distdir
|
|
|
|
{What directory shall I use for %s? }
|
|
|
|
|
2003-07-22 12:30:10 +04:00
|
|
|
message delete_dist_files
|
|
|
|
{Do you want to delete the NetBSD sets from %s?
|
|
|
|
(You can keep them to install/upgrade a second system.)}
|
|
|
|
|
1999-06-20 09:48:48 +04:00
|
|
|
message verboseextract
|
2003-01-22 08:59:07 +03:00
|
|
|
{During the extraction process, what do you want to see as
|
1999-06-20 09:48:48 +04:00
|
|
|
each file is extracted?
|
|
|
|
}
|
|
|
|
|
|
|
|
message notarfile
|
2004-06-06 01:18:59 +04:00
|
|
|
{Release set %s does not exist.}
|
1999-06-22 06:43:09 +04:00
|
|
|
|
2004-06-06 01:18:59 +04:00
|
|
|
message notarfile_ok
|
|
|
|
{Continue extracting sets?}
|
1999-06-20 09:48:48 +04:00
|
|
|
|
|
|
|
message endtarok
|
|
|
|
{All selected distribution sets unpacked successfully.}
|
|
|
|
|
|
|
|
message endtar
|
|
|
|
{There were problems unpacking distribution sets.
|
1999-07-06 10:10:04 +04:00
|
|
|
Your installation is incomplete.
|
1999-06-20 09:48:48 +04:00
|
|
|
|
1999-06-22 06:43:09 +04:00
|
|
|
You selected %d distribution sets. %d sets couldn't be found
|
2001-04-25 06:33:08 +04:00
|
|
|
and %d were skipped after an error occurred. Of the %d
|
1999-06-22 06:43:09 +04:00
|
|
|
that were attempted, %d unpacked without errors and %d with errors.
|
1999-06-20 09:48:48 +04:00
|
|
|
|
|
|
|
The installation is aborted. Please recheck your distribution source
|
1999-06-20 10:42:05 +04:00
|
|
|
and consider reinstalling sets from the main menu.}
|
1999-06-20 09:48:48 +04:00
|
|
|
|
|
|
|
message abort
|
|
|
|
{Your choices have made it impossible to install NetBSD. Install aborted.
|
|
|
|
}
|
|
|
|
|
|
|
|
message abortinst
|
|
|
|
{The distribution was not successfully loaded. You will need to proceed
|
|
|
|
by hand. Installation aborted.
|
|
|
|
}
|
|
|
|
|
|
|
|
message abortupgr
|
|
|
|
{The distribution was not successfully loaded. You will need to proceed
|
|
|
|
by hand. Upgrade aborted.
|
|
|
|
}
|
|
|
|
|
|
|
|
message abortunpack
|
|
|
|
{Unpacking additional sets was not successful. You will need to
|
|
|
|
proceed by hand, or choose a different source for release sets and try
|
|
|
|
again.
|
|
|
|
}
|
|
|
|
|
|
|
|
message createfstab
|
|
|
|
{There is a big problem! Can not create /mnt/etc/fstab. Bailing out!
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
message noetcfstab
|
|
|
|
{Help! No /etc/fstab in target disk %s. Aborting upgrade.
|
|
|
|
}
|
|
|
|
|
|
|
|
message badetcfstab
|
|
|
|
{Help! Can't parse /etc/fstab in target disk %s. Aborting upgrade.
|
|
|
|
}
|
|
|
|
|
2000-09-08 06:50:42 +04:00
|
|
|
message X_oldexists
|
|
|
|
{I cannot save /usr/X11R6/bin/X as /usr/X11R6/bin/X.old, because the
|
|
|
|
target disk already has an /usr/X11R6/bin/X.old. Please fix this before
|
|
|
|
continuing.
|
|
|
|
|
|
|
|
One way is to start a shell from the Utilities menu, examine the
|
|
|
|
target /usr/X11R6/bin/X and /usr/X11R6/bin/X.old. If
|
|
|
|
/usr/X11R6/bin/X.old is from a completed upgrade, you can rm -f
|
|
|
|
/usr/X11R6/bin/X.old and restart. Or if /usr/X11R6/bin/X.old is from
|
|
|
|
a recent, incomplete upgrade, you can rm -f /usr/X11R6/bin/X and mv
|
|
|
|
/usr/X11R6/bin/X.old to /usr/X11R6/bin/X.
|
|
|
|
|
|
|
|
Aborting upgrade.}
|
|
|
|
|
1999-06-20 09:48:48 +04:00
|
|
|
message netnotup
|
|
|
|
{There was a problem in setting up the network. Either your gateway
|
|
|
|
or your nameserver was not reachable by a ping. Do you want to
|
2002-02-04 17:35:10 +03:00
|
|
|
configure your network again? (No allows you to continue anyway
|
|
|
|
or abort the install process.)
|
|
|
|
}
|
|
|
|
|
|
|
|
message netnotup_continueanyway
|
|
|
|
{Would you like to continue the install process anyway, and assume
|
|
|
|
that the network is working? (No aborts the install process.)
|
1999-06-20 09:48:48 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
message makedev
|
2003-07-31 17:50:05 +04:00
|
|
|
{Making device nodes ...
|
1999-06-20 09:48:48 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
message badfs
|
2003-11-30 17:36:43 +03:00
|
|
|
{It appears that /dev/%s%c is not a BSD file system or the fsck was
|
1999-06-20 10:42:05 +04:00
|
|
|
not successful. The upgrade has been aborted. (Error number %d.)
|
1999-06-20 09:48:48 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
message badmount
|
2003-11-30 17:36:43 +03:00
|
|
|
{Your file system /dev/%s%c was not successfully mounted. Upgrade aborted.}
|
1999-06-20 09:48:48 +04:00
|
|
|
|
|
|
|
message rootmissing
|
|
|
|
{ target root is missing %s.
|
|
|
|
}
|
|
|
|
|
|
|
|
message badroot
|
|
|
|
{The completed new root fileystem failed a basic sanity check.
|
|
|
|
Are you sure you installed all the required sets?
|
|
|
|
}
|
|
|
|
|
|
|
|
message fddev
|
|
|
|
{What floppy device do you want to use? }
|
|
|
|
|
|
|
|
message fdmount
|
|
|
|
{Please load the floppy containing the file named "%s". }
|
|
|
|
|
|
|
|
message fdnotfound
|
|
|
|
{Could not find the file named "%s" on the disk. Please load the
|
2003-04-06 20:12:36 +04:00
|
|
|
floppy with that file on it.
|
|
|
|
|
|
|
|
If this was the last set's disk, hit "Set finished" to continue on
|
|
|
|
the next set, if any.}
|
1999-06-20 09:48:48 +04:00
|
|
|
|
|
|
|
message fdremount
|
|
|
|
{The floppy was not mounted successfully. You may:
|
|
|
|
|
1999-07-04 13:41:02 +04:00
|
|
|
Try again and put in the floppy containing the file named "%s".
|
1999-06-20 09:48:48 +04:00
|
|
|
|
2003-04-06 20:12:36 +04:00
|
|
|
Not load any more files from this set and continue on the next one, if any.
|
|
|
|
|
1999-07-04 13:41:02 +04:00
|
|
|
Not load any more files from floppy and abort the process.
|
1999-06-20 09:48:48 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
message mntnetconfig
|
|
|
|
{Is the network information you entered accurate for this machine
|
|
|
|
in regular operation and do you want it installed in /etc? }
|
|
|
|
|
|
|
|
message cur_distsets
|
|
|
|
{The following is the list of distribution sets that will be used.
|
|
|
|
|
|
|
|
}
|
|
|
|
|
1999-07-05 02:31:37 +04:00
|
|
|
message cur_distsets_header
|
2003-06-12 01:35:35 +04:00
|
|
|
{ Distribution set Selected
|
|
|
|
------------------------ --------
|
1999-07-05 02:31:37 +04:00
|
|
|
}
|
|
|
|
|
2003-06-12 01:35:35 +04:00
|
|
|
message set_base
|
|
|
|
{Base}
|
|
|
|
|
|
|
|
message set_system
|
|
|
|
{System (/etc)}
|
|
|
|
|
|
|
|
message set_compiler
|
|
|
|
{Compiler Tools}
|
|
|
|
|
|
|
|
message set_games
|
|
|
|
{Games}
|
|
|
|
|
|
|
|
message set_man_pages
|
|
|
|
{Online Manual Pages}
|
|
|
|
|
|
|
|
message set_misc
|
|
|
|
{Miscellaneous}
|
|
|
|
|
|
|
|
message set_text_tools
|
|
|
|
{Text Processing Tools}
|
|
|
|
|
|
|
|
message set_X11
|
|
|
|
{X11 sets}
|
|
|
|
|
|
|
|
message set_X11_base
|
|
|
|
{X11 base and clients}
|
|
|
|
|
2004-01-29 11:48:23 +03:00
|
|
|
message set_X11_etc
|
|
|
|
{X11 configuration}
|
|
|
|
|
2003-06-12 01:35:35 +04:00
|
|
|
message set_X11_fonts
|
|
|
|
{X11 fonts}
|
|
|
|
|
|
|
|
message set_X11_servers
|
|
|
|
{X11 servers}
|
|
|
|
|
|
|
|
message set_X_contrib
|
|
|
|
{X contrib clients}
|
|
|
|
|
|
|
|
message set_X11_prog
|
|
|
|
{X11 programming}
|
|
|
|
|
|
|
|
message set_X11_misc
|
|
|
|
{X11 Misc.}
|
|
|
|
|
1999-07-05 02:31:37 +04:00
|
|
|
message cur_distsets_row
|
2003-06-12 01:35:35 +04:00
|
|
|
{%-27s %3s\n}
|
|
|
|
|
|
|
|
message select_all
|
|
|
|
{Select all the above sets}
|
|
|
|
|
|
|
|
message select_none
|
|
|
|
{Deselect all the above sets}
|
|
|
|
|
|
|
|
message install_selected_sets
|
|
|
|
{Install selected sets}
|
1999-07-05 02:31:37 +04:00
|
|
|
|
1999-06-20 09:48:48 +04:00
|
|
|
message tarerror
|
1999-06-22 06:43:09 +04:00
|
|
|
{There was an error in extracting the file %s. That means
|
|
|
|
some files were not extracted correctly and your system will not be
|
|
|
|
complete.
|
1999-06-20 09:48:48 +04:00
|
|
|
|
1999-06-22 06:43:09 +04:00
|
|
|
Continue extracting sets?}
|
1999-06-20 09:48:48 +04:00
|
|
|
|
2003-07-08 21:38:54 +04:00
|
|
|
message must_be_one_root
|
|
|
|
{There must be a single partition marked to be mounted on '/'.}
|
|
|
|
|
1999-06-20 09:48:48 +04:00
|
|
|
message partitions_overlap
|
|
|
|
{partitions %c and %c overlap.}
|
|
|
|
|
|
|
|
message edit_partitions_again
|
|
|
|
{
|
|
|
|
|
|
|
|
You can either edit the partition table by hand, or give up and return
|
|
|
|
to the main menu.
|
|
|
|
|
|
|
|
Edit the partition table again?}
|
|
|
|
|
|
|
|
message not_regular_file
|
|
|
|
{Config file %s is not a regular file.\n}
|
|
|
|
|
|
|
|
message out_of_memory
|
|
|
|
{Out of memory (malloc failed).\n}
|
|
|
|
|
|
|
|
message config_open_error
|
|
|
|
{Could not open config file %s\n}
|
|
|
|
|
|
|
|
message config_read_error
|
|
|
|
{Could not read config file %s\n}
|
|
|
|
|
|
|
|
message cmdfail
|
|
|
|
{Command
|
1999-07-04 13:41:02 +04:00
|
|
|
%s
|
1999-06-20 09:48:48 +04:00
|
|
|
failed. I can't continue.}
|
|
|
|
|
|
|
|
message upgradeparttype
|
|
|
|
{The only suitable partition that was found for NetBSD installation is of
|
|
|
|
the old NetBSD/386BSD/FreeBSD partition type. Do you want to change the type
|
|
|
|
of this partition to the new NetBSD-only partition type?}
|
2000-06-19 03:50:02 +04:00
|
|
|
|
2000-08-15 05:08:00 +04:00
|
|
|
message choose_timezone
|
|
|
|
{Please choose the timezone that fits you best from the list below.
|
2003-07-08 01:26:32 +04:00
|
|
|
Press RETURN to select an entry.
|
|
|
|
Press 'x' followed by RETURN to quit the timezone selection.
|
2000-08-15 05:08:00 +04:00
|
|
|
|
|
|
|
Default: %s
|
|
|
|
Selected: %s
|
|
|
|
Local time: %s %s
|
|
|
|
}
|
2000-09-27 16:42:04 +04:00
|
|
|
|
2003-07-07 16:30:19 +04:00
|
|
|
message tz_back
|
|
|
|
{ Back to main timezone list}
|
|
|
|
|
2002-04-04 18:26:43 +04:00
|
|
|
message choose_crypt
|
|
|
|
{Please choose the password cipher to use. NetBSD can be configured to use
|
2002-05-24 12:07:48 +04:00
|
|
|
either the DES, MD5 or Blowfish schemes.
|
2002-04-04 18:26:43 +04:00
|
|
|
|
|
|
|
The traditional DES scheme is compatible with most other Unix-like operating
|
|
|
|
systems, but only the first 8 characters of any password will be recognised.
|
2002-05-24 12:07:48 +04:00
|
|
|
The MD5 and Blowfish scheme allows for longer passwords, and some would
|
|
|
|
argue that it's more secure.
|
2002-04-04 18:26:43 +04:00
|
|
|
|
|
|
|
If you have a network and intend to use NIS, please bear in mind the
|
|
|
|
capabilities of other machines on your network.
|
2002-06-02 18:12:54 +04:00
|
|
|
|
|
|
|
If you are upgrading and would like to keep configuration unchanged,
|
|
|
|
choose the last option "do not change".
|
2002-04-04 18:26:43 +04:00
|
|
|
}
|
|
|
|
|
2000-09-27 16:42:04 +04:00
|
|
|
message swapactive
|
|
|
|
{The disk that you selected has a swap partition that may currently be
|
|
|
|
in use if your system is low on memory. Because you are going to
|
|
|
|
repartition this disk, this swap partition will be disabled now. Please
|
|
|
|
beware that this might lead to out of swap errors. Should you get such
|
|
|
|
an error, please restart the system and try again.}
|
|
|
|
|
|
|
|
message swapdelfailed
|
|
|
|
{Sysinst failed to deactivate the swap partition on the disk that you
|
|
|
|
chose for installation. Please reboot and try again.}
|
2000-10-12 03:47:55 +04:00
|
|
|
|
|
|
|
message rootpw
|
2000-10-17 23:44:28 +04:00
|
|
|
{The root password of the newly installed system has not yet been initialized,
|
|
|
|
and is thus empty. Do you want to set a root password for the system now?}
|
|
|
|
|
2002-07-29 07:05:16 +04:00
|
|
|
message rootsh
|
|
|
|
{You can now select which shell to use for the root user. The default is
|
|
|
|
/bin/csh, but you may prefer another one.}
|
|
|
|
|
extend sysinst disk handling, some general clean ups, better /etc support
and some sparc64 fixes. details:
- new scripting_{,v}fprintf() that also write to the script log (if open).
- support of creation of LFS filesystems
- standard installs now allow one to choose which file systems to create,
out of the list of /usr, /var, /home, MFS /tmp, and swap. a / is always
created, but the rest all optional. [*]
- new disklabel method: use existing. this requires one to fill in the
mount points (and having at least a "/" is enforced).
- preservation of existing filesystems (at install) is supported.
- rewrote most of make_fstab(): the entire thing is generated from the
bsdlabel now, rather than hard coding / to 'a' and swap to 'b'. create
MFS /tmp if requested.
- if IPv6 support isn't present, don't display any ipv6 messages.
- better rc.conf support
- sparc & sparc64 default to "cylinders" now.
- choosing "standard" instead of "standard with X" de-selects the X pkgs
by default.
- sparc64: don't install bootblocks until we have a complete system, avoids
booting with no /dev/console.
- sparc64: bump STDNEEDMB, it is way low.
[*] i have added default values for DEFVARSIZE & DEFUSRSIZE (this is used
only if /usr and /home are selected) to each port, based on STDNEEDMB. as
such, my guesses might be wrong so port maintainers should look at these.
2001-01-14 05:38:13 +03:00
|
|
|
message postuseexisting
|
|
|
|
{
|
2003-07-08 01:26:32 +04:00
|
|
|
Don't forget to check the file system mount points for each of the
|
extend sysinst disk handling, some general clean ups, better /etc support
and some sparc64 fixes. details:
- new scripting_{,v}fprintf() that also write to the script log (if open).
- support of creation of LFS filesystems
- standard installs now allow one to choose which file systems to create,
out of the list of /usr, /var, /home, MFS /tmp, and swap. a / is always
created, but the rest all optional. [*]
- new disklabel method: use existing. this requires one to fill in the
mount points (and having at least a "/" is enforced).
- preservation of existing filesystems (at install) is supported.
- rewrote most of make_fstab(): the entire thing is generated from the
bsdlabel now, rather than hard coding / to 'a' and swap to 'b'. create
MFS /tmp if requested.
- if IPv6 support isn't present, don't display any ipv6 messages.
- better rc.conf support
- sparc & sparc64 default to "cylinders" now.
- choosing "standard" instead of "standard with X" de-selects the X pkgs
by default.
- sparc64: don't install bootblocks until we have a complete system, avoids
booting with no /dev/console.
- sparc64: bump STDNEEDMB, it is way low.
[*] i have added default values for DEFVARSIZE & DEFUSRSIZE (this is used
only if /usr and /home are selected) to each port, based on STDNEEDMB. as
such, my guesses might be wrong so port maintainers should look at these.
2001-01-14 05:38:13 +03:00
|
|
|
file systems that are to be mounted. Press <return> to continue.
|
|
|
|
}
|
|
|
|
|
|
|
|
message no_root_fs
|
|
|
|
{
|
|
|
|
There is no defined root file system. You need to define at least
|
|
|
|
one mount point with "/".
|
|
|
|
|
|
|
|
Press <return> to continue.
|
|
|
|
}
|
2003-06-12 15:20:00 +04:00
|
|
|
|
2003-10-20 00:17:31 +04:00
|
|
|
message Pick_an_option {Pick an option to turn on or off.}
|
|
|
|
message Scripting {Scripting}
|
|
|
|
message Logging {Logging}
|
|
|
|
|
|
|
|
message Status { Status: }
|
|
|
|
message Command {Command: }
|
|
|
|
message Running {Running}
|
|
|
|
message Finished {Finished}
|
|
|
|
message Command_failed {Command failed}
|
|
|
|
message Command_ended_on_signal {Command ended on signal}
|
|
|
|
|
2003-06-27 17:36:04 +04:00
|
|
|
message NetBSD_VERSION_Install_System {NetBSD-@@VERSION@@ Install System}
|
|
|
|
message Exit_Install_System {Exit Install System}
|
|
|
|
message Install_NetBSD_to_hard_disk {Install NetBSD to hard disk}
|
|
|
|
message Upgrade_NetBSD_on_a_hard_disk {Upgrade NetBSD on a hard disk}
|
|
|
|
message Re_install_sets_or_install_additional_sets {Re-install sets or install additional sets}
|
|
|
|
message Reboot_the_computer {Reboot the computer}
|
|
|
|
message Utility_menu {Utility menu}
|
|
|
|
message NetBSD_VERSION_Utilities {NetBSD-@@VERSION@@ Utilities}
|
|
|
|
message Run_bin_sh {Run /bin/sh}
|
|
|
|
message Set_timezone {Set timezone}
|
|
|
|
message Configure_network {Configure network}
|
|
|
|
message Partition_a_disk {Partition a disk}
|
|
|
|
message Logging_functions {Logging functions}
|
|
|
|
message Halt_the_system {Halt the system}
|
|
|
|
message yes_or_no {yes or no?}
|
|
|
|
message Hit_enter_to_continue {Hit enter to continue}
|
|
|
|
message Choose_your_installation {Choose your installation}
|
2003-07-27 11:45:08 +04:00
|
|
|
message Set_Sizes {Set sizes of NetBSD partitions}
|
|
|
|
message Use_Existing {Use existing partition sizes}
|
2003-06-27 17:36:04 +04:00
|
|
|
message Choose_your_size_specifier {Choose your size specifier}
|
|
|
|
message Megabytes {Megabytes}
|
|
|
|
message Cylinders {Cylinders}
|
|
|
|
message Sectors {Sectors}
|
|
|
|
message Select_medium {Select medium}
|
|
|
|
message ftp {ftp}
|
|
|
|
message nfs {nfs}
|
|
|
|
message cdrom {cdrom}
|
|
|
|
message floppy {floppy}
|
2003-10-20 00:17:31 +04:00
|
|
|
message local_fs {unmounted fs}
|
2003-07-18 14:29:36 +04:00
|
|
|
message local_dir {local directory}
|
2003-06-27 17:36:04 +04:00
|
|
|
message Select_your_distribution {Select your distribution}
|
|
|
|
message Full_installation {Full installation}
|
|
|
|
message Custom_installation {Custom installation}
|
|
|
|
message Change {Change}
|
|
|
|
message hidden {** hidden **}
|
|
|
|
message Host {Host}
|
2004-06-06 01:18:59 +04:00
|
|
|
message Base_dir {Base directory}
|
|
|
|
message Set_dir {Set directory}
|
2003-06-27 17:36:04 +04:00
|
|
|
message Directory {Directory}
|
|
|
|
message User {User}
|
|
|
|
message Password {Password}
|
|
|
|
message Proxy {Proxy}
|
|
|
|
message Get_Distribution {Get Distribution}
|
|
|
|
message Continue {Continue}
|
|
|
|
message What_do_you_want_to_do {What do you want to do?}
|
|
|
|
message Try_again {Try again}
|
|
|
|
message Give_up {Give up}
|
|
|
|
message Ignore_continue_anyway {Ignore, continue anyway}
|
|
|
|
message Set_finished {Set finished}
|
|
|
|
message Abort_install {Abort install}
|
|
|
|
message Password_cipher {Password cipher}
|
|
|
|
message DES {DES}
|
|
|
|
message MD5 {MD5}
|
|
|
|
message Blowfish_2_7_round {Blowfish 2^7 round}
|
|
|
|
message do_not_change {do not change}
|
|
|
|
message Device {Device}
|
|
|
|
message File_system {File system}
|
|
|
|
message Select_IPv6_DNS_server { Select IPv6 DNS server}
|
|
|
|
message other {other }
|
|
|
|
message Perform_IPv6_autoconfiguration {Perform IPv6 autoconfiguration?}
|
|
|
|
message Perform_DHCP_autoconfiguration {Perform DHCP autoconfiguration?}
|
|
|
|
message Root_shell {Root shell}
|
|
|
|
message Select_set_extraction_verbosity {Select set extraction verbosity}
|
2004-06-06 01:18:59 +04:00
|
|
|
message Progress_bar {Progress bar (recommended)}
|
2003-06-27 17:36:04 +04:00
|
|
|
message Silent {Silent}
|
2004-06-06 01:18:59 +04:00
|
|
|
message Verbose {Verbose file name listing (slow)}
|
2003-06-27 17:36:04 +04:00
|
|
|
|
2003-06-12 15:20:00 +04:00
|
|
|
.if AOUT2ELF
|
|
|
|
message aoutfail
|
|
|
|
{The directory where the old a.out shared libraries should be moved to could
|
|
|
|
not be created. Please try the upgrade procedure again and make sure you
|
|
|
|
have mounted all file systems.}
|
|
|
|
|
|
|
|
message emulbackup
|
|
|
|
{Either the /emul/aout or /emul directory on your system was a symbolic link
|
|
|
|
pointing to an unmounted file system. It has been given a '.old' extension.
|
|
|
|
Once you bring your upgraded system back up, you may need to take care
|
|
|
|
of merging the newly created /emul/aout directory with the old one.
|
|
|
|
}
|
|
|
|
.endif
|