is
8bb7233144
also distribute the amiga/boot.8 manual source.
2000-09-24 20:05:05 +00:00
is
7d779f5512
Add amiga/boot.8 manual page to the list.
2000-09-24 19:57:21 +00:00
augustss
40d348ed16
Bump minor.
2000-09-24 02:21:13 +00:00
simonb
cd2e1c1e91
Use ${COPY} instead of -c for ${INSTALL} commands.
2000-09-23 13:53:41 +00:00
augustss
072f52651e
Add uscanner(4).
2000-09-23 04:37:18 +00:00
bouyer
acb9f8aefa
Make change similar to msg.mi.en 1.69. From Hubert Feyrer.
2000-09-21 17:12:40 +00:00
jhawk
7f1db25a27
Revert rev 1.7, because retaining any symbols
...
causes fdset booting to require 2 floppy swaps.
XXX Need to deal with install(8) suggesting you can patch
vars.
2000-09-21 04:43:32 +00:00
hubertf
d2c5531d61
Remove some stale debug code, OK'd by itojun
2000-09-20 21:28:51 +00:00
hubertf
10384ae3ba
Doesn't it make you nervous to see a "lastchance" warning, telling you
...
that "your hard disk" is about to get nuked, and you are no longer sure
which of your ten disks you told sysinst to wipe?
Change this to tell you:
``Ok, we are now ready to install NetBSD on your hard disk (wd0). Nothing ...''
2000-09-20 21:21:14 +00:00
hubertf
5fffd5f0c2
* Fix changing of /etc/rc.conf after the main file moved recently.
...
'rc_configured' is still changed via sed's s///, wscons=yes is appended
via "echo >>".
* make target-routines (target_expand(), and whatnot) work if no root
disk was selected. With this, sysinst can now be used on a "normal"
system to adjust the system's timezone. Use the entry in the "Utilities"
menu for that.
Both changes were tested by a full i386 installation.
2000-09-20 19:53:35 +00:00
hubertf
b438f1b65b
Improve wording for timezone selection menu a bit.
2000-09-20 19:46:33 +00:00
hubertf
5f9422b41a
Tell people that the default values for /etc/rc.conf are in
...
/etc/default/rc.conf. (People moving files should care for this...)
2000-09-20 19:42:04 +00:00
wrstuden
fec34c3630
Tell make not to look for init in its path. This prevents make from
...
replacing the init in src/sbin/init with the small init we make here.
2000-09-19 20:40:19 +00:00
christos
48f9465eba
add restore
...
XXX1: clearly /bin/test and /bin/[ should be replaced by #!/bin/sh\ntest "$@"\n
XXX2: ramdisk-tiny/list should be generated from ramdisk/list to avoid skew;
XXX3: there is no point in including dump in ramdisk-tiny/list
2000-09-19 20:35:51 +00:00
is
a1a3401b61
Fix comment: install kernel, not GENERIC.
2000-09-19 18:26:13 +00:00
darrenr
8c0d804feb
fix problems building a distribution on i386
...
re. PR's 11023, 10991, 10978 (others ?)
2000-09-18 11:56:09 +00:00
msaitoh
cf09304c21
G.C.
2000-09-18 07:25:42 +00:00
msaitoh
d41a8befab
evbsh3's ramdisk dirs to make ROM image.
...
This is example.
2000-09-18 07:21:01 +00:00
is
1a0314541e
Use INSTALL kernel instead of GENERIC for miniroot.
2000-09-17 21:11:09 +00:00
is
06d6fdab8f
Now that we use an INSTALL kernel on the miniroot, give the user the
...
opportunity to install the GENERIC from kern.tgz.
2000-09-17 21:07:10 +00:00
mrg
9a3cd1d826
finish porting these from the sparc versions. they are mostly correct
...
now though the install instructions could still do with some more work
and expansion....
2000-09-17 21:03:32 +00:00
minoura
bf7d1f145b
- Correct options for installboot.
...
- sed is not in the ramdisk, since it is too large.
2000-09-16 13:12:09 +00:00
minoura
c331228c46
Remove /kern, which is not any longer needed.
2000-09-15 01:21:49 +00:00
is
1fd5b3110d
My src tree wasn't completely up-to-date when I measured the current
...
syssrc size. Correct it.
2000-09-14 19:57:01 +00:00
matt
9b40acae9e
Add dependall target
...
Use the c device for installboot so it will not conflict with the mount a
parition.
2000-09-13 15:53:29 +00:00
matt
71a96f0b47
Need ${.CURDIR} for print-objdir
2000-09-13 15:49:27 +00:00
tsutsui
c9a96015d1
Remove mount -t kernfs.
2000-09-13 13:50:16 +00:00
tsutsui
6c73b7cec0
/kern is no longer needed.
2000-09-13 13:49:30 +00:00
tsutsui
ddae6ab8a8
Remove mount_kernfs and add dmesg.
2000-09-13 13:48:25 +00:00
matt
405f9f1508
Add installboot (duh!)
2000-09-13 07:08:26 +00:00
thorpej
b5377930e3
libi386.so.0.3
2000-09-13 04:53:15 +00:00
hubertf
36942dc548
We now have a wscons.conf(5) manpage.
2000-09-13 03:39:12 +00:00
matt
72b37119a0
${.CURDIR} is not optional when using MAKEOBJDIRPREFIX.
2000-09-12 17:21:44 +00:00
minoura
a78010b7b8
Adjust ramdisk sizes.
2000-09-12 17:07:44 +00:00
minoura
ff60191d5e
Pull common files into newly created ramdisk-common directory.
2000-09-12 16:42:50 +00:00
matt
98670586e9
ramdisk-kernel needs ${.CURDIR}
2000-09-12 16:06:55 +00:00
matt
79f8ad425f
Add missing directories so make obj DTRT.
2000-09-12 16:06:23 +00:00
minoura
8199d05ce7
Reduce ramdisk size by using hacked commands in distrib/utils.
2000-09-12 15:40:00 +00:00
fvdl
f23bd81c97
Add usr/libexec/ld.so to the base set again. This is not optimal, but
...
until there is a pkg-ized install, it'll have to do.
2000-09-11 23:28:53 +00:00
abs
235368355b
MSG_fspart only takes onn argument - multname
...
Noted by Charles Carvalho <carvalho@employees.org>
2000-09-11 21:29:52 +00:00
tsutsui
e8d0e60d35
Add some missed acknowledgements.
2000-09-11 13:34:48 +00:00
is
a67e6ea0cb
First pass of 1.5 status.
2000-09-11 06:26:01 +00:00
is
e0229cf7cc
Adapt size table to bigger /usr and /usr/src.
2000-09-11 06:23:30 +00:00
jhawk
fa355af084
Remove the kernel symbol files during a `make clean'.
2000-09-10 21:59:00 +00:00
joda
3c07acb379
add /usr/share/examples/kerberos/krb5.conf
2000-09-10 20:03:11 +00:00
joda
508e837d4f
add /usr/share/examples/kerberos
2000-09-10 20:02:46 +00:00
joda
d629df9360
add kadmin, kadmind, kerberos, and kstash manpages
2000-09-10 19:58:32 +00:00
jlam
aa8883f44d
Make the `clean' target match the one in ../ramdisk/Makefile.
2000-09-10 18:55:15 +00:00
jlam
dbaf4cbb17
Remove the kernel symbol files during a `make clean'.
2000-09-10 18:48:36 +00:00
nisimura
bbd34dfd6e
MD filename lists for NetBSD/luna68k distribution.
2000-09-10 05:51:20 +00:00