| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
IT IS ACCOMPLISHED.
|
| |
|
|
|
| |
We still need linuxrc.s390 (that's a project for another year), so move
it out of loader/ while we warm up the orbital lasers.
|
| |
|
|
|
|
|
|
|
| |
dracut does this now by using the ip= and rd.znet= parameters when
booting the system, thus rendering everything linuxrc.s390 does in
this area pointless.
Some support code is there to ensure that NetworkManager does not
drive over the already-configured interface.
|
| | |
|
| | |
|
| |
|
|
| |
e.g. network --ipv6=2001:aaaa::1/48
|
| |
|
|
|
|
| |
e.g. ipv6=2001:aaaa::1/48
Related: rhbz#679108
|
| |
|
|
|
|
|
|
| |
It now means "is text mode supported for this language?". It used to store
which font we'd use to display the language, where "none" meant that text
mode didn't work in that language. However, we don't ever set the font
based upon that column and we shouldn't really ever be setting the font
ourselves anyway.
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
First, internally translate '.utf8' to '.UTF-8' so it matches the
lang-table.
Second, if a language missing from the lang-table is used with lang=,
fallback on en_US.
Resolves: rhbz#731356
|
| |
|
|
| |
Related: rhbz#731356
|
| |
|
|
|
| |
NM assumes this default but network service (initscripts) won't start
the device without the BOOTPROTO value set.
|
| |
|
|
|
|
| |
See also 88eaea1d9e3811e08e56174f93d9362e95494e77.
Resolves: rhbz#734967
|
| |
|
|
|
| |
This was causing the wrong url to be used when looking for RHUpdates/,
updates.img and product.img on an nfs .iso install.
|
| |
|
|
|
|
| |
get_file_list can return a NULL, or a NULL terminated array (which could
have the NULL in the first element) so both conditions need to be
checked when using the result.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
On s390, the device is activated when NM is started due to ifcfg file
generated by linuxrc.390. There is no need to reactivate it with
the same parameters (it would even lead to fail).
This condition (2nd part) from kickstartNetworkUp was causing
(or perhaps to put it better - not preventing) the ractivation in
case of already having been connected:
if ((is_nm_connected() == TRUE) &&
(loaderData->netDev != NULL) && (loaderData->netDev_set == 1))
return 0;
To satisfy it, just set the values properly in readNetInfo (the patch).
|
| |
|
|
|
| |
This is exactly how we used to do it before systemd took over
starting NM for anaconda - commit 4acfadedb038744e6b47af74fe584188f82e44aa.
|
| |
|
|
|
|
|
| |
NM is started by systemd before anaconda writes out initial ifcfg files
which results in creating of automatic default connections (e.g.
"Wired connection 1"). The settings of auto connections are not persistent
so we are ok just restarting the NM.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Prevents Anaconda from verifying the ssl certificate for all https
connections with an exception of the additional repos (where --noverifyssl
can be set per repo).
For instance, this allows downloading kickstart specified as
ks=https://... where the server is using a self-signed certificate.
Resolves: rhbz#696696
Related: rhbz#728562
|
| |
|
|
|
|
|
|
|
| |
Instead, fail silently as in RHEL 5 and RHEL 6.0. Depending on whether
the network is up, user can be asked for networking later in UI step.
Offer the Retry dialog only in the UI step where it actually works
(don't for early networking, when fetching ks, or in kicktart).
Resolves: rhbz#722276
|
| |
|
|
|
|
| |
As in rhel 5.
Resolves: rhbz#713991
|
| |
|
|
|
| |
There are functions in serial.c that are not used on s390(x) causing
problems when -Werror is used, so we add #ifdef/#endif around them.
|
| |
|
|
| |
Variable 'i' is not used on s390(x) causing a build failure with -Werror.
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
When doing composes pungi (and lorax) uses a flag --isfinal, to set
a final release, otherwise it is considered a beta release by default.
This patch makes the final vs beta more consistent with the composes.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
The else branches are doing exactly the same as the if branches.
|
| | |
|
| |
|
|
|
| |
We will do it in stage 2 ks handling. Removed code code is in path
that is obsoleted with recent kickstart networking changes.
|
| |
|
|
|
|
|
|
|
| |
These system-wide setting were written for activated device/ifcfg file,
which does not make sense now when we allow to activate more than
one device in stage 1.
We will write its NETWORKING, IPV6_NETWORKING, GATEWAY, IPV6_DEFAULTGW,
HOSTNAME in stage2, or even let NM do the job (there is new method
SaveHostname in NM dbus API 9.0).
|
| |
|
|
| |
This reverts commit 7f3b8c939f8a51f70a1ac628ed7997290079441b.
|
| |
|
|
|
| |
This change only wraps all the localedef running in an if statement. There's
no need to run localedef for English since we ship that pre-compiled.
|
| |
|
|
|
|
|
|
| |
New minimum for physical memory is 768MB. New minimum memory for us to
not require swap space is 1152MB.
Related: rhbz#696805
Related: rhbz#699770
|
| |
|
|
| |
Also do restart-anaconda a bit sooner.
|
| |
|
|
|
|
|
|
|
| |
Now when the method is called so early in loader the updates are
downloaded as a part of the normal process. Doing otherwise in fact
triggers rhbz#698202 (a rather convoluted NM problem) and we end up stuck
in loader trying to bring up network.
Related: rhbz#698202
|
| | |
|
| |
|
|
|
|
|
|
|
| |
We ended up with netDev_set == 1 and netDev == NULL in the case
which resulted in SIGSEGV later. The patch sets netDev to value
of --device option which leads to asking in UI as in other similar
cases.
Resolves: rhbz#697432
|
| |
|
|
|
|
| |
This reverts commit 6f7ccb89bf9f99f7f0bb4503c9f73a65ce69b841.
HWADDR is required for BOOTPROTO=ibft, and more importantly
ifcfg-rh/NM needs it when activating devices.
|
| | |
|
| |
|
|
|
|
| |
We need this so udev will trigger all our special rules, since we are no
longer starting udev ourselves and there's no clean way to add this into the
systemd service file.
|
| |
|
|
|
|
|
| |
/mnt/sysimage stays where it is because that's fairly widely established and
known outside anaconda, whereas all these other mount points are private
anaconda knowledge. /mnt/source is somewhat widely used, but I have cautioned
people about getting used to that.
|