diff options
author | Mike Fulbright <msf@redhat.com> | 2001-02-01 23:12:34 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2001-02-01 23:12:34 +0000 |
commit | e711b46cb7d9f1529328b9b048c39d2f71bdb647 (patch) | |
tree | d4414c18a165c267e56085638f4831b200b3d178 /text.py | |
parent | d9b595d338fc174d65a6a0c7998f29ad253aad52 (diff) | |
download | anaconda-e711b46cb7d9f1529328b9b048c39d2f71bdb647.tar.gz anaconda-e711b46cb7d9f1529328b9b048c39d2f71bdb647.tar.xz anaconda-e711b46cb7d9f1529328b9b048c39d2f71bdb647.zip |
Several changes:
- fixed bug where if no partition were specified to be allocated in ks,
goto 'unslicable ....' error
- made linear default for kickstart LILO option
- made it so firewall and lba32warning messages skipped in ks mode
Diffstat (limited to 'text.py')
-rw-r--r-- | text.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -277,6 +277,11 @@ class InstallPathWindow: not todo.expert, todo.method.protectedPartitions(), todo.expert, todo.upgrade) +# +# merge in fstab entries specified in ks +# + todo.instClass.mergeFstabEntries(todo) + return INSTALL_NOOP classes = installclass.availableClasses() |