Query: bootloader::core::none
OS: suse
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Bootloader::Core::NONE(3) User Contributed Perl Documentation Bootloader::Core::NONE(3)NAMEBootlader::Core::NONE - library for blank configurationPREFACEThis package is the NONE library of the bootloader configurationSYNOPSISuse Bootloader::Core::NONE; "$obj_ref = Bootloader::Core::NONE->new ();" "$files_ref = Bootloader::Core::NONE->ListFiles ();" "$status = Bootloader::Core::NONE->ParseLines (\%files, $avoid_reading_device_map);" "$files_ref = Bootloader::Core::NONE->CreateLines ();" "$settings_ref = Bootloader::Core::NONE->GetSettings ();" "$status = Bootloader::Core::NONE->SetSettings (\%settings);" "$status = Bootloader::Core::NONE->InitializeBootloader ();"DESCRIPTION"$obj_ref = Bootloader::Core::NONE->new ();" Creates an instance of the Bootloader::Core::NONE class. "$files_ref = Bootloader::Core::NONE->ListFiles ();" Returns the list of the configuration files of the bootloader "$status = Bootloader::Core::NONE->ParseLines (\%files, $avoid_reading_device_map);" Simulate parsing lines. Do nothing. Return non-zero for success. "$files_ref = Bootloader::Core::NONE->CreateLines ();" Simulate creating lines and return empty lines hash structure. "$settings_ref = Bootloader::Core::NONE->GetSettings ();" returns the complete settings in a hash. Does not read the settings from the system, but returns internal structures. "$status = Bootloader::Core::NONE->SetSettings (\%settings);" Do nothing, as none bootloader cannot change internal settings. "$status = Bootloader::Core::NONE->InitializeBootloader ();" Simulate initializing bootloader. Allways success. perl v5.12.1 2009-06-02 Bootloader::Core::NONE(3)
Related Man Pages |
---|
bootloader::core::none(3) - suse |
bootloader::core::grub(3) - suse |
update-bootloader(1) - mojave |
bootloader::core::lilo(3) - suse |
update-bootloader(1) - x11r4 |
Similar Topics in the Unix Linux Community |
---|
Migrate from RH 8.0 to Fedora Core 2 |
How to get back Linux Grub screen |
How to Check Whether Core File complete or truncated |
Network Bootloader using Linux ... |
Core Dumping? |