| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
We shouldn't be modifying ksdata in the on_environment_changed handler, for
starters. That should only happen in apply.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
This was clearing custom partition errors as well. We only want to clear
the errors before re-running the StorageCheck thread.
Also add a check to make sure the StorageCheck thread is done before we
being complete. If it isn't done then the check for errors could be
invalid.
|
|
|
|
|
| |
On EFI the stage1_device (where the EFI System partition is created) is
the one that needs to be set bootable, not the stage2 device.
|
|
|
|
|
| |
pmbr_boot should be off for EFI systems. Leaving it on causes problems
with some systems.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
When running a suitable POWER machine in PowerNV mode,
the Platform in /proc/cpuinfo is reported as "PowerNV".
This causes Anaconda to fail the installation due to an
unrecognized platform. Add "PowerNV" as an alias of "pSeries"
for now.
Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com>
|
|
|
|
| |
869746: Include more information as part of the system error.
|
|
|
|
| |
Resolves: rhbz#869388
|
|
|
|
|
| |
This is a cheap fix, while a longer term effort to make this thread safe
can be explored.
|
|
|
|
|
|
|
| |
This is an attempt to throw out loopback mounts, bind mounts, and optical
media. We can't do anything with those things, so we shouldn't even display
them. They are left in Roots just in case we one day think up another need
for this information.
|
|
|
|
| |
(#869375).
|
| |
|
|
|
|
|
|
| |
Resolves: rhbz#864785
Resolves: rhbz#859606
Resolves: rhbz#849504
|
|
|
|
| |
If we set up multiple layouts, we should also set up layout switching.
|
|
|
|
| |
Resolves: rhbz#864785
|
| |
|