diff options
author | Jeremy Katz <katzj@redhat.com> | 2007-05-30 18:37:40 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2007-05-30 18:37:40 +0000 |
commit | d6ab17a42c932fa77919ba11aa73f09bfc715761 (patch) | |
tree | f0280851561d310603846bdfdfb66b90f21c12bf /isys/isys.h | |
parent | bc0ab0a4e273708468c80d95ea9c9eab024797d6 (diff) | |
download | anaconda-d6ab17a42c932fa77919ba11aa73f09bfc715761.tar.gz anaconda-d6ab17a42c932fa77919ba11aa73f09bfc715761.tar.xz anaconda-d6ab17a42c932fa77919ba11aa73f09bfc715761.zip |
(merges from f7-branch)
2007-05-30 Jeremy Katz <katzj@aglarond.local>
* isys/isys.py (_stopRaid): Fix raidstop. I have no clue how
things were working here...
* isys/isys.py (_getRaidInfo): raise ValueError when we don't find
a valid raid superblock (#151653).
* upgrade.py: More blacklist
* isys/isys.h (EARLY_SWAP_RAM): Let's bump RAM needs a little (#232862)
* iw/netconfig_dialog.py (NetworkConfigurator._handleIPError): Add
a frame so things look right
(NetworkConfigurator._ok): Set useipv4 to true, call netconfig
methods with the right args (#240804)
* network.py (hasActiveNetDev): Ensure we have an IP as
otherwise, the network device isn't really all that active.
Diffstat (limited to 'isys/isys.h')
-rw-r--r-- | isys/isys.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/isys/isys.h b/isys/isys.h index c8bc6f277..d49dc2d11 100644 --- a/isys/isys.h +++ b/isys/isys.h @@ -2,11 +2,11 @@ #define H_ISYS #define MIN_RAM 64000 -#define MIN_GUI_RAM 128000 +#define MIN_GUI_RAM 192000 #if defined(__x86_64__) || defined(__ia64__) || defined(__s390x__) || defined(__ppc64__) #define EARLY_SWAP_RAM 400000 #else -#define EARLY_SWAP_RAM 240000 +#define EARLY_SWAP_RAM 270000 #endif /* returns -2 for errno, -1 for unknown device */ |