| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
| |
it.
|
|
|
|
| |
the gateway address if the user provided it.
|
| |
|
|
|
|
| |
have HWADDR or DESC when generating tooltip.
|
|
|
|
| |
keyboard (#254137).
|
| |
|
|
|
|
|
|
|
|
|
| |
* scripts/upd_instroot: Added packages and files so man pages work
in rescue. BZ#243443.
* iw/task_gui.py: Setup the additionall Everythin Repo. BZ#254014.
* installclasses/fedora.py: User can choose additional repo.
BZ#254014
|
|
|
|
|
|
| |
* iw/timezone_gui.py (TimezoneWindow.timezone_widget_create):
Always do the smaller width since our window is never bigger than
800x600 (#251851)
|
|
|
|
|
|
|
| |
argument (#125312)
* iw/checklist.py: Append_row function with argument that defines
tooltip for each row.
|
|
|
|
|
|
|
| |
to fix some input validation errors and error reporting.
* loader2/modstubs.c (ourInsmodCommand): Handle more than one module
parameter in insmod (hhara AT miraclelinux DOT com).
|
| |
|
|
|
|
| |
call to sanityCheckIPString().
|
|
|
|
| |
wand, please mash the keypad with your palm now.
|
|
|
|
|
| |
prefixes in addition to dotted-quad netmasks (patch from HARA
Hiroshi <hhara AT miraclelinux DOT com>).
|
|
|
|
|
|
|
|
|
|
| |
handler for IPMissing exceptions. Display a dialog when the
configNetDevice function fails (patch from Dawei Pang <dwpang AT
redflag-linux DOT com>).
* iw/autopart_type.py (PartitionTypeWindow.addIscsiDrive): Do not
return unless ret is gtk.RESPONSE_OK (patch from Dawei Pang
<dwpang ATredflag-linux DOT com>).
|
|
|
|
|
| |
exceptions and log error message when configNetDevice() fails.
Patch from HARA Hiroshi <hhara AT miraclelinux DOT com>.
|
| |
|
| |
|