| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Add a new choice when autopartitioning to resize an existing partition to
make room for your install.
|
|
|
|
|
|
|
| |
Setting a static hostname will prevent desktop weirdness and
application hangs if the system is ever disconnected from the
network. This change sets the default hostname option to manual
entry.
|
| |
|
|
|
|
| |
This reverts commit 062a1e5ebbf6dab03524a125c1ce34d3cea43fcb.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This patch adds support for a new network bootproto. The point of this is
to work around our basic assumption that no network line in the kickstart
file means you get dhcp. Some environments may want the assumption that
no network line means you get prompted for network configuration. That's
what this patch adds.
|
|
|
|
| |
(#248447)
|
|
|
|
|
|
| |
Add a lock icon in the format column for partitions which are to be formatted
and encrypted. Only use the specific partition and don't go into child
requests for things like RAID and LVM. Pixmap is from the Bluecurve icon theme
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Current anaconda validates only length of root password.
but passwd command validates more things for password
like the following...
-------------------------------------------
Changing password for user root.
New UNIX password:
BAD PASSWORD: it is based on a dictionary word
Retype new UNIX password:
-------------------------------------------
so I added the validation of root password to
anaconda using cracklib same as passwd.
|
| |
|
|
|
|
|
|
|
| |
Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually
we'll get an AUTHORS file and will just remove author names from the
individual files. Also fixed a type in scripts/dumphdrlist.py where
Author was listed twice.
|
| |
|
|
|
|
|
|
|
|
| |
All Makefiles have a standard RH license boilerplate. Existing
copyright ranges have been expanded out to list each year, since you
are supposed to do that for license boilerplates (ranges aren't
valid). Any existing authors mentioned are listed under the Red Hat
Author(s) part.
|
|
|
|
|
|
|
|
| |
This allows autopart (of LVM) to set up encrypted PVs to be used and adds
the UI for enabling that in graphical mode.
It's a little bit hacky as we rely on the fact request.encryption is set
and has a passphrase for this to work
|
| |
|
|
|
|
|
|
|
| |
Do the checking for if the bootable request is on an encrypted device
in the final sanity check rather than at request add. This makes it so
that you can add /boot later. Takes advantage of the new
request.isEncrypted() method which checks base devs for LVM and RAID
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
NOTE: this has a little bit of a hack in that we abuse lvrequest.getActualSize()
somewhat but that's largely due to the fact that lvrequest.getActualSize() was
already being abused and updating the size attribute of the request in autopart
|
|
|
|
| |
track of the request being resizable rather than just the filesystem
|
|
|
|
|
| |
out to disk so do that check in partitioningComplete(). Therefore remove
the queryAutoPartOK() which is superfluous
|
| |
|
|
|
|
| |
This simplifies the edit partition dialog and adds resizing support
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
The class LUKSDevice, in cryptodev.py, handles the details of creation and management of the encrypted devices. RequestSpec and Device classes contain an optional LUKSDevice instance describing the device's encryption setup.
There is no support for pre-existing encrypted devices and kickstart support is not present at this point.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
partitioningComplete() from partitioning.py to this file.
* partitioning.py: Removed.
* dispatch.py: import partitioning -> import partitions
* fsset.py: Likewise.
* raid.py: Likewise.
* iw/autopart_type.py: Likewise.
|
|
|
|
| |
to '&' for the set_markup() method.
|
|
|
|
|
|
|
|
| |
* iw/upgrade_bootloader_gui.py
(UpgradeBootloaderWindow._newToLibata): Sync up with text mode version
* textw/upgrade_bootloader_text.py
(UpgradeBootloaderWindow._ideToLibata): Improve check so that it
doesn't see F7 -> F8 updates as needing a new config
|
|
|
|
|
|
| |
* iw/autopart_type.py (PartitionTypeWindow.getScreen): Make labels
bold programatically rather than in the XML
* ui/autopart.glade: Don't include markup in XML (#322681)
|
|
|
|
| |
reload the UI (#290781).
|
|
|
|
|
|
|
| |
* iw/network_gui.py (NetworkWindow.setupDevices): More things
could be reasonable tooltips
* iw/checklist.py (CheckList._tipQuery): Do per-row tooltips
correctly
|
|
|
|
|
|
|
|
|
|
|
| |
2007-09-21 Martin Sivak <msivak@redhat.com>
* bootloader.py (bootloaderSetupChoices): Honor the "Boot this
instalation from" choice when figuring out the drive order for
bootloader (#243556, #243799).
* iw/autopart_type.py (PartitionTypeWindow): Show warning when Boot
from media is not allowed in Use this drive for instalation. (#243799)
|
| |
|