itojun
e39290097c
avoid indentation that's too deep
2002-06-14 06:04:33 +00:00
lukem
1f5cf5c78c
Setup default mbr_bootsel labels for used partitions, since the previous
...
default was for them to be empty, and that meant that they wouldn't get shown
at boot time. Fix from Tyler Retzlaff <rtr@wasabisystems.com>
2002-06-14 03:29:28 +00:00
itojun
e097b1af53
multi-line .Em does not work (INSTALL.txt does not generate this whole paragraph).
2002-06-13 21:13:03 +00:00
leo
91b8ef82cb
Just pull in ../common/upgrade.
2002-06-13 15:00:09 +00:00
leo
aff5ad3e1a
Add an item about the /etc/ttys file on the atari.
2002-06-13 14:55:39 +00:00
leo
491966313d
Fix typo.
2002-06-13 14:45:54 +00:00
gavan
dab70e6816
Support for new NBKernel filetype. The user can now double click a NetBSD
...
kernel to boot straight into that kernel.
2002-06-13 08:41:52 +00:00
gavan
679a365ac1
Rename file icon to match new filetype, and move towards conformance with
...
Acorn's Style Guide.
2002-06-13 08:34:29 +00:00
lukem
1cf21a4eeb
as COPYDIR copies files with 444 permissions, we need to explicitly
...
add MTREE entries to change the permissions of executable programs
such as usr/mdec/installboot and usr/mdec/binstall
2002-06-12 22:59:31 +00:00
grant
cbed83795f
s/kern.tgz/kern-GENERIC.tgz/
2002-06-12 12:19:53 +00:00
leo
2058a97228
more atari docu fixes.
2002-06-12 11:21:35 +00:00
bouyer
d5bc7a86e8
If it exists, source /mnt/etc/defaults/rc.conf before /mnt/etc/rc.conf,
...
so that upgrade.sh gets all the parameters in its initialisation phase.
2002-06-12 09:10:02 +00:00
leo
c904d06dd5
Pull in the sysinst stuff.
2002-06-11 14:24:52 +00:00
leo
a09b752273
Yet more atari docu.
2002-06-11 14:16:07 +00:00
grant
39541f4926
add ccd.conf(5)
2002-06-11 13:33:48 +00:00
grant
a509987d3b
remove /usr/include/pmax/clock_machdep.h, fix warning building comp.tgz while
...
making release.
2002-06-10 06:41:56 +00:00
itojun
f79eb4420d
retire greconfig(8) - you can use ifconfig(8) for everything it can do.
2002-06-09 19:31:43 +00:00
itojun
7c75b5ec2f
sync with 0.9.6d. shlib minor for libssl and libcrypto
...
is cranked for additional functions.
2002-06-09 16:12:52 +00:00
bjh21
dcab6d6fbe
Add rgb.db, since Xarm32VIDC seems to need it.
2002-06-09 11:51:55 +00:00
bouyer
d0ddca39c8
ld.elf_so also needs to be executable.
2002-06-09 11:25:09 +00:00
lukem
7940b7815e
We can't rely upon ${OBJDIR}/../instfs getting to the ../instfs objdir;
...
add ${RAMDISKDIR} to PARSELISTENV and use that instead.
Noted by Todd Kover <kovert@omniscient.com> in [port-sparc64/17196]
2002-06-09 04:28:58 +00:00
mbw
57f7113498
Someone moved the macppc boot floppy image in the distribution set to
...
installation/floppy/boot.fs without updating the docs.
2002-06-08 02:06:48 +00:00
mbw
6f53e29fca
Describe how to find bootloader in base.tgz.
...
See port-next68k/17190.
2002-06-08 01:54:02 +00:00
is
bcae776bf0
gspahextoc has been EOLed.
2002-06-07 12:11:29 +00:00
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