| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
bringing up the network as needed.
* iw/task_gui.py (TaskWindow._addRepo): Bring up the network as needed
|
|
|
|
| |
release notes dialog more than once (#203147).
|
|
|
|
| |
with any existing network values we have.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and convert to dotted-quad netmask notation.
* iw/network_gui.py (NetworkWindow.editDevices): Allow user to enter
CIDR prefix or dotted-quad netmask for IPv4 settings, validate the
IPv4 and IPv6 prefix and make sure they fall within the required
range, if user enters IPv4 CIDR prefix then convert to dotted-quad
netmask for the sysconfig ifcfg-ethX file.
* iw/network_gui.py (NetworkWindow.editDevices): Call get_text() to
get the value of the ipv6prefix box rather than using an instance of
a gtk.Entry() object.
* iw/network_gui.py (NetworkWindow.getScreen): Set hostname, gateway,
and DNS entry boxes to be 41 characters wide.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to these functions with inet_pton() and inet_ntop().
* isys/isys.py: Added inet_convertNetmaskToPrefix() utility function
to convert dotted-quad IPv4 netmasks to CIDR prefix values.
* iw/network_gui.py (createIPRepr): Renamed to createIPV4Repr() and
have it write out ip/prefix rather than ip/netmask.
* iw/network_gui.py (createIPV4Repr): Added to handle IPv6 write
outs to the tree store.
* iw/network_gui.py (NetworkWindow.editDevice): Add IPv6 info to
the tree store.
* iw/network_gui.py (NetworkWindow.setupDevices): Initialize tree
store with IPv4 and IPv6 information.
|
|
|
|
| |
along with the ever-popular IPv4 address entry.
|
|
|
|
|
|
| |
* iw/task_gui.py (TaskWindow.getScreen): Use text from the
installclass if it exists
* textw/task_text.py (TaskWindow.__call__): Likewise.
|
|
|
|
|
| |
screen. Setup repos as soon as they are added to catch errors, but setup
installclass default repos when next is clicked so they are ready for use.
|
|
|
|
|
| |
* iw/partition_ui_helpers_gui.py (WideCheckList.__init__): Expand
the last column -- not all users of WideChecklist have 3 columns
|
|
|
|
| |
does.
|
| |
|
| |
|
|
|
|
|
| |
that ones pre-populated in the repo list get setup before they're used.
There's still some UI fixing to do here, but the traceback is gone.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* iw/task_gui.py: Rework so that we can enable/disable optional
repos per install class as well as see what repos have been added
* ui/tasksel.glade: Change things up a little bit
* installclasses/fedora.py: Tweak description, add Extras as an
additional repo
* yuminstall.py (AnacondaYum.doConfigSetup): Allow for additional,
not enabled by default repos to be set up.
* installclass.py (repos): Add not-default repos
|
| |
|
| |
|
| |
|
|
|
|
| |
get the right value written into /etc/shadow (#201455).
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* yuminstall.py (YumBackend.doRepoSetup): Make text better for
adding an additional repo
* iw/task_gui.py (TaskWindow.getScreen): Allow hiding additional
repo button on a per-installclass basis
|
|
|
|
|
| |
* iw/autopart_type.py (PartitionTypeWindow.addIscsiDrive): Fix
error handling
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* iw/autopart_type.py (PartitionTypeWindow.addIscsiDrive): Show
dialog while iscsid is starting
* yuminstall.py (YumBackend.selectFSPackages): Ensure that
iscsi-initiator-utils gets installed if installing on iscsi
* kickstart.py (AnacondaKSHandlers.doIscsi): Fixes for new iscsi
setup, startup iscsi targets at iscsi config
* iscsi.py: Sleep after starting iscsid, ensure we get the port
correct, redirect output from iscsid to avoid spinning, fix
writing out iscsi config
|
| |
|
|
|
|
| |
(#149375)
|
| |
|
|
|
|
|
| |
* iw/partition_ui_helpers_gui.py (createAllowedDrivesStore): Reset
drivelist sensitivity here
|
|
|
|
|
|
|
| |
* iw/autopart_type.py (PartitionTypeWindow.addIscsiDrive): Don't
use the username/pass stuff yet
* ui/iscsi-config.glade: Some minor tweaks, prepare for CHAP
username/password
|
|
|
|
| |
* iw/autopart_type.py: Fix add drive dialog to be displayed (#199451)
|
|
|
|
|
| |
* iw/task_gui.py (TaskWindow._addRepo): Actually set the product
name...
|
|
|
|
|
|
|
|
|
|
|
|
| |
* yuminstall.py (AnacondaYum.doConfigSetup): Using metadata_expire
doesn't make sense for anaconda
(YumBackend.doRepoSetup): Allow setup of a single repo, reorganize
so that this works
* iw/task_gui.py (TaskWindow._addRepo): Support for adding repos.
* ui/tasksel.glade: Add button to bring up add repo dialopg
* ui/addrepo.glade: Initial pass at dialog for adding additional
repos.
|
|
|
|
| |
* iw/autopart_type.py: iscsi works in the kernel now.
|
|
|
|
|
|
| |
2006-07-03 Jeremy Katz <katzj@redhat.com>
* iw/lvm_dialog_gui.py (VolumeGroupEditor.__init__): Try to make
things fit a little better (#197334)
|
|
|
|
|
|
|
|
|
|
|
| |
infrastructure for adding disks, specifically for iSCSI.
* ui/iscsi-config.glade: Change around to use a dialog for
configuring iSCSI targets.
* ui/adddrive.glade: Glade file for adding disks.
* ui/autopart.glade: Add add disk button.
|
|
|
|
| |
store creation out of drive list creation so we can recreate it.
|
|
|
|
|
|
|
|
|
| |
configuring
* textw/iscsi_text.py: Likewise.
* dispatch.py (installSteps): Remove iscsi step.
* installclass.py: Likewise.
* gui.py: Likewise.
* text.py: Likewise.
|
|
|
|
|
|
|
|
| |
* iw/netconfig_dialog.py: Add dialog for doing network device
config for stage2 as a prereq of better iscsi support and extra repo
config. This is basically just the UI bits without things hooked
up, but a good chunk of what's needed
* ui/netconfig.glade: Add the glade file.
|
|
|
|
| |
partitions.
|
| |
|
|
|
|
| |
(#196466).
|
| |
|
|
|
|
| |
* iw/zfcp_gui.py (ZFCPWindow.getScreen): I can't type... I can't walk... the only thing about me is the way I walk...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* iw/iscsi_gui.py (iscsiWindow.getNext): Don't need to do the
startup here now.
* isys/isys.py (compareDrives): Sort xvd devices first since
they're the "bootable" ones for Xen
(driveIsIscsi): Determine if a drive is iscsi or not. Kind of ugly.
* zfcp.py (ZFCP.write): Copy zfcp.conf here.
* yuminstall.py (YumBackend.doPreInstall): Write out network, zfcp
and iscsi info prior to the install starting.
* partitioning.py (partitionObjectsInitialize): Flush drive dict
on initialization, set up iscsi devices here, make device nodes
for drives
* kickstart.py (AnacondaKSHandlers.doIscsi): Initial iscsi
kickstart support. This syntax *will* change
* iscsi.py (iscsi.action): Set nodes to start up automatically on
boot in the db
(iscsi.startup): Give a popup while we're waiting on iscsi devs
to initialize
(iscsi.write): Write out iscsi config
* fsset.py: Add various bits so that we can set that a device
should be marked as _netdev in the fstab and use it appropriately
for iscsi.
|
| |
|
|
|
|
|
|
|
|
| |
* iw/iscsi_gui.py (iscsiWindow.getNext): Hack for iscsi to stabilize
* iscsi.py (iscsi.write): Write out iscsi config bits
* anaconda (opts.iscsi): Actually handle the iscsi flag
|
| |
|
|
|
|
| |
* anaconda.spec: Bump version.
|