chs
1c08e0e246
avoid another divide-by-zero while computing geometry.
2005-09-22 15:41:14 +00:00
drochner
a8675b3763
emulate getgrouplist() directly, no need to pull in
...
the wrapper from libc
2005-09-14 15:54:53 +00:00
he
ea19769e49
pty.o in libutil.a wants to call getgrent_r(), so provide a cheesy
...
non-reentrant version here in order to avoid linker conflicts when
the rest of this file is attempted linked together with libc's
getgrent.o.
Reviewed by christos.
2005-09-14 15:31:18 +00:00
jdarrow
95cef3f6e6
Change default countdown time to 5 seconds to match i386 bootblock
...
defaults in sys/arch/i386/stand/lib/boot_params.S
Fixes PR install/30422 by me.
2005-09-13 23:43:22 +00:00
christos
f9e066d346
Prettier /etc/fstab generation (from Liam Foy)
2005-09-12 15:47:09 +00:00
dsl
0c7751d999
Don't display 'Yes' under 'Newfs' for swap
2005-09-11 20:38:26 +00:00
martin
5b3beb916c
Reword "fullpart" message to make it shorter. Should fix PR install/31292.
2005-09-11 16:43:11 +00:00
dsl
747d6ff347
Float the menu box of menu_fullpart (all mbr disk) below the text message.
...
Stops the German text flowing into the box, should fix PR/31292
2005-09-11 16:42:39 +00:00
dsl
297a2f78a6
Fix a couple of md translations that seem to have got awry.
2005-09-11 08:39:08 +00:00
he
7f48103418
Provide translaqtion for set_kernel_3 via cut+paste from #2 .
2005-09-11 08:03:05 +00:00
he
b80a4384df
Provide a translation for set_kernel_6 as well (cut+paste from #5 ).
2005-09-10 22:03:22 +00:00
dsl
e7fbd19237
Correct some messages which had the wrong number of format specifiers.
2005-09-10 21:51:12 +00:00
dsl
215bb0cb56
Count the number of '%' characters in every message and ensure the
...
translations have the same number as the english messages.
A quick nasty check that the messages uses as printf formats are sane.
2005-09-10 21:38:40 +00:00
he
e3c135df31
Provide a translation for set_kernel_2, copied from set_kernel_1.
2005-09-10 20:00:02 +00:00
dsl
f72d3abd91
For some reason this makefile descends into all the x_<prog> directories.
...
Since all the x_<prog> get build into crunched binaries (which does a
reachover build these days) I suspect this is entirely unnecessary.
But having deleted x_dmesg we must ensure it doesn't go there.
2005-09-10 13:24:38 +00:00
dsl
b15df8278a
Nothing tries to build x_dmesg (aka dmesg with -DSMALL) any more.
2005-09-10 13:10:23 +00:00
dsl
d1c526b434
Change the message above the selection menu for root's shell to show
...
the correct default (ie what happens if you type enter) of /bin/sh.
Fixes PR install/32159
2005-09-09 23:20:33 +00:00
dsl
e8d475bd48
Increase width of menu to allow for longer spanish message for selecting units.
2005-08-28 19:57:25 +00:00
dsl
023b2922f8
Comment out the vstab entries generated for alternate root filesystems.
...
Marking the 'noauto' isn't enough to stop the code that remounts root rw
trying to use them.
2005-08-28 13:10:20 +00:00
dsl
2f42d205e2
Fix some obvious problems found by actually running an install in Spanish.
...
It is worth remembering that trailing spaces are significant in the message
files - they cause a line break if the text is auto-filled to the RH margin.
(This is often the case when the text is a format string.)
Note: nothing (yet) checks the number (or type) of the format effectors in
the message strings. I found and fixed one big error, but others will
cause core dumps.
2005-08-27 21:24:13 +00:00
xtraeme
df49fbe1c2
Do not show the softdep option when the fstype is not FFS, from dsl@.
2005-08-27 16:34:15 +00:00
xtraeme
4674d5a41a
2nd stage of Spanish language translation (grammar fixes and typos),
...
I think it's enough for now.
2005-08-26 16:32:31 +00:00
xtraeme
40fa46d39d
Spanish menus translation, contributed by Ivan-Benjamin Garcia Tora
...
with modifications by me.
Needs some review for typos maybe.
2005-08-26 15:44:43 +00:00
martin
bc0454688a
Improve language slightly - partly based on suggestion from
...
Ignatios Souvatzis, any errors are mine.
2005-08-23 21:58:42 +00:00
dsl
72723e24f6
Fix PR/31023 completely - the messages should not have been displayed at all.
2005-08-20 20:43:26 +00:00
dsl
2b3be83563
Add missing 'n', fixes install/31023 - from Zafer Aydogan
2005-08-20 19:49:07 +00:00
chris
3d4b482c1f
As requested in PR port-cats/30460 add support for GENERIC.ABLE kernel to
...
sysinst, and also add the ABLE install kernel to the generated release
kernels.
2005-08-07 00:21:38 +00:00
xtraeme
76bb6413ee
If there's bootxx_lfsv2 on the ramdisk, we could use LFS for the
...
root filesystem, add the missing bit for that.
2005-07-09 15:05:13 +00:00
xtraeme
ab8df35bc8
After calling the function to find the disks, refresh the screen again.
...
This removes messages like "sd0: fabricating a geometry".
2005-07-09 14:56:23 +00:00
rillig
debefb7e31
Provide the user a menu to select each installation step on its own.
...
Currently there's no way to repeat steps or leave them out.
2005-06-28 07:41:46 +00:00
skrll
36d83be9a6
An xserver set is created - allow sysinst to handle it.
2005-06-24 14:52:48 +00:00
tron
731af7cc71
Add raid(4) to the list of machine-independent devices which "sysinst"
...
recognizes. This allows upgrading e.g. NetBSD-macppc or NetBSD-sparc64
systems with RAIDframe mirrored root devices.
2005-06-09 22:14:20 +00:00
chs
b944888e86
install the bootloader in the root of the target fs.
2005-06-05 18:55:30 +00:00
dsl
148ea12326
Stub out mbrtowc(), removes all the citrus_xxx stuff from libc.
...
rescue_tiny fits again...
2005-05-15 10:15:47 +00:00
chs
2438f5c3ad
add hp700 support.
2005-05-14 14:46:21 +00:00
christos
bc7bf3d1e0
Translation of the new messages, and some corrections from
...
Hernani Marques Madeira. Many thanks.
2005-05-08 22:35:20 +00:00
martin
db1141b950
Use "domain" verbatim in DNS context - the german translation is hardly
...
ever used.
2005-05-08 20:32:36 +00:00
martin
3d320fb96e
Translate the new slip related messages to german.
2005-05-08 20:29:53 +00:00
christos
91876f6dac
Apply patch from Mikhail Zakharov that enables slip based installation.
...
From: http://www.onlamp.com/pub/a/bsd/2005/05/05/hardware_rescue.html
2005-05-08 19:46:33 +00:00
lukem
5baba459c0
use /usr/sbin/postinstall instead of etc/postinstall from the extracted etc.tgz
2005-04-18 23:36:03 +00:00
jschauma
0351658cc8
Some improvements and fixes.
...
From Mirko Thiesen in private mail.
2005-04-09 17:24:43 +00:00
he
3fdfdbed08
Include <unistd.h> to get the getgroupmembership() prototype.
2005-04-01 13:11:12 +00:00
he
97b59ebcdc
Return 0xff from setlogmask() instead of falling off the end of
...
the int-returning function without returning a value. The 0xff
value is taken from the C library and is the default log mask.
2005-03-31 13:03:34 +00:00
he
fca2c8bedd
Provide weak aliases for the newly added getpwuid_r() and getpwnam_r()
...
functions in order to fix link-time conflicts with the C library.
2005-03-31 12:56:49 +00:00
christos
57b822fef8
Add re-entrant versions of the password routines. Well, not really, but close.
2005-03-31 04:14:42 +00:00
yamt
e0ea81bf20
follow the recent changes in sbin/ifconfig/Makefile.
2005-03-20 14:21:05 +00:00
yamt
4d5c8584db
follow the recent changes in sbin/ifconfig/Makefile.
2005-03-19 18:16:34 +00:00
dsl
3650a70127
Allow the user to change the partition type from FFSv1 to FFSv2
...
Should fix install/29693
2005-03-14 21:37:43 +00:00
bouyer
3e8f0992c8
Integrate Xen to the i386 build process:
...
- Add xen devices to MAKEDEV
- Add Xen kernels to list of kernel to build
- Add INSTALL_XENU to the install kernels
- introduce the xbd disk devices to sysinst.
This will add 3 kernels to the i386 release:
XEN0 for use as a Xen domain0 kernel
XENU for use on a non-privileged domain
INSTALL_XENU to install NetBSD on a non-privileged domain virtual disk.
2005-03-11 20:55:10 +00:00
dsl
6fd109179e
Use KB_ENF_FUN() from dev/wscons/wsksymdef.h to avoid having our own list
...
of the known keyboard mappings.
2005-03-09 20:59:09 +00:00