| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
digit beyond your time.
Various sysinstall dependencies (e.g. libftpio, libdisk, libodialog, etc.)
will be cleaned up in coming days. Some will take longer than others due to
a few other consumers (tzsetup and sade).
Notes:
svn path=/head/; revision=225937
|
| |
|
|
|
|
|
|
|
|
|
| |
"-V" flag.
PR: bin/151821
Submitted by: Devin Teske <dteske at vicor.com>
MFC after: 1 week
Notes:
svn path=/head/; revision=215291
|
| |
|
|
|
|
|
|
|
| |
PR: bin/148350
Submitted by: Joel FAEDI <joel.faedi at gmail.com>
MFC after: 1 week
Notes:
svn path=/head/; revision=215290
|
| |
|
|
|
|
|
| |
They have no effect when coming in pairs, or before .Bl/.Bd
Notes:
svn path=/head/; revision=213573
|
| |
|
|
|
|
|
|
|
|
|
|
| |
a lib32 distribution, and that the GENERIC kernel is named GENERIC64.
More modifications will be required later for installations from ftp due
to the shared platform name with 32-bit powerpc, but this is enough for
snapshot CDs to work.
Reviewed by: brucec
Notes:
svn path=/head/; revision=213386
|
| |
|
|
|
|
|
| |
Approved by: cperciva (mentor)
Notes:
svn path=/head/; revision=209832
|
| |
|
|
|
|
|
|
|
|
|
| |
and broken for a number of years. freebsd-update now provides a reasonable
way to handle upgrades, so keeping this functionality in sysinstall only
serves to mislead users.
Approved by: cperciva (mentor)
Notes:
svn path=/head/; revision=209787
|
| |
|
|
|
|
|
|
|
|
| |
variable.
Approved by: cperciva (mentor)
MFC after: 3 days
Notes:
svn path=/head/; revision=209481
|
| |
|
|
|
|
|
| |
Approved by: cperciva (mentor)
Notes:
svn path=/head/; revision=209446
|
| |
|
|
|
|
|
|
|
| |
PR: docs/145030
Submitted by: olgeni
MFC after: 1 week
Notes:
svn path=/head/; revision=205671
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
offer to install an SMP kernel. The way this worked was: on supported
platforms, code to read ACPI tables and BIOS MP tables was compiled into
sysinstall, and if an SMP kernel config was present in the source tree when
sysinstall was built, code that called it was also compiled. Since we
haven't had SMP kernel configs in years, the latter was never compiled and
the former never ran.
This only removes dead and unreachable code; it does *not* remove the NCpus
variable, nor the code that sets it to 1, nor the code that asks the user to
select a kernel from a list.
Discussed with: re@, randi@ and others
Notes:
svn path=/head/; revision=199133
|
| |
|
|
|
|
|
|
|
|
|
|
| |
(uppercase).
PR: docs/137415
Submitted by: Yuri Gorchakov
Approved by: re (rwatson, kib)
MFC after: 3 days
Notes:
svn path=/head/; revision=196147
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
(eg USB key, CD) rather than just floppy.
Handle \r\n line termination in a cfg file.
Add keeprcconf variable.
Submitted by: Daniel O'Connor
Notes:
svn path=/head/; revision=189754
|
| |
|
|
|
|
|
|
|
| |
to 65535 cylinders.
Submitted by: Carlos A. M. dos Santos <unixmania@gmail.com>
Notes:
svn path=/head/; revision=186581
|
| |
|
|
|
|
|
| |
but most people believe it stopped working a while ago.
Notes:
svn path=/head/; revision=186202
|
| |
|
|
|
|
|
|
| |
and leave it to be handled in the packages section (or post-install
completely) along with all the other packages.
Notes:
svn path=/head/; revision=186152
|
| |
|
|
| |
Notes:
svn path=/head/; revision=186075
|
| |
|
|
|
|
|
|
|
|
| |
While here, fix a couple of comments too.
Submitted by: Oliver Fromme <olli -at- lurza.secnetix.de>
Approved by: re (kensmith)
Notes:
svn path=/head/; revision=171027
|
| |
|
|
|
|
|
| |
PR: docs/108536
Notes:
svn path=/head/; revision=166815
|
| |
|
|
| |
Notes:
svn path=/head/; revision=166814
|
| |
|
|
| |
Notes:
svn path=/head/; revision=158169
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For example, you can dynamically generate and load configuration file
depending on the hardware configuration with the following template:
mediaSetCDROM
mediaOpen
command='/dist/rescue/sh /dist/scripts/install.sh'
system
mediaClose
configFile=/tmp/generated.cfg
loadConfig
Now we have full access to files on the media before installation begins.
Notes:
svn path=/head/; revision=154925
|
| |
|
|
| |
Notes:
svn path=/head/; revision=152569
|
| |
|
|
| |
Notes:
svn path=/head/; revision=148084
|
| |
|
|
|
|
|
|
|
| |
Prodded by: obrien
Nodded by: peter
Approved by: re
Notes:
svn path=/head/; revision=147425
|
| |
|
|
|
|
|
| |
support in cdrom.inf. Should be CD_VOLUME.
Notes:
svn path=/head/; revision=143775
|
| |
|
|
| |
Notes:
svn path=/head/; revision=141851
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140442
|
| |
|
|
|
|
|
|
|
|
|
|
| |
concensus seems to be that is best left for doing post-install.
Discussed on: freebsd-current@
Tested with: make release
Approved by: re@
MFC after: 3 days
Notes:
svn path=/head/; revision=134532
|
| |
|
|
|
|
|
|
|
|
|
| |
contents of /usr/src/rescue. Until now, the files were shipped with
releases but sysinstall would ignore them (resulting in a non-buildable
source tree).
Sanity checked by: jhb
Notes:
svn path=/head/; revision=133441
|
| |
|
|
|
|
|
|
|
|
| |
There are still a few nits to work out (graphical config non-functional).
Patches by: anholt@, adapted slightly
Reviewed by: 'make release'
Notes:
svn path=/head/; revision=133421
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
of releases. The -DNOCRYPT build option still exists for anyone who
really wants to build non-cryptographic binaries, but the "crypto"
release distribution is now part of "base", and anyone installing from a
release will get cryptographic binaries.
Approved by: re (scottl), markm
Discussed on: freebsd-current, in late April 2004
Notes:
svn path=/head/; revision=133196
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131531
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131500
|
| |
|
|
| |
Notes:
svn path=/head/; revision=125540
|
| |
|
|
|
|
|
|
| |
Reviewed by: jhb
Approved by: re (jhb)
Notes:
svn path=/head/; revision=115236
|
| |
|
|
|
|
|
|
| |
not 100% sure that I've done this in the right way. If folks want to
revisit this, please be my guest.
Notes:
svn path=/head/; revision=111991
|
| |
|
|
|
|
|
| |
especially in troff files.
Notes:
svn path=/head/; revision=108533
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108110
|
| |
|
|
|
|
|
|
|
|
| |
Change the manpage to reflect that it's now called configXSetup.
Also document configXDesktop.
Submitted by: pirat <pirat@access.inet.co.th>
Notes:
svn path=/head/; revision=107292
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99968
|
| |
|
|
|
|
|
|
|
| |
in sysinstall.
Reviewed by: ru
Notes:
svn path=/head/; revision=97840
|
| |
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=97777
|
| |
|
|
|
|
|
|
|
| |
- Document the tcpMenuSelect command.
Sponsored by: The Weather Channel
Notes:
svn path=/head/; revision=97670
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=93691
|
| |
|
|
|
|
|
|
| |
PR: 26924
Submitted by: olgeni
Notes:
svn path=/head/; revision=81651
|
| |
|
|
|
|
|
| |
with a trailing zero-width space: `e.g.\&'.
Notes:
svn path=/head/; revision=81449
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79755
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79537
|
| |
|
|
| |
Notes:
svn path=/head/; revision=76067
|