| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sysinstall will automatically expand the previous partition to take up
the freed up space. So you can 'D'elete /home and /usr will get the
combined space, or you can 'D'elete /tmp and /var will get the combined space.
This gives the user, developer, or lay person a huge amount of flexibility
in constructing partitions from an 'A'uto base. It takes only 3 or 4
keystrokes to achieve virtually any combination of having or not having
a /tmp and/or /home after doing an 'A'uto create.
Change 'A'uto creation of /var/tmp to 'A'uto creation /tmp, which should
be less controversial.
MFC after: 6 days
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
defaults both in regards to the size of the partitions that are created
and in regards to safety and functional separation.
Still TODO: extend the previous partition to cover a deleted partition
if the previous partiton was auto-created, and supply some sort of
solution for /tmp.
Reviewed by: Just about everyone
Approved by: Nobody except maybe my pet mouse fred
Obtained from: God, so complain to HIM
MFC after: 1 week
|
| |
|
|
|
|
|
|
|
| |
Alpha. (the Alpha will not boot except from the first partition)
PR: 23064
Submitted by: Kees Jan Koster <kjkoster@kjkoster.org>
|
|
|
|
|
| |
right-hand margin when set in 2nd column. Also do a small amount of
code cleanup.
|
|
|
|
|
|
| |
loader can handle such cases.
Noted by: olgeni
|
|
|
|
| |
Requested by: jhb
|
|
|
|
|
|
| |
Eliminate an old warning brought about by insufficient foresight when creating
the Menu structure. Have I ever mentioned that sysinstall really needs to
be rewritten?
|
|
|
|
|
|
|
|
|
|
| |
a few cosmetic problems:
o Allow it to work with scripts (see man page or install.cfg file).
o Preserve old softupdates flag across newfs toggles
o Clean up partitioned/labelled flag handling
o Don't ask for MBR choice again if you've already written it out.
o Actually document the new features.
|
| |
|
|
|
|
|
|
| |
default root bumps 20MB to 110MB.
Requested by: kris
|
| |
|
|
|
|
|
|
| |
no as a default. Sysinstall should be both less dangerous and less
annoying as a result of this change, though that's just my opinion
(since they're the defaults which annoy ME the least :).
|
|
|
|
| |
- Axe the 1024 cylinder checks as they are no longer relevant.
|
|
|
|
|
|
|
|
|
|
| |
on locale.
o Allow use of "G" in label editor to stand for gigabytes. This
is actually an unrelated patch which I meant to commit separately
but what the heck, it's late.
Partially submitted by: phk
|
|
|
|
| |
Don't get cute with nested dialogs now.
|
|
|
|
| |
Requested incessantly by: billf
|
|
|
|
|
|
|
|
|
|
|
|
| |
as redoing all the menus to have proper, or at least non-hallucinogenic,
keyboard accelerators.
This requires my recent update to libdialog to work properly and will
probably also exhibit some other "interesting" behavior while the last
few missing screen clears are found (which is why I'm not going to MFC
immediately). At least now, however, sysinstall does not gratuitously
redraw random screens at the drop of a hat and drive serial console
installers out of their minds.
|
|
|
|
|
| |
display to boot. Also fix some various warning fluff while I'm in
here cleaning up.
|
| |
|
| |
|
|
|
|
|
|
| |
The default is still "-b 8192 -f 1024" but my experiments show that
"-b 16384 -f 4096 -c 100" is a more sensible value for modern
disksizes.
|
|
|
|
| |
Submitted by: Josef L. Karthauser <joe@uk.FreeBSD.org>
|
|
|
|
| |
2. Deal with potential whitespace evil early (PR#7455).
|
| |
|
|
|
|
|
|
| |
o Use proper architecture subdir when fetching bits from snapshot servers.
Submitted by: Doug Rabson <dfr@nlsystems.com>
|
|
|
|
|
|
|
|
| |
Now we know which variables are internal and which need to be
backed to /etc/rc.conf.site. rc.conf is not touched now.
Also kget kernel change information back properly and set up a loader.rc
file to use it.
|
|
|
|
| |
Submitted by: dfr
|
|
|
|
|
|
| |
don't present label editor, etc).
Submitted by: dfr
|
| |
|
|
|
|
| |
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Now you can use one without entering the other and it will DTRT.
These changes just allowed me to do the most straight-forward new disk
installation I've ever managed with sysinstall.
|
|
|
|
| |
Submitted by: Ed Gold <vegold01@starbase.spd.louisville.edu>
|
|
|
|
| |
Print info boxes without titles.
|
|
|
|
| |
Submitted by: pst
|
|
|
|
|
|
|
|
| |
lots of disks from sysinstall. Yay! Please test this as much as
possible with any 3.0 SNAP later than 970910 (I.E. tomorrow's snap),
especially those of you with larger disk farms.
Submitted by: Ed Gold <vegold01@starbase.spd.louisville.edu>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
so you don't need to re-enter it for each and every filesystem. Heads up!
This change is incompatible with the previous scripting format,
so those folks (all 2 of you) using config files should take a look
at the changes to the sample install.cfg file for the diskLabelEditor's
new calling syntax.
Finally write a man page for this thing, documenting all of the above
and more. I can't drive a stake through this thing's heart without
properly documenting it first, so please consider this step #1 in that
process (to be honest, sysinstall will also live on for some time in
the 2.2. branch since it's unlikely that the new install tools will ever
make it over there - they're strictly 3.0 material).
|
|
|
|
| |
such as partitioning a disk or overriding an interactive prompt.
|
|
|
|
|
|
| |
mount two dos partitions with the same name).
Neaten up a dialog box that was encroaching on the right edge.
|
| |
|
| |
|
|
|
|
|
|
|
| |
more consistant in our use of the terms for differentiation between PC
partitions and traditional BSD partitions.
Submitted-By: obrien@cs.ucdavis.edu (David O'Brien)
|
| |
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
|
|
|
|
|
|
|
| |
bogus or overly complex and really needed to be done more consistently
and sanely throughout - no question about it. Done.
Suggested-By: Paul Traina <pst@Shockwave.COM>
|
|
|
|
| |
Beautify the code a little.
|