tmm
75d151bac0
The hw.physmem sysctl has an unsigned long value now, fix the retrieval
...
to match that.
2002-11-02 17:19:18 +00:00
kuriyama
863ee4199c
debugMsg() should end with "\n".
2002-11-01 02:05:05 +00:00
phk
c95a6c4e9d
With the recent libdisk changes, alpha doesn't need (as much) special magic.
2002-10-30 20:55:25 +00:00
phk
20e1475b68
Sparc64 will not need the same hacks as alpha did. Hopefully alpha wont
...
need them either.
2002-10-29 07:38:05 +00:00
phk
2defbf45e4
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
bmah
ac78845d15
Allow users to read the Early Adopter's Guide in sysinstall.
2002-10-27 01:49:45 +00:00
phk
ba809b16d3
Confirmed kill: "Bogon #1 " is dead, killed by DEVFS.
2002-10-25 11:47:58 +00:00
phk
429bcd4374
Comment out more MAKEDEV bogosity ("BOGON #1 " as Jordan put it :-)
2002-10-25 09:54:27 +00:00
phk
dc285b2281
Fix cut&paste mistake.
2002-10-23 14:37:43 +00:00
phk
81502b2227
Remove more private MAKEDEV kludges.
2002-10-22 15:25:19 +00:00
phk
6bcf9ad3c5
Give a real error on failure to mount DEVFS.
2002-10-22 15:07:17 +00:00
phk
875a5f0d85
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
phk
0d693d8f22
Pick up a prototyp from libdisk.h instead of having our own.
2002-10-22 09:13:27 +00:00
phk
0aaa630c21
DEVFS has been nmountified, so use nmount(2) to mount it.
2002-10-21 21:41:19 +00:00
matusita
322001dbc0
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
nyan
879ba46c82
Fix to check disk geometry.
...
Submitted by: kawanobe@st.rim.or.jp (Kawanobe Koh)
2002-10-14 13:15:14 +00:00
obrien
c48c3e3e1c
* 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
matusita
523f524386
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
jhay
49c32ba6e5
Teach sysinstall that documents on the boot floppy might not be gzipped.
...
Reviewed by: ru
2002-08-09 07:44:43 +00:00
schweikh
3b969f79ee
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
peter
635fd71e01
enable fdisk for ia64 as well as i386
2002-07-24 22:16:11 +00:00
peter
9addfd1396
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
charnier
d2168fe021
The .Nm utility
2002-07-14 14:47:15 +00:00
jhb
6c4aef5050
Diff-reduce with 4-stable: 4.x has a compat4x package.
2002-07-02 21:07:25 +00:00
jhb
24b775c09d
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
jhb
03c9dba6df
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
obrien
5d096a1b5c
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
jhb
9edd348bde
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
jedgar
fba4338887
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
3a6dfd1cab
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
jhb
f21ffaa690
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
jhb
3566425519
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
matusita
caabda6163
Brush up descriptions of sendmail menu last added.
...
Submitted by: gshapiro
2002-06-01 15:47:49 +00:00
matusita
5942cf3adb
Add 'Sendmail' menu to set sendmail_enable variable.
...
Reviewed by: bmah (description only)
2002-06-01 14:50:14 +00:00
pb
829d307800
Fix integer overflow causing disk/partition size display wrapping
...
above 4GB.
2002-05-31 17:03:01 +00:00
jhb
826f504958
- Document the new `diskInteractive' variable.
...
- Document the tcpMenuSelect command.
Sponsored by: The Weather Channel
2002-05-31 14:32:03 +00:00
jhb
5dfcc5315d
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
roberto
37bf7d0c3d
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
obrien
451e89b13e
Add the ability to use Bzip'ed packages.
...
Also add the ability to use Bzip'ed distributions -- but this is exclusive
of being able to use Gzip'ed distributions.
Sponsored by: FreeBSD Mall, Inc.
2002-04-30 22:40:06 +00:00
obrien
c837861546
Change the name of the 'bin' distribution to 'base'.
...
This is done since it contains much more than /bin, and also gets in the
way when making a combined install+fixit CD.
OK'ed by: jkh
2002-04-23 22:16:41 +00:00
murray
d572260358
Add the concept of a volume to the device and package structures. If
...
these values are different for a given package, then we must prompt
the user to insert another disc before the package can be installed.
2002-04-13 12:43:07 +00:00
murray
886fba1185
Add comment to supplement my last commit.
...
Requested by: obrien
2002-04-07 10:40:31 +00:00
murray
14aed863ca
GCC >= 3 and C99 handle zero-length arrays differently than older
...
versions of GCC. With this change, sysinstall compiles and works fine
with GCC 3.1 or 2.95.
2002-04-07 10:27:24 +00:00
murray
e07b369f19
Add "xf86cfg -textmode" to the list of options for configuring XFree86
...
4.X.
Suggested by: many
2002-04-06 02:42:27 +00:00
murray
8b9c90b040
Teach sysinstall the difference between a command line, and an
...
executable file, so that we can pass commands with arguments to
configXSetup().
2002-04-06 02:39:27 +00:00
obrien
60f91e4cad
Switch to using XFree86 version 4. We do this thru installing the package,
...
so know we have proper PKG registration and dependency information.
This is a WIP for 5.0 DP #1 , so it is still rough around the edges and
does not GC the old XFree86 3.3.6 handling stuff that should be GC'ed.
Sponsored by: FreeBSD Mall, Inc.
2002-04-02 20:42:54 +00:00
obrien
1f9ca31937
Our persistent-state, large temporary file dir is /VAR/tmp, not /USR/tmp.
2002-04-01 21:35:24 +00:00
matusita
02ab2c827d
Fix /dev/acdNc minor device number. This bug prevents installing FreeBSD
...
from CD-ROM in 4-stable. Note that in 5-current, we use devfs so this
change (hopefully) shouldn't change anything.
I'll MFC to 4-stable later.
Tested with: FreeBSD/i386, 4.5-STABLE-20020330-JPSNAP
2002-03-30 16:59:06 +00:00
murray
41b83afa56
Only build and link the pccard module on architectures that support it (and
...
that have room for pccardd on mfsroot.flp).
2002-03-29 23:03:17 +00:00
ru
2475368c61
Tidy up CLEANFILES.
2002-03-28 10:02:00 +00:00