Class: Yast::AutoinstDataClass
- Inherits:
-
Module
- Object
- Module
- Yast::AutoinstDataClass
- Defined in:
- library/control/src/modules/AutoinstData.rb
Instance Method Summary collapse
-
#main ⇒ Object
This class is used for communication between AutoYaST and other modules (e.g. packager) without requiring eachother.
Instance Method Details
#main ⇒ Object
This class is used for communication between AutoYaST and other modules (e.g. packager) without requiring eachother.
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
# File 'library/control/src/modules/AutoinstData.rb', line 37 def main # Moved here from AutoinstSoftware.ycp # Packages that should be installed in continue mode @post_packages = [] # Patterns that should be installed in continue mode @post_patterns = [] # Moved here from AutoinstStorage.ycp # This is not needed anymore for storage-ng # Show warning for /boot cyl <1024 @BootCylWarning = true # AuotYaSt warning message if a second stage is needed # but the environment has not been established. @autoyast_second_stage_error end |