| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Related: rhbz#871109
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
It sets the default autopart type, which also dictates the default
device type for new mountpoints in the custom spoke.
Glade markup provided by clumens.
Related: rhbz#870207
|
|
|
|
|
|
| |
For a partition, the selected disks indicate acceptable options for
where the partition ends up. For btrfs, raid, and lvm it indicates
the set of disks on which member/pv devices will be created.
|
|
|
|
|
|
|
| |
Containers size calculations were not taking into account the size of an
already-defined device while adjusting the size of the same device. This
meant that changing an lv size from 10G to 5G _grew_ the container by 5G
instead of shrinking it by 5G.
|
|
|
|
|
|
|
|
| |
When we remove other subvols from the main volume we can use the
requested sizes of the remaining subvols to decide the new size of
the volume.
Related: rhbz#865199
|
|
|
|
|
|
|
|
| |
Before it was taking as much as possible from the member with the most
growth, which meant that member would end up very near or at its
minimum/base size.
Related: rhbz#865199
|
|
|
|
| |
Related: rhbz#865199
|
|
|
|
|
|
|
| |
Experimentation shows that the 1MB PE START does not play into the
disk space requirements for LVs.
Related: rhbz#865199
|
|
|
|
|
| |
All disks must be in the devicetree since that is what the master disk
list (StorageSpoke.disks) is derived from.
|
| |
|
|
|
|
|
| |
We have to ignore disks with hidden formats for most purposes. Examples
of such disks are multipath member disks and fwraid member disks.
|
|
|
|
|
|
| |
This reverts commit fbc7589a05c773824888c7e74dfc3826715ec432.
Related: rhbz#870207
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Don't always force kpartx to use a delimiter. The problem is that there
are all these places that could be triggering creation of the partitions
and they need to all use the same rules for when to use a delimiter
between disk and partition number. Otherwise, how can parted know when
to use a delimiter when adding a partition to a dm disk? You'd think the
answer would be "always use a delimiter" or "never use a delimiter" but
that's not how the world works.
Also, pass -s to kpartx to wait for devices to be created before
returning since udev should be doing all the work nowadays.
|
|
|
|
|
| |
Note: When using the P_ method, the strings inside it cannot be in parens or
gettext will not pick them up.
|
| |
|
|
|
|
|
|
| |
For non-kickstart installs, we still want to display the screen even if a
language was provided on the command line as long as this is a final release.
Basically, do not skip betanag unless we're doing a kickstart install.
|
|
|
|
| |
Otherwise, no strings from glade will be displayed as translated.
|
| |
|
| |
|
|
|
|
|
| |
Without this, translatable="yes" will not appear in the output glade files,
which means the strings will not be in anaconda.pot.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Two fixes here, one set the path to INSTALL_TREE because we haven't
moved anything over to ISO_DIR yet. Two account for the isys mount
count for paths. When we move a mount point the isys count must be
updated so that an attempt later to mount the iso into the INSTALL_TREE
won't be short circuited.
One could create an (_)isys call that does the move and does the
accounting, but that would add more C code, which is an anti-goal.
|
| |
|
|
|
|
|
|
|
|
| |
(#868468)"
This reverts commit baf788ce1ff0fb485cda0a8c804c7693e756593f.
It wasn't approved as "nice to have" for F18 Beta.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
There's nothing to review. It's not "run autopart and then review it",
it's more like "skip autopart and go to custom".
|
|
|
|
|
| |
There is kickstart and fsprofile/mke2fs.conf for those with special
requirements for filesystem creation parameters.
|
|
|
|
|
|
| |
We don't want to lock the user into a particular spoke. Resetting the RHS
clears out whatever changes were made that produced an error, but the user
can still continue if they want the previous settings.
|
|
|
|
|
| |
cmdline mode is text mode only, so that's why this patch only touches
the tui code.
|
| |
|
| |
|
|
|
|
| |
(#871429)
|
| |
|
|
|
|
|
|
| |
Note that this means the resulting kickstart file will be less-than-complete,
which is not what we want but is apparently what users want. Any bugs filed
regarding this will be closed WONTFIX.
|
|
|
|
|
|
|
| |
If a remote repo, like a nfs server, takes a long time to return an
error we can wind up sitting at a blank screen for minutes. This moves
the repo setup into the background thread and updates the spoke status
accordingly. Yes there is a lame sleep.
|
|
|
|
|
|
|
| |
You need at least one of the platform's disklabels in order for the free
space on the disk to be useful. If none of the disks labels will work we
set the free space to 0 and allow the resize dialog to be used to remove
all the partitions which will relabel the disk.
|
|
|
|
|
| |
It can get it as an attribute off the Payload object, now that setup is
always being called.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
We were simluating the continue click before consuming all the messages
in the queue, which would cause the next hub to be in use, but we were
attempting to process messages for the previous hub. It would cause a
crash of anaconda, but not a backtrace that could be caught with our
autoreporter. The solution is to only continue when the queue is empty.
This also makes use of a property to see if we are ready to continue
instead of duplicating code.
|
|
|
|
|
| |
anaconda-dracut always passes a path to dmsquash-live-root so its
checkisomd5 never runs (it needs a block device).
|
|
|
|
| |
Also skip logging any kwargs with pass in their name
|
| |
|
| |
|
|
|
|
| |
Good riddance.
|
|
|
|
|
| |
I have confirmed this patch only adds languages to the list. Everything that
was displayed before this patch is still there.
|