Bootloader::Core::LILO



Bootloader::Core::LILO

NAME
PREFACE
SYNOPSIS
DESCRIPTION

NAME

Bootloader::Core::LILO − LILO library for bootloader configuration

PREFACE

This package is the LILO library of the bootloader configuration

SYNOPSIS

use Bootloader::Core::LILO;

"$obj_ref = Bootloader::Core::LILO−>new ();"

"$files_ref = Bootloader::Core::LILO−>ListFiles ();"

"$status = Bootloader::Core::LILO−>ParseLines (\%files, $avoid_reading_device_map);"

"$files_ref = Bootloader::Core::LILO−>CreateLines ();"

"$status = Bootloader::Core::LILO−>UpdateBootloader ($avoid_init);"

"$status = Bootloader::Core::LILO−>InitializeBootloader ();"

DESCRIPTION

"$obj_ref = Bootloader::Core::LILO−>new ();"

Creates an instance of the Bootloader::Core::LILO class.

"$files_ref = Bootloader::Core::LILO−>ListFiles ();"

Returns the list of the configuration files of the bootloader Returns undef on fail

"$status = Bootloader::Core::LILO−>ParseLines (\%files,
$avoid_reading_device_map);"

Parses the contents of all files and stores the settings in the internal structures. As first argument, it takes a hash reference, where keys are file names and values are references to lists, each member is one line of the file. As second argument, it takes a boolean flag that, if set to a true value, causes it to skip updating the internal device_map information. Returns undef on fail, defined nonzero value on success.

"$files_ref = Bootloader::Core::LILO−>CreateLines ();"

creates contents of all files from the internal structures. Returns a hash reference in the same format as argument of ParseLines on success, or undef on fail.

"$status = Bootloader::Core::LILO−>UpdateBootloader ($avoid_init);"

Updates the settings in the system. Backs original configuration files up and replaces them with the ones with the ’.new’ suffix. Also performs operations needed to make the change effect (run ’/sbin/lilo’). Returns undef on fail, defined nonzero value on success.

"$status = Bootloader::Core::LILO−>InitializeBootloader ();"

Initializes the firmware to boot the bootloader. Returns undef on fail, defined nonzero value otherwise



More Linux Commands

manpages/fcopy.n.html
fcopy(n) - Copy data from one channel to another (Man Page)
The fcopy command copies data from one I/O channel, inchan to another I/O channel, outchan. The fcopy command leverages the buffering in the Tcl I/O system to a

manpages/gluBeginPolygon.3gl.html
gluBeginPolygon(3gl) - delimit a polygon description........
gluBeginPolygon and gluEndPolygon delimit the definition of a nonconvex polygon. To define such a polygon, first call gluBeginPolygon. Then define the contours

manpages/FcCacheNumFont.3.html
FcCacheNumFont(3) - Returns the number of fonts in cache....
This returns the number of fonts which would be included in the return from FcCacheCopySet. VERSION Fontconfig version 2.8.0 FcCacheNumFont.3 (Library - Linux m

manpages/build-classpath-directory.1.html
build-classpath-directory(1) - build a Java CLASSPATH from d
Small utility to build a Java CLASSPATH from directory. The CLASSPATH is returned to standard output. EXAMPLES build-classpath /usr/share/java/ will return a st

manpages/glColor3uiv.3gl.html
glColor3uiv(3gl) - set the current color - Linux man page...
The GL stores both a current single-valued color index and a current four-valued RGBA color. glColor sets a new four-valued RGBA color. glColor has two major va

manpages/glIslist.3gl.html
glIslist(3gl) - determine if a name corresponds to a display
glIsList returns GL_TRUE if list is the name of a display list and returns GL_FALSE otherwise. ERRORS GL_INVALID_OPERATION is generated if glIsList is executed

manpages/lvm.conf.5.html
lvm.conf(5) - Configuration file for LVM2 - Linux man page
lvm.conf is loaded during the initialisation phase of lvm(8). This file can in turn lead to other files being loaded settings read in later override earlier set

manpages/XtRemoveBlockHook.3.html
XtRemoveBlockHook(3) - register a block hook procedure......
XtAppAddBlockHook registers the specified procedure and returns an identifier for it. The hook is called at any time in the future when the Intrinsics are about

manpages/mkostemps.3.html
mkostemps(3) - create a unique temporary file (Man Page)....
The mkstemp() function generates a unique temporary filename from template, creates and opens the file, and returns an open file descriptor for the file. The la

manpages/glMultiTexCoord3ivARB.3gl.html
glMultiTexCoord3ivARB(3gl) - set the current texture coordin
glMultiTexCoordARB specifies texture coordinates in one, two, three, or four dimensions. glMultiTexCoord1ARB sets the current texture coordinates to (s, 0, 0, 1

manpages/perl5140delta.1.html
perl5140delta(1) - what is new for perl v5.14.0 (Man Page)
This document describes differences between the 5.12.0 release and the 5.14.0 release. If you are upgrading from an earlier release such as 5.10.0, first read p

manpages/unix2_chkpwd.8.html
unix2_chkpwd(8) - helper binary that verifies the password o
unix2_chkpwd is a helper program for applications that verifies the password of the current user. It is not intended to be run directly from the command line an





We can't live, work or learn in freedom unless the software we use is free.