thorpej
c68b9ddc6c
Add a sample SCSI disk fstab.
2002-04-13 00:53:00 +00:00
thorpej
4cb1844574
Make an Npwr kernel set, and build the Npwr install kernel.
2002-04-13 00:51:57 +00:00
toshii
d5185f221c
Add a minimal set of etc.hpcarm/* files.
2002-04-13 00:07:25 +00:00
tv
99249da7dd
Do sums of installation/* correctly.
2002-04-13 00:00:20 +00:00
tv
df1d86fd88
Go into the new stand/misc directory to grab the host-OS prebuilt tools
...
for installation/misc.
2002-04-12 23:13:23 +00:00
thorpej
cb7aff10a4
Add an installation/instkernel subdirectory to the release.
2002-04-12 22:10:21 +00:00
skrll
d16056a869
Add "aout" to KERNEL_SUFFIXES.
2002-04-12 09:31:01 +00:00
briggs
24e6b2b0cf
Remove devices from 'all' that we can't make.
2002-04-12 03:25:00 +00:00
heinz
23630072ae
typo in device name isdntrc fixed
2002-04-11 20:27:40 +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
martin
c095b10bc5
Now that isdnd does auto-UP/DOWN itself, remove it from the rc.d script.
...
Remove all related rc.conf options as well, we now have fine-grained
controll in /etc/isdn/isdnd.rc.
2002-04-10 23:37:12 +00:00
lukem
818750e0b3
if UNPRIVED, call ${PAX} with -N ${_SRC_TOP}/etc
2002-04-10 15:12:37 +00:00
lukem
cf1352743d
now <bsd.kernobj.mk> defines KERNSRCDIR correctly, pull it in earlier
...
and clean up related goop
2002-04-10 14:57:45 +00:00
simonb
520668b4aa
Add sbmips "etc" files.
...
Fixes PR port-sbmips/16229 from Ben Harris.
2002-04-10 14:21:46 +00:00
simonb
13a96398e5
Add evbmips "etc" files.
...
Fixes PR port-evbmips/16230 from Ben Harris.
2002-04-10 14:21:00 +00:00
lukem
fbeeec837c
When building kern-*.tgz, output an mtree specfile to pipe into
...
${PAX} -M so that the contents get the appropriate ownership.
Fixes [toolchain/16161] from Ben Harris <bjh21@netbsd.org>
2002-04-10 12:05:20 +00:00
matt
a6a8089c11
Don't install pcs750.bin in here anymore.
2002-04-09 18:07:24 +00:00
matt
fb9c66dec9
Use ${INSTALLBOOT}. Nuke pcs850.bin handling because it's now in
...
sys/arch/vax/stand/pcs.
2002-04-09 18:06:45 +00:00
tron
ddec80a3a4
Back out last change because we now have a special disktab for the
...
FFS regression test.
2002-04-09 14:11:22 +00:00
tron
78e9ad7e9c
Add missing "floppy288" entry required for FFS regression test.
2002-04-09 12:40:33 +00:00
tron
b91dc87fb8
Add a comment to the "floppy288" entry that it is needed for the
...
FFS regression test.
2002-04-09 12:40:01 +00:00
wiz
d92b984e3e
Fix typo in last, noted by tron.
2002-04-08 19:12:42 +00:00
wiz
661bc4b6ca
Not needed any longer.
2002-04-07 15:54:23 +00:00
wiz
f4c143690e
arm32 is not a valid MACHINE_ARCH anymore.
2002-04-07 15:52:27 +00:00
wiz
a4508a9aaa
Remove cat8/man8 for arm32; add html8 for algor, cats, evbsh3, mvmepcc,
...
playstation2, shark (what's that hierarchy good for?).
2002-04-07 15:31:56 +00:00
wiz
c6efee995e
Add man8/cat8 for algor, cats, evbsh3, mvmeppc, playstation2, shark.
2002-04-07 15:26:13 +00:00
bjh21
f6df033e2d
Descend into distrib so as to ensure the INSTALL notes get built.
2002-04-04 23:30:35 +00:00
thorpej
bb534232a9
Give the console entry the "default" gettytab entry.
2002-04-03 02:31:32 +00:00
bjh21
d4d04c5a9b
Add a "ramdisk" set, and remove "minimal", since it served much the
...
same purpose.
2002-04-02 22:21:28 +00:00
briggs
bc565cd41f
Sync with walnut/conf.c (leaving alone devices that are present here, but not
...
in the configuration). wd mismatch pointed out by smi@sm.sony.co.jp
in port-powerpc/16165.
2002-04-02 05:24:59 +00:00
thorpej
f22a65a5af
Add etc files for NetBSD/algor.
2002-04-01 23:32:17 +00:00
bjh21
3d0d823bd8
Fix up makesums line to use ${MAKESUMS} and the correct directory.
2002-04-01 19:12:16 +00:00
bjh21
9f2fd14aea
When doing a "for" loop over a potentially-empty list
...
(${KERNEL_SUFFIXES}), put the list in a shell variable and use that.
Both bash (before 2.05a) and Solaris /usr/xpg4/bin/sh report a syntax
error otherwise.
2002-04-01 17:32:19 +00:00
briggs
1d412354be
Use a major number for random/urandom that agrees with walnut/conf.c
...
Fixes port-powerpc/16151 from smi@sm.sony.co.jp .
2002-04-01 15:48:56 +00:00
bjh21
3f0d7066b3
Add a MAKESUMS variable which invokes makesums with CKSUM in its environment.
...
Use this whenever we want to invoke makesums.
2002-03-31 16:07:53 +00:00
bjh21
1050fe6ae0
Put boot26 in the installation/misc directory, since that's where it's
...
documented as being.
2002-03-31 16:02:30 +00:00
thorpej
4439396ab7
Add "aout" to KERNEL_SUFFIXES.
2002-03-31 03:39:55 +00:00
tsutsui
139abed8af
Make only necessary wscons devices for floppy.
2002-03-30 07:40:37 +00:00
thorpej
5c1d6ea346
Fix shark release building targets.
2002-03-30 06:55:17 +00:00
matt
c10fde1f31
Add iso-image_md_pre (place boot & netbsd at root of ${RELEASEDIR})
...
Add iso-image_md_post (install bootblock).
Now make iso-image can make a bootable vax cdrom image.
2002-03-29 22:14:20 +00:00
thorpej
04964cce1a
Add binary/gzimg to INSTALLATION_DIRS.
2002-03-29 20:20:24 +00:00
matt
e4d7babf1f
Change pcs750.bin processing so it works UNPRIVED=. XXX this needs to be
...
moved to someplace with an objdir.
2002-03-29 04:45:37 +00:00
heinz
2a013fd8a8
synced field names with newsyslog.8
2002-03-29 02:47:26 +00:00
thorpej
45e7aa90b4
Add evbarm snapshot/release targets.
2002-03-28 22:18:23 +00:00
thorpej
710c13a6cd
Add the IQ80321 kernel.
2002-03-28 20:55:58 +00:00
lukem
e512d5dcf7
Set command_args to '-f ${sshd_conf_dir}/${name}.conf'.
...
This occurs before the first load_rc_config() so that it may be
overridden by the user, and appears in single quotes so the
variables don't get evaluated until the eval in run_rc_command().
Problem noted by Patrick Welche <prlw1@cam.ac.uk> in [bin/15912].
2002-03-27 09:15:54 +00:00
lukem
5ee7ac8886
Replace $critical_filesystems_beforenet with $critical_filesystems_local .
...
Replace $critical_filesystems with $critical_filesystems_remote .
The new names are now consistent with the type argument that
mount_critical_filesystems() is called with, and allows for other types to
be easily supported by that function.
For backwards compatibility purposes, if the now obsolete variable is defined
(even empty), it takes precedence over the new form, and you will be warned.
If you want to stop the warnings, update your rc.conf(5) settings!
2002-03-27 08:53:39 +00:00
lukem
1dad4ca74f
clean up warnings.
...
don't bother setting defcorename from obsolete $defcorename.
2002-03-27 08:03:08 +00:00
lukem
88eb34e804
clean up warning
2002-03-27 07:37:56 +00:00
lukem
5260db633f
etc/ssh is mode 0755 not 0644. Noted by Toru TAKAMIZU on current-users.
2002-03-27 07:15:57 +00:00