| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Since all tests are either flags.cmdline.has_key() or "if
flags.cmdline.get()", we want this to be None when there's no equals
sign, rather than True.
|
|
|
|
|
|
|
| |
This reverts commit 16632332b3a49994edf0016a3c5c3200d32cf6ac.
This patch calls doMultiMount(), which no longer exists. It also
references ddFsTypes, which looks to not exist either.
|
| |
|
| |
|
|
|
|
|
|
| |
This reverts commit 89652b6fbe65e5e7922d743a99b07104d071ef42. This patch
was not reviewed on the list and does not fix any emergency build breakage.
Thus, per policy is being reverted.
|
| |
|
|
|
|
|
| |
Forward port of rhel-5 patch from pjones, commit-id:
5a44a5a6bc90fdf056db1e9e2d4191703387c15f
|
| |
|
|
|
|
| |
question (#455612)
|
|
|
|
|
|
| |
The livecd flag was for "I'm building a livecd", ie with kadischi, not for
doing a livecd install. Keeping the old flag around was just confusing,
especially as kadischi is no longer used/maintained
|
|
|
|
|
|
| |
Updated all *.py files to have a uniform GPL boilerplate. Expanded copyright
year ranges and listed authors (if they were in the comment section) under
the Red Hat Author(s) section.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug #217132
2007-10-26 Martin Sivak <msivak@redhat.com>
* backend.py (doRepoSetup): Update the platform file if necessary
* dispatch.py: Add new step for detecting platform upgrade
* flags.py (Flags): Add flag for controlling the rpm platform update
* iutil.py (writeRpmPlatform): Now controlled by the updateRpmPlatform
flag
* upgrade.py: Add isUpgradingArch, queryUpgradeArch and add the
upgradearchitecture step (#217132)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* anaconda (__main__): Set flags.useIPv4 and flags.useIPv6 to false if
we receive one of the --noipv{4,6} options (#208334).
* flags.py (Flags): Add useIPv4 and useIPv6 flags, default to
True (#208334).
* network.py (Network): Initialize self.useIPv4 and self.useIPv6 to
flags.useIPv4 and flags.useIPv6 (#208334).
* loader2/loader.c (doLoaderMain): After readNetConfig() call, set the
noipv4 and noipv6 flags in loaderData (#208334).
* loader2/loader.c (main): If noipv4 or noipv6 flag is set in the
loaderData, add option to pass to anaconda (#208334).
* loader2/net.c (readNetConfig): Set noipv4 and noipv6 flags in newCfg
after configureTCPIP() call (#208334).
* loader2/net.c (readNetConfig): After dialog window closes, copy the
noipv4 and noipv6 flags from newCfg to cfg (#208334).
|
|
|
|
|
|
|
| |
* anaconda (Anaconda.setMethod): Allow passing --targetarch
(#206881)
* flags.py (Flags.__init__): Set targetarch as a flag
* iutil.py (writeRpmPlatform): Use flag
|
| |
|
|
|
|
|
| |
- flags.py (Flags): ditto
- loader2/loader.c (parseCmdLineFlags): ditto
|
|
|
|
|
|
|
|
|
| |
* bootloader.py: Clean up imports
(getBootloader): Use isolinuxBootloader for the livecd case.
* anaconda (rootpath_cb): Allow using --rootpath=cd:/path to
specify that we're doing a livecd. This is likely to change...
* flags.py (Flags.__init__): Add livecd flag
|
|
|
|
| |
references to /proc/cmdline from everywhere else in favor of this dict.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* anaconda: Add handling of iscsi flag
* flags.py: Add iscsi flag
* installclass.py: Add iscsi step
* dispatch.py: Add iscsi step.
* gui.py: Add iscsi step.
* text.py: Add iscsi step
* instdata.py: Add iscsi object
* iscsi.py: Add main iscsi code
* iw/iscsi_gui.py: Add graphical iSCSI configuration
* ui/iscsi-config.glade: Glade-file for iSCSI config
* textw/iscsi_text.py: Add text mode iSCSI configuration
* scripts/mk-images (SCSIMODS): Add iscsi modules
* scripts/upd-instroot: Add iscsi tools
|
|
|
|
| |
* flags.py (Flags.__init__): dmraid by default so that it gets tested
|
|
|
|
| |
* flags.py (Flags.__init__): dmraid is off by default.
|
| |
|
|
|
|
|
|
| |
hvc (ppc), hvsi (ppc), and altix (ia64). set up in init and carried
throughout.
(#131091, #130906, #131301)
|
| |
|
|
|
|
|
|
|
| |
* default in constants.py
* 'selinux' flag will key it on (if off by default)
* turn on for selinux=1, off for selinux=0
* non-existence of selinuxfs will force off
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|