Commit Graph

5582 Commits

Author SHA1 Message Date
thorpej
df5fa8198f mopa.out is renamed to mopcopy. 2002-06-06 23:05:34 +00:00
lukem
29f550aa8c - Replace make(1) and -D FTP_HOST with SYSINST_FTP_HOST.
Defaults to "ftp.netbsd.org"
- Replace make(1) and -D FTP_DIR with SYSINST_FTP_DIR.
  Defaults to "pub/NetBSD/NetBSD-" + VER + "/" + MACH.
  (FTP_DIR used to override "pub/NetBSD/NetBSD-", which meant the
  path name had to contain the release version in it)
- Add make(1) and -D SYSINST_CDROM_DIR.
  Defaults to "/" + mach.
- only append ftp_prefix to ftp_dir and cdrom_dir once, just after
  the options are parsed.  Do this in newly added set_defaults().
2002-06-06 09:53:22 +00:00
simonb
0720ab1874 Remove <machine/rnd.h> for algor. 2002-06-06 03:33:10 +00:00
simonb
92e1ef3c92 Add ./usr/share/man/html4/sgimips. 2002-06-06 02:40:51 +00:00
simonb
19633fffec Add man8/pppdump.8; the catman page was already there. 2002-06-06 02:38:45 +00:00
simonb
fae76bb934 Add mscdlabel. 2002-06-06 02:37:07 +00:00
bjh21
7c4fa0ba7d Add Xarm32VIDC to the xserver set on acorn32. 2002-06-05 23:13:46 +00:00
itojun
94db0712e3 sync - no fstab.* any longer 2002-06-05 14:39:26 +00:00
itojun
19d21bd24b sync 2002-06-05 14:37:07 +00:00
deberg
571ce99a40 next68k bootloader is now in the installation directory 2002-06-05 13:51:05 +00:00
wiz
c81a957770 Fix version number in sysinst welcome screen. 2002-06-05 12:55:14 +00:00
lukem
0165e1202a As parselist.awk now sets COPY-ied files explicitly to 444, ensure
executable files are 555.
2002-06-05 11:22:04 +00:00
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
9a6d0e4b4c Ensure the miniroot copy of /usr/mdec/installboot is executable. 2002-06-05 09:43:21 +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
deberg
d5f9f03d09 fix bogus next68k include 2002-06-04 14:00:55 +00:00
leo
379e845684 An other bunch of Atari doku fixes. 2002-06-04 11:17:11 +00:00
jmcneill
2c944107bb Move 'mixerctl' rc script from etc-sys-rc to etc-audio-rc. 2002-06-03 01:45:15 +00:00
jmcneill
17f5e9e8f4 Add documentation for mixerctl.conf(5) 2002-06-02 18:57:11 +00:00
jmcneill
fdbb6f9c72 Add mixerctl rc.d script. 2002-06-02 18:38:35 +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
lukem
06de426449 SIMPLEQ rototill:
- implement SIMPLEQ_REMOVE(head, elm, type, field).  whilst it's O(n),
  this mirrors the functionality of SLIST_REMOVE() (the other
  singly-linked list type) and FreeBSD's STAILQ_REMOVE()
- remove the unnecessary elm arg from SIMPLEQ_REMOVE_HEAD().
  this mirrors the functionality of SLIST_REMOVE_HEAD() (the other
  singly-linked list type) and FreeBSD's STAILQ_REMOVE_HEAD()
- remove notes about SIMPLEQ not supporting arbitrary element removal
- use SIMPLEQ_FOREACH() instead of home-grown for loops
- use SIMPLEQ_EMPTY() appropriately
- use SIMPLEQ_*() instead of accessing sqh_first,sqh_last,sqe_next directly
- reorder manual page; be consistent about how the types are listed
- other minor cleanups
2002-06-01 23:50:52 +00:00
bouyer
b5e85ff91e Note Sundance ST201 support 2002-06-01 17:38:53 +00:00
lukem
0707a91ae6 fix problems noted by Love <lha@stacken.kth.se> on current-users@ :
- add bpf0 to MAKEDEVTARGETS
- set dhclient-script and binstall perms to 555
2002-06-01 16:36:09 +00:00
lukem
a6370c993f correct a comment 2002-06-01 16:22:54 +00:00
leo
09ce0a0cff Make sure that we are using the Atari version of installboot! 2002-06-01 08:18:45 +00:00
grant
02bfd5937c add usermgmt.conf (5) 2002-06-01 06:35:35 +00:00
wiz
d79e3f15eb Add pmppc man page directories and man pages. 2002-05-31 12:21:09 +00:00
kleink
bb1e88c03b Add missing bus_space_vaddr(9) link. 2002-05-31 11:11:26 +00:00
nathanw
9ee7760423 /usr/mdec/installboot is dead. 2002-05-31 04:53:30 +00:00
augustss
b815817fe6 Add pmppc files. 2002-05-30 23:51:03 +00:00
augustss
b889804e98 Add pmppc. 2002-05-30 23:38:19 +00:00
itojun
dbbcec2c04 have bsd.endian.mk, which detects target endian.
generate *.db in target endian.  (see tech-userlevel for discussions)
2002-05-30 21:40:47 +00:00
eeh
a56ebcba77 Create a ramdisk installation image, pack it into a INSTALL kernel, and
generate a netbootable image from the results.
2002-05-30 16:21:43 +00:00
eeh
58d15437bc Add sysinst support for the walnut port. 2002-05-30 16:13:06 +00:00
leo
440b81cf1a Some atari updates. 2002-05-30 12:56:34 +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
christos
f7431e8f3d bumped libz to 0.3 2002-05-29 20:08:33 +00:00
christos
4e357d1878 add pppdump 2002-05-29 19:15:15 +00:00
bjh21
644aeda106 Correct the URL for David Pilling's Web site. 2002-05-29 14:21:56 +00:00
lukem
ef1b7bce09 - build crunchgen(1)-created Makefiles with -j 1, as they're not
parallel build safe at this time.
- invoke crunchgen with -q, as the verbose output looks ugly with "make -j N"
  and in build logs.
2002-05-29 09:56:04 +00:00
lukem
2bc49b8d2a don't bother copying or generating etc/spwd.db, as the miniroot was
switched to libhack a little while ago
2002-05-29 04:11:01 +00:00
lukem
0647769f2d - fix permissions on generated install.sub
- COPY install & upgrade with 555 (not 755) perms
- sort some entries
2002-05-29 04:06:09 +00:00
lukem
c872f8b259 use 444 instead of 644 for /.profile 2002-05-29 04:03:01 +00:00
lukem
39123871ce Use ${NETBSDSRCDIR}/etc/services instead of ${DESTDIR}/etc/services
to create smaller etc/services, and ensure latter is (temporarily)
writeable first.  Should fix atari build problem on tgm.
2002-05-29 03:58:31 +00:00