Poul-Henning Kamp
6c47398ce1
With the recent libdisk changes, alpha doesn't need (as much) special magic.
2002-10-30 20:55:25 +00:00
Poul-Henning Kamp
39da086a6b
Sparc64 will not need the same hacks as alpha did. Hopefully alpha wont
...
need them either.
2002-10-29 07:38:05 +00:00
Poul-Henning Kamp
1709a4fd6a
Fix the wizardmodes 'write' command to not explode: Don't reference
...
the name in the disk tree we just deleted when we reopen.
2002-10-28 22:40:49 +00:00
Garrett Wollman
688dfe4533
Do not include <sys/syslimits.h> directly; it is not intended for general
...
consumption.
2002-10-27 17:44:33 +00:00
Bruce A. Mah
2466516a6c
Allow users to read the Early Adopter's Guide in sysinstall.
2002-10-27 01:49:45 +00:00
Bruce A. Mah
4288a55ca2
MFS: Update sysinstall text for the number and size or ports in the ports
...
collection.
src/release/sysinstall/dist.c 1.175.2.29 -> 1.175.2.30
2002-10-25 14:52:27 +00:00
Poul-Henning Kamp
66a550c4ac
Goodbye and good riddance!
2002-10-25 11:48:56 +00:00
Poul-Henning Kamp
9c95e0d9e9
Confirmed kill: "Bogon #1 " is dead, killed by DEVFS.
2002-10-25 11:47:58 +00:00
Poul-Henning Kamp
09c3a0c7c5
Comment out more MAKEDEV bogosity ("BOGON #1 " as Jordan put it :-)
2002-10-25 09:54:27 +00:00
Poul-Henning Kamp
ac715696fc
Fix cut&paste mistake.
2002-10-23 14:37:43 +00:00
Poul-Henning Kamp
e20037ab6b
Remove more private MAKEDEV kludges.
2002-10-22 15:25:19 +00:00
Poul-Henning Kamp
0dd72760f0
Give a real error on failure to mount DEVFS.
2002-10-22 15:07:17 +00:00
Poul-Henning Kamp
ef4d89ea40
Chunk functions in libdisk take an extra arguement for all archs to accomodate
...
PC98 with less ifdef madness.
2002-10-22 10:52:53 +00:00
Poul-Henning Kamp
d8d00fade9
Pick up a prototyp from libdisk.h instead of having our own.
2002-10-22 09:13:27 +00:00
Poul-Henning Kamp
427baedb08
DEVFS has been nmountified, so use nmount(2) to mount it.
2002-10-21 21:41:19 +00:00
Makoto Matsushita
9c499b692a
Since NEWCARD is the default for i386, undef PCCARD_ARCH.
...
pccard.c is no longer needed for i386 also.
OKed by: imp, nyan
2002-10-20 11:16:41 +00:00
Yoshihiro Takahashi
89335c9f46
Fix to check disk geometry.
...
Submitted by: kawanobe@st.rim.or.jp (Kawanobe Koh)
2002-10-14 13:15:14 +00:00
Yoshihiro Takahashi
1860696e5a
The MACHINE variable on pc98 is "i386". So, use "pc98" directly in PC98 case.
2002-10-14 13:06:13 +00:00
Yoshihiro Takahashi
ff42d86e8b
Use snprintf() instead of sprintf().
2002-10-14 13:04:21 +00:00
Yoshihiro Takahashi
0f8a77bf29
Check correct machine name.
2002-10-14 13:02:30 +00:00
David E. O'Brien
eec2e4bdde
* Negative #if's are harder to read as they don't tell exactly what arch
...
something applies to. So change #ifndef to an explicit list of defines.
* Treate sparc64 and ia64 as 64-bit platforms, which means larger roots.
* sparc64 should halt back to the firmware, not reset.
* sparc64 doesn't need to play MS-DOS/BIOS partition crap games.
Reviewed by: jake
2002-10-11 22:30:09 +00:00
Makoto Matsushita
069f4a6841
Create symlink for /etc/group. MAKEDEV file will use this file (group name
...
to gid conversion).
PR: 43455
Submitted by: n-kogane@syd.odn.ad.jp
X-MFC after: immediately if re@ permits, or after 4.7-RELEASE is out
2002-09-28 17:06:07 +00:00
Akinori MUSHA
909a4b7cd3
Add tcl81 that was missing.
2002-09-09 17:53:41 +00:00
John Hay
96d1ba768f
Teach sysinstall that documents on the boot floppy might not be gzipped.
...
Reviewed by: ru
2002-08-09 07:44:43 +00:00
Jens Schweikhardt
5333b7726b
Typo: s/seperately/separately
...
PR: misc/41235
Submitted by: Fesskat Tudeer <freebsd-fesskat@fesskat.org>
MFC after: 3 days
2002-08-06 20:36:02 +00:00
Marc Fonvieille
70a4bb8f94
Fix links to the FAQ and the Handbook
...
Reviewed by: re@
MFC after: 1 week
2002-08-01 10:20:59 +00:00
Peter Wemm
528cc96a49
enable fdisk for ia64 as well as i386
2002-07-24 22:16:11 +00:00
Peter Wemm
03d8025d59
Only install the mbr code on i386.. not ia64. This changes it from
...
#ifndef __alpha__ to #ifdef __i386__
2002-07-24 22:15:51 +00:00
Philippe Charnier
490d5836b5
The .Nm utility
2002-07-14 14:47:15 +00:00
John Baldwin
7a921ebf84
Diff-reduce with 4-stable: 4.x has a compat4x package.
2002-07-02 21:07:25 +00:00
John Baldwin
500fb3ef13
Call the 4.x snap server "releng4.freebsd.org" instead of
...
"stable.freebsd.org" to be the same as 4-stable.
2002-07-02 20:19:59 +00:00
John Baldwin
522c2080e3
Alpha does indeed have a COMPAT4X distribution on current. 4-stable
...
already has this correct.
2002-07-02 20:03:55 +00:00
John Baldwin
92711d3586
Add lge(4) to the list of drivers. It was present in 4-stable but not in
...
-current.
2002-07-02 19:56:26 +00:00
David E. O'Brien
8777223029
Change our default XF86Config location from /etc/ to /etc/X11/,
...
following the lead of The XFree86 Project's default.
Approved by: Murray
2002-06-10 04:47:26 +00:00
John Baldwin
2a0eb0b58c
Fix a bug where request_part_size() was hard-coded to check the rootSize
...
variable rather than the one passed in as the first argument.
Sponsored by: The Weather Channel
2002-06-07 15:32:05 +00:00
Chris D. Faulhaber
90bd45f1c5
o Remove ftp.freebsd.org from the USA servers and add to the
...
Denmark servers.
o Add snapshots.jp.FreeBSD.org.
Approved by: brian
2002-06-05 00:53:50 +00:00
Murray Stokely
2a295fdf9d
Add information about setting up media to use the multi-volume support
...
in sysinstall.
Reviewed by: ru
2002-06-05 00:34:58 +00:00
John Baldwin
30c00e6c41
Backout revision 1.2 since it didn't work and replace it with a fix that
...
actually does work. Ignore errors from kldload(2) if the errno value is
EEXIST. It would help if this return value were documented in the
kldload(2) manual page.
2002-06-03 22:36:52 +00:00
John Baldwin
e364f0da42
Fix handling of the 'noError' variable. According to the code comments,
...
one can set the 'noError' variable to ignore any errors that occur for the
next command. However, the code was only unsetting 'noError' when an error
actually occurred, so if you set 'noError', the next command completed ok,
and the command after that failed, the second command's failure would be
ignored. This fixes this by performing the 'noError' check earlier and
then unsetting 'noError' after every command that is run.
Sponsored by: The Weather Channel
2002-06-03 19:42:49 +00:00
John Baldwin
77218da374
Add a 'mediaClose' script command to close the open media. An example use
...
would be to unmount the CD you installed from and prompt the user to
eject it before rebooting the machine.
Sponsored by: The Weather Channel
2002-06-03 19:39:28 +00:00
Makoto Matsushita
29233a2d8a
Brush up descriptions of sendmail menu last added.
...
Submitted by: gshapiro
2002-06-01 15:47:49 +00:00
Makoto Matsushita
b1e41adda4
Add 'Sendmail' menu to set sendmail_enable variable.
...
Reviewed by: bmah (description only)
2002-06-01 14:50:14 +00:00
John Baldwin
fa82904a90
Don't load a module from /stand/modules in the MFS root if it is already in
...
the kernel.
2002-05-31 20:06:24 +00:00
Pierre Beyssac
81f5d1fac0
Fix integer overflow causing disk/partition size display wrapping
...
above 4GB.
2002-05-31 17:03:01 +00:00
John Baldwin
4f3624a441
- Document the new `diskInteractive' variable.
...
- Document the tcpMenuSelect command.
Sponsored by: The Weather Channel
2002-05-31 14:32:03 +00:00
John Baldwin
dc1024256c
If 'netInteractive' is set to true in an installation script, then
...
temporarily turn off the nonInteractive variable around the DHCP and IPv6
Yes/No questions in a network device setup so that those questions are
asked.
2002-05-31 13:39:55 +00:00
John Baldwin
df349781bf
Add a 'diskInteractive' variable that can be set to interactively partition
...
and label a disk from a sysinstall script.
2002-05-31 13:38:17 +00:00
Murray Stokely
7a78ea3582
The ports collection now contains over 7000 applications and consumes
...
about 165MB of space when first installed.
Submitted by: rpratt
2002-05-27 19:31:02 +00:00
Ollivier Robert
9a1cd8e5a2
Add two FTP mirrors in France:
...
- ftp7 in Paris (ftp.club-internet.fr)
- ftp8 in Stransbourg (ftp.u-strasbg.fr)
MFC after: 1 day
2002-05-20 17:08:00 +00:00
Brian Somers
27a0cd1ccf
MFS: Extend a buffer size so that packages with particularily deep dependency
...
lists install properly.
2002-05-17 09:46:46 +00:00