| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
On machines that automatically got stage2 from cdrom,
requiresNetworkInstall was checking /mnt/source/Packages to see
if the CD was available as an installation source. But it's
mounted at /mnt/stage2 at this point, so check there instead.
|
|
|
|
|
|
| |
This reverts commit 89652b6fbe65e5e7922d743a99b07104d071ef42. This patch
was not reviewed on the list and does not fix any emergency build breakage.
Thus, per policy is being reverted.
|
| |
|
| |
|
| |
|
|
|
|
| |
question (#476548)
|
|
|
|
| |
X will send us SIGUSR1 when it's ready to accept connections.
|
|
|
|
|
| |
This is the patch Chris posted, modified to use
inspect.stack to generate the traceback.
|
|
|
|
|
|
|
|
|
|
|
|
| |
A corner case, but if a user boots up with boot.iso and has no
network devices available, we get all the way to package selection
and user is told they cannot continue. This is after all of the
other screens and partitioning.
In the welcome screen, perform a check to see if the user has booted
the installer to a point where it requires a network install for the
packages. If so, tell the user they cannot continue and exit the
installer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The VNC launch code in vnc.py needed an update to work better with
NetworkManager. When collecting the hostname and IP address, it was
assuming the first device in the netdevices list is our active NIC,
which may or may not be true.
Added getActiveNetDevs() in network.py to ask NetworkManager for a
list of all currently configured interfaces. Return a list of
device names. A list seems a bit pointless, but I'd like to have
this in place now for future improvements where we might need to
handle more than one active NIC during installation. After all,
NM can do that.
The message reported by anaconda once VNC is ready will contain the
FQDN:DISPLAY_NUMBER (IP ADDRESS), if it can. If it can't find your
IP address, it leaves that out. If it can't find your hostname, it
also leaves that out.
|
|
|
|
| |
It won't help, I promise.
|
|
|
|
|
| |
RANDR 1.2 drivers will occasionally decide they don't care what you said
on the command line. Fortunately, we have a bigger gun.
|
|
|
|
| |
X will do that itself, tyvm.
|
|
|
|
| |
Fix various syntax errors caught by PyChecker
|
| |
|
| |
|
| |
|
|
|
|
|
| |
As we're still fixed layout, we may as well force font scaling to
something predictable.
|
|
|
|
|
|
|
|
|
|
|
| |
gtk2-2.14.2 and newer has a bug where the return value of
gtk.gdk.get_width() does not change after gtk has been initialized, as we
call xrandr to change the resolution this is a problem.
This patch works around this by not initializing gtk before calling xrandr,
this means that we will call xrandr -s even if the resolution already is
what we want (usually 800x600) but chances of that being the case are small
anyways.
|
| |
|
|
|
|
|
| |
hald and dbus-daemon are always started from init, so don't
try to start them in anaconda anymore.
|
|
|
|
|
| |
Forward port of rhel-5 patch from pjones, commit-id:
5a44a5a6bc90fdf056db1e9e2d4191703387c15f
|
| |
|
| |
|
|
|
|
| |
All changes to handle the new rescue command and %post scripts when in rescue mode.
|
| |
|
| |
|
|
|
|
| |
question (#455612)
|
|
|
|
|
|
|
|
|
|
|
| |
For now, we need to be able to support xdriver= as sometimes, drivers are
broken and people want vesa instead. This is kind of lame and it'd be
nice if we didn't have to carry such hacks.
So take the argument and write out a minimal xorg.conf if it's given.
This is all hidden away in the anaconda class, although arguably it could
belong in instdata instead. But if it's in instdata, more things might
actually try to depend or care about it. And we don't want that.
|
|
|
|
|
|
|
| |
this one-liner should make installation in cmdline possible for systems
with little RAM. Currently if little RAM is detected, anaconda changes
to textmode. Running in cmdmode should also be possible. This patch is
completely untested for now, but please verify.
|
|
|
|
| |
VNC server (#455612)
|
| |
|
|
|
|
|
|
| |
The livecd flag was for "I'm building a livecd", ie with kadischi, not for
doing a livecd install. Keeping the old flag around was just confusing,
especially as kadischi is no longer used/maintained
|
|
|
|
|
| |
We don't do things based on the method string anymore, so explicitly
specify that we're doing a livecd based install
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* po/sk.po: Typo fix.
|
|
|
|
|
| |
Chose arinterval 50 because it seemed fast enough for text autorepeat,
and slow enough for scrolling autorepeat.
|
|
|
|
|
| |
anaconda expects the .UTF-8 form of locales but gdm is now using .utf8. So
if one is passed, do the massaging appropriately.
|
| |
|
| |
|