Commit Graph

1134 Commits

Author SHA1 Message Date
jonathan
1483395dbe Move DOS BIOS-geometry and MBR-handling code to MI code for powerpc, arc:
* Split bios geometry and MBR partition editing code formerly in
    arch/i386/{md,fdisk}.c to mbr.c in mi  directory.
  * Leave /sbin/fdisk parsing/handling code in separate file,
    we may want to change it later. move to mi directory.
  * Create mbr.h with declarations for MBR/BIOS-geomotry code.
    #include "mbr.h" in  i386 md.h.
  * Use symbolic names for 386bsd and new NetBSD partition IDs.

Handle MBRs with both 386bsd and NetBSD partitions less stupidly.
1998-02-24 05:36:03 +00:00
jonathan
1cfa173f7c Add symbolic names for new NetBSD MBR partition ID and for Linux. 1998-02-24 04:32:22 +00:00
jonathan
0ed9642fe0 Add menu entries to md_distcustom for installing X11 sets
in menus.md.{eng,fr}, lifted verbatim from Alpha and pmax.
Give last split-floppy for each X11 set, for 1.3.

FIXME: if the number of floppies in any split set changes for 1.3.1,
syinst is hosed for 1.3.1. Same is true for any release: we can't
install from split sets if the count of floppies doesn't match
the precompiled version.

The number of floppies in a split set should be computed dynamically
from a directory listing, or read from a config file in the split
directory.
1998-02-23 22:55:09 +00:00
mycroft
4462053ab3 Fill in missing (default) mmap(2) flags. 1998-02-20 09:27:18 +00:00
phil
eaeadf7187 Take 3! Added prototypes instead of including defs.h. Compiles now
cleanly both with sysinst and standalone away from sysinst.
1998-02-20 07:43:52 +00:00
jonathan
98b0f2b8ad * Prune default CD path from "/Release/NetBSD/NetBSD-" back to "/NetBSD-".
* Add cp_to_target() to  copy a file from current root, to an absolute
  path relative to target root.

* Clean up alpha, arm32, i386, pmax MD code: use cp_to_target()
  NB: Alpha uses target_expand() when calling installboot.
* Add tests for target == current root. Intended to support
  `upgrade/reinstall' to current root, either for testing or easier
  minor-release upgrades. Only tested on pmax.
1998-02-20 02:33:51 +00:00
jonathan
2ce5d64f35 Pull up fixes for coment typos, punctuation, and (partial,inconsistent) KNF
from sysinst/arch/alpha/md.c.
1998-02-20 01:53:59 +00:00
jonathan
317aef44f1 Undo the include cleanups of previous revision. Fixes missing
prototypes when compiling into sysinst, rather than standalone testing.
1998-02-20 01:40:53 +00:00
jonathan
95eae8964b Remove comment references to /mnt: some ports support upgrading while
running from the target root.
1998-02-20 00:37:17 +00:00
phil
a7a3b90218 Clean up the includes, make it work as an independent program better,
add a loop in the main to factor all command line parameters.
1998-02-19 19:38:39 +00:00
phil
a924a02bc1 Make the primes generation go to the true square root of parameter
max.  (Pointed out by jb@dilbert.apo.nmsu.edu (Jon Brinkmann) on
usenet.)
1998-02-19 18:37:58 +00:00
enami
2b5b4618f8 SlimSCSI is not AHA- but APA-. 1998-02-13 04:22:11 +00:00
gwr
b655b3e60a Merge sun3x into sun3 1998-02-12 21:45:09 +00:00
gwr
6bee102283 See md.sun3 1998-02-12 20:47:40 +00:00
gwr
bb8c2b7155 New layout for the boot tape, with both sun3 and sun3x kernels. 1998-02-12 20:32:44 +00:00
gwr
c0a778a235 Build two ramdisk kernels: netbsd-rd.sun3 and netbsd-rd.sun3x
(one for each machine architecture)
1998-02-12 19:56:25 +00:00
gwr
4a0868db44 Put both netbsd.sun3 and netbsd.sun3x kernels in the miniroot image
so it will boot on both kinds of machines.  (The boot program will
load the appropriate one).
1998-02-12 19:55:14 +00:00
gwr
0a28d6e8f2 See src/distrib/sun3 1998-02-12 18:26:37 +00:00
kleink
f500bb1c0f Fix Thorsten Lockert's attribution. 1998-02-11 18:30:32 +00:00
is
1174dff7b7 Warn about possible Ariadne problem. 1998-02-11 17:23:16 +00:00
thorpej
69c0c710e5 Fix some printfs and prototypes. 1998-02-09 07:40:15 +00:00
thorpej
fee167dd96 Needs <time.h> 1998-02-09 07:34:16 +00:00
phil
c39e6b7b4f Moved selection of distribution sets to before selection of distribution
medium.
1998-02-09 07:03:38 +00:00
phil
4b083bc3ac Ask for custom/full and select distribution files before selecting
distribution medium.  Makes ftp fetch only needed files.
1998-02-09 06:55:27 +00:00
jonathan
b59abe7c80 Set hostname (via sethostname()) after configuring network.
Save hostname in /etc/myname when saving networkg config.
From Nathan J. Williams <nathanw@mit.edu> in PR bin/4781.
1998-02-07 10:28:02 +00:00
jonathan
005abca7c5 Fix typo in table of files to check for in target. Found by Phil Nelson. 1998-02-07 09:32:32 +00:00
christos
e3fbe7d27f Warnsify, remove register declarations and -lcompat 1998-02-04 11:08:37 +00:00
mikel
181489ecb5 updates from Steve Allen in PR misc/4892 1998-02-02 07:50:11 +00:00
mikel
fcc8ca0f4e add /etc/ld.so.conf, from Steve Allen in PR misc/4892 1998-02-02 07:34:17 +00:00
mikel
d64c301ef9 header & manpage updates; from Steve Allen in PR misc/4892 1998-02-02 07:31:42 +00:00
mikel
82454f0de6 share/examples/amd & share/man/{cat,man}{4,9}/sun3x, PR misc/4892 1998-02-02 07:14:53 +00:00
mikel
a285b11124 update libc version to 12.24, from Steve Allen in PR misc/4892 1998-02-02 07:12:25 +00:00
is
2beb2bfe73 Add missing parts to "Once your kernel boots". 1998-02-01 16:28:54 +00:00
is
ba6183b9a4 Add missing pieces in boot procedure description. 1998-02-01 16:17:08 +00:00
jonathan
b8fd5128dc Fix typo "vide" -> "video" from PR 4785 1998-02-01 03:05:57 +00:00
thorpej
75367b2996 Add tset(1). 1998-02-01 02:16:43 +00:00
thorpej
bf64e85e53 XXX No xserver set for now. 1998-02-01 02:11:01 +00:00
thorpej
508eb6d6ba Add support for building an "install kernel", which contains a ramdisk
in its belly.  This differs from the floppy kernel in that it uses the
sysinst installation tool (and thus requires more space; the ramdisk is
3M).

This is useful for netbooting and installing or for placing on a CD-ROM.
1998-02-01 01:58:47 +00:00
thorpej
6aed8140af Oops, fix a few stray "arm32"s.. (Guess where I copied these files from? :-) 1998-01-31 22:30:09 +00:00
thorpej
ff2548ba56 First-cut at Alpha support in sysinst. 1998-01-31 22:28:33 +00:00
is
44e67ce5cc We don't ship with a FORTRAN compiler... point this out (the old text was
misguiding).
We do ship, however, with an Objective C compiler.
1998-01-28 10:38:10 +00:00
bad
4da46852f5 We don't need to manually flush the buffer cache after ``vnconfig -u''
anymore.
1998-01-26 23:50:54 +00:00
veego
48b59e11c5 Back out the ipnat static change. 1998-01-24 19:15:04 +00:00
veego
884c32ed05 Add new RELOCATED_FILES_14 because ipnat moved from /usr/sbin to /sbin. 1998-01-23 22:36:39 +00:00
phil
f5e19c36f7 Update to current distribution. 1998-01-19 20:34:30 +00:00
lukem
512b1ee76d add ftp.dk.netbsd.org (sunsite.auc.dk) 1998-01-18 23:24:39 +00:00
drochner
c2f99d2a8e update for changed uha1 ISA base address 1998-01-14 15:31:41 +00:00
lukem
910a3d4cc4 regenerate. PS: the rcsid gets nuked, but it's not necessary IMHO 1998-01-14 11:00:03 +00:00
scottr
8bc19b019b Update for mandated release structure. 1998-01-14 06:50:26 +00:00
scottr
e6de4bea3e Update checksum file notes, and fix a use of the word 'comprise'. 1998-01-14 06:39:52 +00:00
cjs
61826c3946 Make INSTALL a fully-loaded kernel (for booting from network or CD), and
INSTALL-FLOPPY a stripped-down version to fit on a floppy.
1998-01-13 23:49:31 +00:00
tv
57e950df04 Add edlabel (checkflist finds it, perhaps this should be removed later ?) 1998-01-13 12:02:40 +00:00
ender
ff391f5414 Fix an oversight in the multi-partition install procedure.
Noticed by Gunnar Helliesen <gunnar@bitcon.no>
1998-01-12 23:23:38 +00:00
mikel
553548fb22 sparc kmem(4) 1998-01-10 23:08:35 +00:00
perry
6b9926770a get rid of secretmail residue -- suggested in pr-4568 from Carl Shapiro 1998-01-10 00:06:23 +00:00
perry
af38d09ecc remove outdated paragraph -- moots pr 4702 (from Simon J. Gerraty) 1998-01-09 22:55:01 +00:00
perry
3891a64da7 Add $HOME to profiles, closes pr 4323 (from Tatoku Ogaito) 1998-01-09 21:51:25 +00:00
perry
4a5428be69 RCS Id Police. 1998-01-09 18:56:42 +00:00
perry
8af87c997a RCS Id Police. 1998-01-09 18:45:24 +00:00
perry
1bedda47ee slightly improve RCSid nuking 1998-01-09 18:34:06 +00:00
perry
497f3494e0 Add a sed expression to nuke $NetBSD:.*$'s from the source files. This
way, we can safely add them to all the document source files in the
repository without changing the INSTALL document output. Long term we
are going to have to decide on a better document generation mechanism
-- this one is really on its last legs and too ad hoc for words.
1998-01-09 18:25:25 +00:00
perry
1e36a24cbc remove /usr/include/kerberosIV dirent from here -- it is in the base set 1998-01-09 17:48:02 +00:00
perry
f4ad4a7346 Fix a pr-4797 (Dave Huang) -- we messed up the model number on one NCR
SCSI adapter.
1998-01-09 16:43:54 +00:00
tv
f3f7f5eb02 add all the other shared libs not listed before 1998-01-09 14:04:56 +00:00
perry
3fe138c146 RCS Id Police. 1998-01-09 08:03:16 +00:00
leo
2e2141a52f Updates and clarifications (mostly from Julian Coleman). 1998-01-07 11:30:45 +00:00
thorpej
3daa038bda Add fork1.{0,9} 1998-01-07 00:35:31 +00:00
perry
2ec6474b31 RCSID Police. 1998-01-06 04:44:59 +00:00
lukem
1b0e96ce8f regenerate 1998-01-05 09:26:17 +00:00
scw
d6e657f29f Sync with release(7), and update ftp site IP address. 1998-01-04 12:48:14 +00:00
tv
581952e735 Use the boot/bootxx files from ${DESTDIR}/usr/mdec, not /usr/mdec.
(Avoid using "new" bootcode as part of a release, for uniformity.)
1998-01-01 17:48:50 +00:00
perry
5bdceaeec2 some last fixes from Ted Lemon 1997-12-30 00:04:10 +00:00
perry
463816f2d0 make makesrctars make the "correct" flavor of source sets 1997-12-29 23:31:06 +00:00
perry
6de2c107db fix up information on source distribution sets 1997-12-29 23:28:21 +00:00
perry
8980735b3c Fix up my attribution, and and realphabetize Ted's last add. 1997-12-29 20:40:47 +00:00
mellon
28e65f7b20 Credit me and the ISC 1997-12-29 20:34:46 +00:00
cjs
d5f6b80949 Various corrections, additions and reformatting. 1997-12-29 18:31:47 +00:00
perry
93def66878 fix Koji Imada dedication slightly 1997-12-29 15:32:26 +00:00
scottr
468b6a1e56 Update IP address of ftp.netbsd.org. 1997-12-29 15:13:00 +00:00
mrg
8134ad650c remove my name from here now that it is not needed. 1997-12-29 09:05:26 +00:00
fvdl
afb0aab8ae Move some MI stuff to i386 MD files, courtesy of the broken config
files for other ports.
1997-12-28 15:12:04 +00:00
perry
c2306ec01f A bunch of changes intended as final fixes for 1.3:
Fix Typos.
Fix the "Compatibility Issues" section to be a bit cleaner
linguistically, and move it to a better spot in the document.
Add lines dedicating the 1.3 release to the late Koji Imada.
1997-12-28 00:59:36 +00:00
fvdl
3133fe7351 Add various missing files. 1997-12-27 22:25:07 +00:00
veego
cdaaa46a87 Add ./usr/X11R6/lib/X11/xkb/compiled/de.xkm. 1997-12-26 20:43:05 +00:00
matthias
339ac3a9c1 use sysinst for installation. 1997-12-26 09:15:56 +00:00
hubertf
7237662c4e Added a paragraph to distrib/notes/INSTALL about the moved binaries
(dumpfs, dumplfs, quotacheck), plus added mountd to Frank's remark on
changed NFS daemons.
1997-12-26 05:41:03 +00:00
chopps
a291a8ed56 add non-rewinding note from 1.3 branch 1997-12-26 02:57:30 +00:00
fvdl
9630119c6d * mount NFS directory to get the sets from read-only,
same for floppies (from Christoph Badura)
* allow user to run 'Configure network' multiple times, to correct errors
  for example.
* deal with network interfaces that need explicit media type selection
  (i.e. ask for it when it is needed, also store it in the generated
  /etc/ifconfig.blah file on the destination disk)
1997-12-26 01:58:44 +00:00
perry
ece4b57ae4 mention the releng team 1997-12-25 21:55:55 +00:00
fvdl
1c63f10e93 Don't advise to throw away /.profile. The one used during install
will be overwritten by the etc set already. Also, add better
instructions on how to configure things once sysinst is done.
1997-12-25 21:45:03 +00:00
fvdl
a0cb744b25 Mention move of NFS daemons in "compatibility issues" section. 1997-12-25 19:03:15 +00:00
fvdl
0eecf02c79 Fix naming of split sets to be loaded from floppy. From Christoph Badura. 1997-12-25 17:54:41 +00:00
matthias
4fcb12d5f1 no longer needed 1997-12-25 09:18:49 +00:00
matthias
2fc2223632 the install filesystem is now called inst.fs and not inst-REL.fs. 1997-12-25 09:18:04 +00:00
matthias
cf8e993afb remove unneeded programs to get more space on the install floppy.
add sysinst.
change makefile to use the new mi inject-fs-into-kernel program.
1997-12-25 09:16:28 +00:00
matthias
675f5874b0 - call bim to install the boot program on the disk
- define DISKLABEL_CMD to make sysinst label the disk
1997-12-25 09:10:48 +00:00
jeremy
b394af0afa Initial import 1997-12-25 06:37:13 +00:00
perry
71fd430ec1 fix numerous typos, from Brian Baird <brb@brig.com> 1997-12-24 23:12:47 +00:00
chopps
4ffc3d408a Update to newer layout grabbing suitable stuff from i386 notes.
Apply fixes from Thorsten Frueauf from pr 4745.
1997-12-24 18:23:48 +00:00
jeremy
a68bc49340 Initial import 1997-12-24 09:21:18 +00:00