Commit Graph

106 Commits

Author SHA1 Message Date
tsubai 45e86094c9 Install netbsd.GENERIC_MD instead of netbsd.ram.
(Why did we use netbsd.ram?  It is only a temporary file...)
2001-04-09 20:28:22 +00:00
tsubai e199a20610 Use md-kernel/netbsd.INSTALL.gz. 2001-04-09 20:22:58 +00:00
tsubai b574138b13 Make netbsd.{INSTALL,GENERIC_MD}.gz here. 2001-04-09 20:19:55 +00:00
tsubai cc76c375a2 Use x_mount. 2001-03-25 13:08:47 +00:00
jmc 0b45809568 Change inode allocation numbers to get everything to fit. 2001-01-24 06:11:40 +00:00
tsubai ceb1024f49 Use libhack again. 2000-11-27 15:11:36 +00:00
tsubai 6d7e27b148 Remove slattach, since the INSTALL kernel no longer supprot slip. 2000-11-27 15:08:42 +00:00
garbled 83f61a5891 Change all ocurrences of "crunchgen" to ${CRUNCHGEN} 2000-11-01 07:57:55 +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
jhawk a022cf9d37 Use
${MAKE}
instead of
  make
2000-08-30 23:51:46 +00:00
tsubai ad07de7aae Use cp to install the kernel.
Use print-objdir target to determine ramdisk directory.
...etc.
2000-07-24 09:27:40 +00:00
tsubai 274dca4f93 Use KERNSRCDIR instead of BSDSRCDIR/sys. 2000-07-24 09:16:27 +00:00
tsubai 4c37b0db76 Remove kernfs, add dmesg link.
Compile with -Os -mmultiple.
2000-07-24 09:15:21 +00:00
matt e13db8434d Export boot.fs 2000-06-23 17:59:03 +00:00
matt e8065169a7 lie about the geometry and get an extra 16 blocks back. 2000-06-22 17:32:22 +00:00
matt 182fce9675 Switch to x_ftp 2000-06-22 17:07:40 +00:00
matt 43c75b3d03 Add dmesg to prog. 2000-06-22 16:00:45 +00:00
matt 6f65b2f744 Nuke mount_kernfs and add the new small dmesg. 2000-06-20 04:30:16 +00:00
cgd c85d2eb42b sweep of my licenses for consistency. (no functional changes) These
files have copyright held by people in addition to myself.  (I did the
original work, they copied it, enhanced it, and added their copyright
to the derivative work.)  Their approval has been given re: the license
change.
2000-06-14 22:52:37 +00:00
cgd d220ca5ba3 fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well.  No functional changes.
2000-06-14 06:48:47 +00:00
matt 0e1c354b40 Install XCOFF ofwboot into installation area. 2000-06-12 23:02:45 +00:00
matt 238972e741 Add make release support so automake snapshots 2000-06-08 17:39:44 +00:00
matt a83202e259 Add netconfig 2000-06-07 20:08:12 +00:00
matt 3d4cc8a161 Needed so that obj directories are created properly. 2000-06-06 21:00:31 +00:00
matt d5ae57122b need bsd.own.mk 2000-06-01 06:56:55 +00:00
matt b0eda434e1 need bsd.own.mk for BSD*DIR 2000-06-01 06:56:12 +00:00
sjg 1f724b9392 use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels. 2000-05-02 16:06:45 +00:00
tsubai 0a3c98dd5d Delete unnecessary entries. 2000-02-08 12:17:43 +00:00
tsubai 9b4a65a211 Strip kernel to fit floppy. 2000-02-08 12:04:27 +00:00
itojun b20e217bb8 use x_ping for ping, remove reference to -lipsec.
(sorry if you have specific need for "real" ping)
2000-02-03 19:25:16 +00:00
tsutsui 1bf52b391d rename (revert) memory disk filename /dev/mdX -> /dev/mdXa 2000-01-21 12:32:54 +00:00
tsutsui e6824489b4 Fix root device name md0a -> md0 2000-01-10 05:03:24 +00:00
simonb 2e3036aadb Remove update from the miniroot lists. 1999-11-23 23:16:02 +00:00
simonb 71efc75854 Don't start update. 1999-11-23 22:43:20 +00:00
simonb 1b411c7a86 Remove update from all ramdisks. 1999-11-23 22:14:22 +00:00
mycroft 45596efc9f Make the ram disk larger, so it fits. 1999-11-08 23:51:29 +00:00
wrstuden 61e13953b2 Use -f ${DESTDIR}/etc/disktab to find the disktab, so that we can build
-current floppies from 1.4.
1999-10-14 17:46:26 +00:00
tsubai 14b3666e9a Change md size to 2MB.
Don't use libhack temporarily.
1999-08-29 08:45:27 +00:00
tsubai 2f247ac8dd Make ramdiskbin smaller to fit into ramdisk. 1999-07-08 16:36:15 +00:00
cgd 7aa73e55cb after checking and setting DONEPROFILE, export it so that children of the
shell (e.g.  programs and shells invoked via sysinst) don't try to run
sysinst again.  Fixes PR#7805.
1999-06-26 06:12:49 +00:00
bouyer 90d35fd201 Generate the /dist/obsolete_* files used by sysinst from the obsolete lists
in sets/lists/*. The sript sets/makeobsolete concatenates the mi and md
obsolete list files all or a specified set and dumps it in a file, in a
subdir specified on the command line (inspired from the maketar and makeflist
files).
Use this for all the sysinst-based installs.
Untested for non-i386, and the md obsolete list may be wrong or incomplete.
Each postmaster is supposed to check this on his port.
1999-06-05 20:17:38 +00:00
tron 2f3417d997 Fix listfiles to handle object directories. Patches supplied by
Izumi Tsutsui in PR misc/7628.
1999-05-23 07:31:19 +00:00
veego dfa799a037 Sync with the recent crunchgen changes.
- Remove *.cro files and not the obsoleted *.lo files.

From Bill Studenmund commit message:
> 3) Generate .cro files rather than .lo files. .lo now is used for "local
> objects" - obj's for the host machine not the target machine.
1999-05-11 20:46:58 +00:00
itohy 29b70cd215 Use G0 (not G1) for the alternative character set (DEC line graphics).
Delete "\E)0" sequences and make ":as=\E(0:ae=\E(B:"
(some terminals use "1" for "0").
This change makes it easy to use 8-bit encodings, such as ISO8859, EUC, etc.
PR #7126.
1999-03-13 09:03:28 +00:00
wrstuden ad140b77ea Modify all calls to newfs in ramdisk/miniroot creation to include
the needed endianism of the architecture. One step towards cross-building
releases.

Not touched are newfs calls in install scripts as they run on the desired
machine and thus default correctly.
1999-03-04 20:32:18 +00:00
tsubai 3849ede50b * Add disktab.preinstall.
* Mount kernfs and mfs.
* Add mount_mfs link.
* Remove strings link.
1999-01-27 13:18:30 +00:00
tsubai 65d8322a2f Uncomment "bootfloppy". 1999-01-27 12:04:32 +00:00
tsubai c9db02d31e Invoke sysinst.
TERM=vt100.
1999-01-20 14:02:53 +00:00
tsubai 2e6f16f3b8 Change image size to 1.5MB. 1999-01-13 10:54:16 +00:00
tsubai 20f9f55a10 * Remove strings.
* Enable sysinst.
1999-01-13 10:52:53 +00:00
mrg f39074b570 use x_gzip over gzip_s 1999-01-11 13:01:34 +00:00
lukem 06b0ffe181 distclean is a synonym for cleandir 1998-09-05 14:46:13 +00:00
tsubai 1d3fe14e52 Add .profile 1998-07-29 05:52:19 +00:00
tsubai 137185670b Add bootfloppy stuff. 1998-07-24 15:55:28 +00:00
tsubai e309aa6846 macppc ramdisk tools. 1998-07-03 11:20:08 +00:00