| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This was making dracut say:
E: Dracut module "anaconda" cannot be found.
E: Dracut module "covertfs" cannot be found.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
dracut now puts modules in /usr/lib/dracut, not /usr/share.
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
brcm_iscsuio is symlink to iscsiuio currently.
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This adds the dracut directory and anaconda-dracut subpackage.
The 'anaconda' dracut module replaces loader. It should handle all the
tasks that loader used to handle in the first stage of the boot process.
It's a work in progress, but it currently supports repo={http,ftp,nfs}
and most anacaconda network options.
Kickstart parsing is handled using a python interpreter and pykickstart,
which (surprisingly) only adds ~600k to the initramfs.
Driver disks are not yet supported.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
If you import locale before the file(s) get created, you end up with a
traceback from locale that says:
Error: unsupported locale setting
And this happens no matter what the locale is.
We used to create the locale files for the default lang in loader, so
now let's have anaconda declare a default locale and build its locale
data before we import locale.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
IT IS ACCOMPLISHED.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Seriously, we don't need loader anymore. Remove it from
autoconf/automake, the specfile, and POTFILES.in.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
loader was writing the vncpassword out to a file, because:
a) many years ago, VNC got started by loader, and
b) VNC used to need to read its password from a file.
But now it is the Glorious Future and anaconda can just read the
'vncpassword' boot/cmdline arg and hand it to the VncServer object.
This also removes recoverVNCPassword and pw_init_file from the VncServer
class, and the tests associated with them.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
EVERY LAST REFERENCE TO LOADER MUST BE ELIMINATED RARRRR:
- remove references to loader in analog and makeupdates.
- change the default progname in isys/log.c from loader to anaconda.
- reword comments here and there that refer to loader.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Seriously, this thing is old and full of lies. It's good for some laffs:
"The loader is designed to be small to fit within the constraints of
bootable media (floppies are small by modern standards)."
"pcmcia.img - boot image for installing on PCMCIA based systems"
But really, "Last update: Mar 26 2002" is all you need to know.
It'll always be in the git history if you want to read it again.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Creating the initrd and boot.iso is the province of lorax. These scripts
don't really work anymore, so let's not carry them around.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Replace loader.service with anaconda.service, which starts anaconda
directly. Make necessary changes to related files.
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This fixes two bugs. The first is that the PReP partition is not created
during a text mode install. The second is that the PReP partition needs
to be zeroed out before grub is run. Grub verifies that no data exists
on the partition before installation.
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
logvol and partition get a new option, --resize. It must be combined
with --size=<newsize> and either --onpart or --useexisting.
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We need to prevent NM to shut down interfaces, because we have NFS
mounted squash.img in NFS based install.
Resolves: rhbz#799989
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
It happens that the order in which kickstart schedules actions when
a new device is encrypted relies on there being a format create
action for the underlying block device.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Picking a maximum window size can be complicated by multiple monitor
setups as well as not knowing which display anaconda will end up on.
This patch solves the window size problem by examining the xrandr output
and picking the smallest width and height available and setting the size
to that. These are picked independently so that the size chosen can fit
on any display.
This means that on a single display it will use all of the available
space. On a multiple monitor setup it will pick a size that can be used
on any of the connected displays.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Update the text bootloader upgrade dialog to match the GUI one.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
zipl now provides functionality originally provides by our patch
and zipl.conf needs 2 variables set so the behaviour is the same.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Resolves: rhbz#500273
In this initial support all used nodes will be either iface bound
using default iface.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Resolves: rhbz#500273
All devices must be either bonded (using --iface option) or using
default.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Useful for bringing up second interface for iscsi (e.g. for iface bound
and multipathed target)
Related: rhbz#500273
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Resolves: rhbz#500273
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Resolves: rhbz#500273
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Resolves: rhbz#500273
Also write out proper dracut options:
netroot=iscsi:[<servername>]:[<protocol>]:[<port>]:
[<iscsi_iface_name>]:[<netdev_name>]:[<LUN>]:<targetname>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Resolves: rhbz#500273
In this initial support all used nodes will be either iface bound
using default iface.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The support in NM will go to rhel 6.3.
Resolves: rhbz#769145
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
When parted sets the boot flag on a GPT labeled disk's partition it
sets the EFI System GUID type. This results in BIOS systems' boot
partition having the wrong GUID type, and EFI systems having multiple
EFI System partitions.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
When /usr is on a separate device like LVM or RAID dracut needs
to know about this so add the needed rd.* parameters to the cmdline.
This also works when upgrading.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Resolves: rhbz#727186
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
(cherry picked from commit b756228bd249fca3a6cb6b1bbfa5c1be9392f091)
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This depends only on the block size, which can only be overridden
by someone selecting an fsprofile with a smaller block size.
Related: rhbz#767727
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Related: rhbz#725418
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Also don't use float to compare 2 numbers. Use Decimal instead.
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Resolves: rhbz#743784
The case:
We discover LUN on an iface which is part of multipath setup.
If the iface is disconnected after discovery, anaconda doesn't
write dracut ifname argument for the disconnected iface path
(in Network.dracutSetupArgs).
Dracut needs the explicit ifname= because biosdevname
fails to rename the iface (because of BFS booting from it).
|
| | | |/ /
| | |/| |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
If the target is not among discovered, return [] instead of
all discovered nodes for all targets (else: branch)
Related: rhbz#752066
|
| | | | | |
|