enami
3ba7997d55
`des'' isn't a valid parameter as cipher name. Use
`old'' instead as per
...
pwd_gensalt.c (or passwd.conf(5)). Compile test only.
2002-06-05 10:00:43 +00:00
scw
39e26586a0
Use target_expand() when referring to files on the target filesystem.
2002-06-05 09:39:04 +00:00
scw
276ff16bb9
Quell a warning when a partition starts at sector zero.
...
This is perfectly legitimate on mvme68k.
2002-06-05 08:50:09 +00:00
tsutsui
9a006c64a6
Enable "kern-GENERIC" by default, otherwise "Full installation" will not
...
extract any kernel sets.
2002-06-02 17:28:35 +00:00
tsutsui
e66a5b39e8
Don't call toggle_getit() for X11 fonts and servers in md_set_no_x().
...
They are disabled by default.
2002-06-02 16:01:00 +00:00
zuntum
0c075655ba
Polish translation of 'option to leave passwd.conf unchanged,
...
particularly for upgrading'.
2002-06-02 15:05:24 +00:00
itojun
589e4e32b8
typo
2002-06-02 14:14:04 +00:00
itojun
0b9753daf3
have an option to leave passwd.conf unchanged, particularly for upgrading.
...
From: Tetsuya Isaki <isaki@par.odn.ne.jp>
XXX translation needed
2002-06-02 14:12:54 +00:00
eeh
58d15437bc
Add sysinst support for the walnut port.
2002-05-30 16:13:06 +00:00
tv
3a92d39fd3
Rip out the "special_kernel_list" code, as we now have differently named
...
kernel sets in dist_list[] instead. If we want logic like this, it needs
to be re-added as twiddling the "on" state of the correctly named kernel.
2002-05-29 20:36:40 +00:00
zuntum
3984662c21
typo, whitespaces, and one fix
2002-05-27 09:21:34 +00:00
zuntum
77d5abd5af
Change variants of "zamontowac" to "zamountowac"
2002-05-27 09:18:59 +00:00
zuntum
69703d3555
Argh! Replace sophisticated, although weird-looking "punkt montazu" word with
...
just "mountpoint". Even english term is easier to understand in this case.
2002-05-27 09:15:40 +00:00
zuntum
69afabd0cd
more fixes to translation
2002-05-27 09:09:13 +00:00
zuntum
b2cf503dd7
grammar & misc
...
Closes PR#17064 by dawszy@arhea.net
2002-05-27 08:55:57 +00:00
wiz
bf840df2cd
__STDC__ is always defined on NetBSD.
2002-05-26 00:02:06 +00:00
itojun
382ff1f23c
let users choose blowfish password option.
...
XXX msg.mi.fr is out of sync
2002-05-24 08:07:48 +00:00
itojun
5fb3536fb3
remove obsolete comment. use "!rtsol $int" instead of actual interface name.
2002-05-24 07:58:23 +00:00
rafal
4a3f0ef3a4
sysinst updates for sgimips from Scott Taylor with some tweaks from me.
...
For now, we keep the GENERIC/GENERIC_INDY sets, but make the labels a
bit clearer as to their purposes.
XXX: Still need code to install bootloader into volhdr; need either to
integrate into MI installboot or fix up sgivol (I have changes from Scott
for sgivol, just haven't folded them in yet).
2002-05-21 21:59:03 +00:00
lukem
9f9c6e35b1
convert to using usr/sbin/installboot.
...
(from Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>)
2002-05-20 16:10:33 +00:00
lukem
4af2890237
use new installboot
2002-05-20 13:31:26 +00:00
uch
e27184bfd6
use MI make_bsd_partitions(). clean up the code.
2002-05-18 07:14:31 +00:00
elric
7836706b6a
Modified pwmatchline to return the value to pw_class. This is not
...
strictly necessary for the install floppy, but it enables one to
build a rescue floppy with ssh(1) on it. ssh dereferences pw->pw_class
and will therefore core dump if it is not set to something.
Reviewed By: simonb@NetBSD.ORG
2002-05-13 06:38:14 +00:00
lukem
073a06669e
migrate to usr/sbin/installboot
2002-05-07 14:50:39 +00:00
bjh21
c778d09734
Synchronise the various lists of sets with reality.
2002-05-04 21:35:27 +00:00
bjh21
3785c22214
sysinst bits for acorn26. Basically the same as acorn32 for now.
2002-05-02 23:02:50 +00:00
sommerfeld
bf3e3eb4dc
Make all elements of SRCS (set in arch-specific makefile) depend on
...
the message headers; previous list was woefully incomplete and caused
parallel builds to explode.
2002-04-29 04:40:00 +00:00
lukem
9e5598221a
replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
2002-04-26 15:50:21 +00:00
leo
76fe1572d8
Add aout->ELF upgrade support.
2002-04-25 20:16:08 +00:00
shin
883a9619e2
make "kern-GENERIC" selected by default.
2002-04-21 11:21:53 +00:00
leo
177bcf6b76
Handle the atari kernel-sets.
2002-04-20 20:35:00 +00:00
mycroft
1d4148b8f4
Run reboot(8) and halt(8) from system(), not run_prog().
2002-04-16 02:20:17 +00:00
mycroft
6b51f6a75b
Use reboot -q' and
halt -q' to make it reboot faster.
2002-04-16 02:06:09 +00:00
lukem
0e901f7d9b
Clean up which .o members are built for each of the "fake" libraries;
...
.o files containing unused functions are still linked in (unlike a .a file)
Saves a bit of space by culling unused .c references.
(Required .o members determined by looking at the mapfile generated by
adding LDFLAGS+=-Wl,-Map,mapfile in dhcp/client/Makefile.)
2002-04-14 23:44:25 +00:00
thorpej
bf27601931
* Fix the kernel set selection.
...
* Default X sets to "no".
2002-04-13 02:34:17 +00:00
thorpej
4dc58c48c7
First draft sysinst for evbarm -- more work needs to be done.
2002-04-13 01:47:52 +00:00
leo
e6531b9a88
atari sysinst md-part
2002-04-12 21:15:52 +00:00
mycroft
73b187a06a
Install kern-GENERIC by default.
2002-04-11 18:16:05 +00:00
mycroft
8d3ca86950
Add a DPADD for the libraries we use.
2002-04-11 18:14:18 +00:00
skrll
ac60400580
The results of my cats NWDO hacking.
...
This was tested using a custom INSTALL kernel. The current one is >4Mb
which the cats firmware can't currently boot. We need to decide what
needs to be removed from INSTALL.
2002-04-11 16:33:58 +00:00
hubertf
f0799e74a5
Polish language translation of sysinst. Build with
...
make release SYSINSTLANG=pl
Contributed by Dawid Szymanski <dawszy@arhea.net> in PR 16237.
2002-04-09 19:47:57 +00:00
hubertf
3929182069
Polish language translation of sysinst. Build with
...
make release SYSINSTLANG=pl
Contributed by Dawid Szymanski <dawszy@arhea.net> in PR 16237.
2002-04-08 23:30:38 +00:00
tsutsui
b85c5addbb
Don't override DBG here. It should be defined in parent Makefiles.
2002-04-06 18:12:50 +00:00
ad
f14b71f762
Remember to free strdup()'ed string.
2002-04-05 00:12:14 +00:00
ad
6fcf2c1799
Allow the password cipher to be chosen at install time. XXX Not tested for
...
real yet, and the French files need updating.
2002-04-04 14:26:43 +00:00
thorpej
875238901e
Garbage-collect the Filecore stuff, and make /usr the "d" partition
...
(RAW_PART == "c").
2002-04-02 17:46:20 +00:00
thorpej
c7eb256693
Add aout2elf upgrade support.
2002-04-02 17:02:54 +00:00
thorpej
556ff2a401
The default kernel for Shark is now GENERIC.
2002-03-31 02:14:06 +00:00
matt
1da9c3f8d0
Add support for auto2elf UPGRADE support.
2002-03-30 21:55:11 +00:00
shin
73fb891f58
fix warning message. kern.tgz does not exits.
2002-03-29 01:03:14 +00:00