diff options
-rw-r--r-- | addUser.html | 2 | ||||
-rw-r--r-- | chooseDesktop.html | 58 | ||||
-rw-r--r-- | choosePackageGroups.html | 72 | ||||
-rw-r--r-- | choosePackages.html | 224 | ||||
-rw-r--r-- | choosePackagesTree.html | 48 | ||||
-rw-r--r-- | configureServices.html | 61 | ||||
-rw-r--r-- | configureTimezoneUTC.html | 67 | ||||
-rw-r--r-- | configureX_monitor.html | 2 | ||||
-rw-r--r-- | index.html | 55 | ||||
-rw-r--r-- | installUpdates.html | 2 | ||||
-rw-r--r-- | minimal-install.html | 47 | ||||
-rw-r--r-- | misc-params.html | 310 | ||||
-rw-r--r-- | securityLevel.html | 49 | ||||
-rw-r--r-- | selectCountry.html | 118 | ||||
-rw-r--r-- | selectMouse.html | 4 | ||||
-rw-r--r-- | setupBootloader.html | 2 | ||||
-rw-r--r-- | setupBootloaderAddEntry.html | 2 | ||||
-rw-r--r-- | setupBootloaderExpert.html | 2 |
18 files changed, 572 insertions, 553 deletions
diff --git a/addUser.html b/addUser.html index 996e882..788cbaa 100644 --- a/addUser.html +++ b/addUser.html @@ -6,7 +6,7 @@ <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="index.html" title="Installation with DrakX"> <link rel="up" href="index.html" title="Installation with DrakX"> - <link rel="prev" href="choosePackages.html" title="Choosing Packages to be Installed"> + <link rel="prev" href="choosePackagesTree.html" title="Choose Individual Packages"> <link rel="next" href="configureX_chooser.html" title="Graphic Card and Monitor Configuration"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css"> <!-- body { font-family: sans-serif; font-size: 13px } diff --git a/chooseDesktop.html b/chooseDesktop.html new file mode 100644 index 0000000..c06693e --- /dev/null +++ b/chooseDesktop.html @@ -0,0 +1,58 @@ +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + + <title>Desktop Selection</title> + <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> + <link rel="home" href="index.html" title="Installation with DrakX"> + <link rel="up" href="index.html" title="Installation with DrakX"> + <link rel="prev" href="choosePackages.html" title="Choosing Packages to be Installed"> + <link rel="next" href="choosePackageGroups.html" title="Package Group Selection"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css"> + <!-- + body { font-family: sans-serif; font-size: 13px } + table { font-family: sans-serif; font-size: 13px } + --></style></head> + <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> + <div lang="" class="section" title="Desktop Selection"> + <div class="titlepage"> + <div> + <div> + <h2 class="title"><a name="chooseDesktop"></a>Desktop Selection + </h2> + </div> + </div> + </div> + + + + + + + + + <p>Depending on your selection here, you may be offered further screens to fine tune your choice.</p> + + + <p>After the selection step(s), you will see a slide show during package + installation. The slide show can be disabled by pressing the + <span class="guilabel">Details</span> button + </p> + + + + + + + <p>Choose whether you prefer to use the <span class="application">KDE</span> + or <span class="application">Gnome</span> desktop environment. Both come with a + full set of useful applications and tools. Tick + <span class="guilabel">Custom</span> if you want to use neither or both, or if you + want something other than the default software choices for these desktop + environments. The <span class="application">LXDE</span> desktop is lighter than + the previous two, sporting less eye candy and fewer packages installed by + default. + </p> + + </div> + </body> +</html> diff --git a/choosePackageGroups.html b/choosePackageGroups.html new file mode 100644 index 0000000..2e082d6 --- /dev/null +++ b/choosePackageGroups.html @@ -0,0 +1,72 @@ +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + + <title>Package Group Selection</title> + <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> + <link rel="home" href="index.html" title="Installation with DrakX"> + <link rel="up" href="index.html" title="Installation with DrakX"> + <link rel="prev" href="chooseDesktop.html" title="Desktop Selection"> + <link rel="next" href="minimal-install.html" title="Minimal Install"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css"> + <!-- + body { font-family: sans-serif; font-size: 13px } + table { font-family: sans-serif; font-size: 13px } + --></style></head> + <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> + <div lang="" class="section" title="Package Group Selection"> + <div class="titlepage"> + <div> + <div> + <h2 class="title"><a name="choosePackageGroups"></a>Package Group Selection + </h2> + </div> + </div> + </div> + + + + + + + + + <p>Packages have been sorted into groups, to make choosing what you + need on your system a lot easier. The groups are fairly self explanatory, + however more information about the content of each is available in + tool-tips which become visible as the mouse is hovered over them. + </p> + + + <div class="itemizedlist"> + <ul class="itemizedlist"> + <li class="listitem"> + + <p>Workstation.</p> + + </li> + <li class="listitem"> + + <p>Server.</p> + + </li> + <li class="listitem"> + + <p>Graphical Environment.</p> + + </li> + <li class="listitem"> + + <p>Individual Package Selection: You can use this option to + manually add or remove packages. + </p> + + </li> + </ul> + </div> + + <p>Read <a class="xref" href="minimal-install.html" title="Minimal Install">the section called “Minimal Install”</a> for instructions on how to do a minimal install. + </p> + + </div> + </body> +</html> diff --git a/choosePackages.html b/choosePackages.html index 25e86c5..2562389 100644 --- a/choosePackages.html +++ b/choosePackages.html @@ -7,7 +7,7 @@ <link rel="home" href="index.html" title="Installation with DrakX"> <link rel="up" href="index.html" title="Installation with DrakX"> <link rel="prev" href="formatPartitions.html" title="Formatting"> - <link rel="next" href="addUser.html" title="User and Superuser Management"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css"> + <link rel="next" href="chooseDesktop.html" title="Desktop Selection"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css"> <!-- body { font-family: sans-serif; font-size: 13px } table { font-family: sans-serif; font-size: 13px } @@ -41,230 +41,14 @@ - - <p><a name="choosePackages-pa1"></a>Depending on your selections here, you may - be offered further screens to fine tune your choices. - </p> - - - <p>After the selection step(s), you will see a slide show during package - installation. The slide show can be disabled by pressing the - <span class="guilabel">Details</span> button - </p> - - <div class="section" title="Desktop Selection"> - <div class="titlepage"> - <div> - <div> - <h3 class="title"><a name="choose-graphical-env"></a>Desktop Selection - </h3> - </div> - </div> - </div> - - - - - - - <p>Choose whether you prefer to use the <span class="application">KDE</span> - or <span class="application">Gnome</span> desktop environment. Both come with a - full set of useful applications and tools. Tick - <span class="guilabel">Custom</span> if you want to use neither or both, or if you - want something other than the default software choices for these desktop - environments. The <span class="application">LXDE</span> desktop is lighter than - the previous two, sporting less eye candy and fewer packages installed by - default. - </p> - - </div> - - - <div class="section" title="Package Group Selection"> - <div class="titlepage"> - <div> - <div> - <h3 class="title"><a name="choosePackagesGroups"></a>Package Group Selection - </h3> - </div> - </div> - </div> - - - - - - - <p>Packages have been sorted into groups, to make choosing what you - need on your system a lot easier. The groups are fairly self explanatory, - however more information about the content of each is available in - tool-tips which become visible as the mouse is hovered over them. - </p> - - - <div class="itemizedlist"> - <ul class="itemizedlist"> - <li class="listitem"> - - <p>Workstation.</p> - - </li> - <li class="listitem"> - - <p>Server.</p> - - </li> - <li class="listitem"> - - <p>Graphical Environment.</p> - - </li> - <li class="listitem"> - - <p>Individual Package Selection: You can use this option to - manually add or remove packages. - </p> - - </li> - </ul> - </div> - - </div> - <div class="section" title="Minimal Install"> - <div class="titlepage"> - <div> - <div> - <h3 class="title"><a name="minimal-install"></a>Minimal Install - </h3> - </div> - </div> - </div> - - - - <p>You can choose a Minimal Installation by de-selecting everything in - the Package Group Selection screen. Minimal Installation is intended for - those with specific uses in mind for their - <span class="application">Mageia</span>, such as a server or a specialised - workstation. You will probably use this option combined with Manual - Package Selection. If you choose this installation class, then the next - screen will offer you a few useful extras to install, such as - documentation and X. - </p> - - </div> - + <p><a name="choosePackages-pa1"></a>This file is choosePackages.html. + </p> - <div class="section" title="Choose Individual Packages"> - <div class="titlepage"> - <div> - <div> - <h3 class="title"><a name="choosePackagesTree"></a>Choose Individual - Packages - </h3> - </div> - </div> - </div> - - - - - - <p>Here you can add or remove any extra packages to customise your - installation. - </p> - - - <p>After having made your choice, you can click on the - <span class="guibutton">floppy icon</span> at the bottom of the page to save your - choice of packages (saving to a USB key works, too). You can then use this - file to install the same packages on another system, by pressing the same - button during install and choosing to load it. - </p> - - </div> + <p>Please inform documentation team if you see this text after hitting a help button while installing Mageia.</p> - - <div class="section" title="Choose Packages - Links"> - <div class="titlepage"> - <div> - <div> - <h3 class="title"><a name="choosePackagesLinks"></a>Choose Packages - Links - </h3> - </div> - </div> - </div> - - - - <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"> - <table border="0" summary="Note"> - <tr> - <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="note.png"></td> - <th align="left"></th> - </tr> - <tr> - <td align="left" valign="top"> - - <p>Clicking the <span class="guilabel">Help</span> button may have led you to - a wrong section of this page. Please click on the relevant link below to - go to the correct section, or scroll up to see it. - </p> - - </td> - </tr> - </table> - </div> - - - <div class="itemizedlist"> - <ul class="itemizedlist"> - <li class="listitem"> - - <p><span class="emphasis"><em>Desktop Selection</em></span> KDE, GNOME or - Custom: - </p> - - - <p><a class="xref" href="choosePackages.html#choose-graphical-env" title="Desktop Selection">the section called “Desktop Selection”</a></p> - - </li> - <li class="listitem"> - - <p><span class="emphasis"><em>Package Group Selection</em></span> (de)select groups - of packages: - </p> - - - <p><a class="xref" href="choosePackages.html#choosePackagesGroups" title="Package Group Selection">the section called “Package Group Selection”</a></p> - - </li> - <li class="listitem"> - - <p><span class="emphasis"><em>Minimal Install</em></span>: - </p> - - - <p><a class="xref" href="choosePackages.html#minimal-install" title="Minimal Install">the section called “Minimal Install”</a></p> - - </li> - <li class="listitem"> - - <p><span class="emphasis"><em>Choose Individual Packages</em></span>: - </p> - - - <p><a class="xref" href="choosePackages.html#choosePackagesTree" title="Choose Individual Packages">the section called “Choose Individual - Packages”</a></p> - - </li> - </ul> - </div> - - </div> </div> </body> diff --git a/choosePackagesTree.html b/choosePackagesTree.html new file mode 100644 index 0000000..4a466ad --- /dev/null +++ b/choosePackagesTree.html @@ -0,0 +1,48 @@ +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + + <title>Choose Individual Packages</title> + <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> + <link rel="home" href="index.html" title="Installation with DrakX"> + <link rel="up" href="index.html" title="Installation with DrakX"> + <link rel="prev" href="minimal-install.html" title="Minimal Install"> + <link rel="next" href="addUser.html" title="User and Superuser Management"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css"> + <!-- + body { font-family: sans-serif; font-size: 13px } + table { font-family: sans-serif; font-size: 13px } + --></style></head> + <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> + <div lang="" class="section" title="Choose Individual Packages"> + <div class="titlepage"> + <div> + <div> + <h2 class="title"><a name="choosePackagesTree"></a>Choose Individual + Packages + </h2> + </div> + </div> + </div> + + + + + + + + + <p>Here you can add or remove any extra packages to customise your + installation. + </p> + + + <p>After having made your choice, you can click on the + <span class="guibutton">floppy icon</span> at the bottom of the page to save your + choice of packages (saving to a USB key works, too). You can then use this + file to install the same packages on another system, by pressing the same + button during install and choosing to load it. + </p> + + </div> + </body> +</html> diff --git a/configureServices.html b/configureServices.html new file mode 100644 index 0000000..cba6063 --- /dev/null +++ b/configureServices.html @@ -0,0 +1,61 @@ +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + + <title>Configure your Services</title> + <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> + <link rel="home" href="index.html" title="Installation with DrakX"> + <link rel="up" href="index.html" title="Installation with DrakX"> + <link rel="prev" href="selectCountry.html" title="Select your Country / Region"> + <link rel="next" href="selectMouse.html" title="Select mouse"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css"> + <!-- + body { font-family: sans-serif; font-size: 13px } + table { font-family: sans-serif; font-size: 13px } + --></style></head> + <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> + <div lang="" class="section" title="Configure your Services"> + <div class="titlepage"> + <div> + <div> + <h2 class="title"><a name="configureServices"></a>Configure your + Services + </h2> + </div> + </div> + </div> + + + + + + + + <p><a name="configureServices-pa1"></a>Here you can set + which services should (not) start when you boot your system. + </p> + + + <p><a name="configureServices-pa2"></a>There are four + groups, click on the triangle before a group to expand it and see all + services in it. + </p> + + + <p><a name="configureServices-pa3"></a>The setting + DrakX chose are usually good. + </p> + + + <p><a name="configureServices-pa4"></a>If you highlight + a service, some information about it is shown in the info box + below. + </p> + + + <p><a name="configureServices-pa5"></a>Only change + things when you know very well what you are doing. + </p> + + </div> + </body> +</html> diff --git a/configureTimezoneUTC.html b/configureTimezoneUTC.html new file mode 100644 index 0000000..c843111 --- /dev/null +++ b/configureTimezoneUTC.html @@ -0,0 +1,67 @@ +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + + <title>Configure your Timezone</title> + <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> + <link rel="home" href="index.html" title="Installation with DrakX"> + <link rel="up" href="index.html" title="Installation with DrakX"> + <link rel="prev" href="misc-params.html" title="Summary of miscellaneous parameters"> + <link rel="next" href="selectCountry.html" title="Select your Country / Region"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css"> + <!-- + body { font-family: sans-serif; font-size: 13px } + table { font-family: sans-serif; font-size: 13px } + --></style></head> + <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> + <div lang="" class="section" title="Configure your Timezone"> + <div class="titlepage"> + <div> + <div> + <h2 class="title"><a name="configureTimezoneUTC"></a>Configure your + Timezone + </h2> + </div> + </div> + </div> + + + + + + + + + <p><a name="configureTimezoneUTC-pa1"></a>Choose your + time zone by choosing your country or a city close to you in the same time + zone. + </p> + + + <p><a name="configureTimezoneUTC-pa2"></a>In next + screen you can choose to set your hardware clock to local time or to GMT, + also known as UTC. + </p> + + + <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"> + <table border="0" summary="Note"> + <tr> + <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="note.png"></td> + <th align="left"></th> + </tr> + <tr> + <td align="left" valign="top"> + + <p><a name="configureTimezoneUTC-pa3"></a>If you have + more than one operating system on your computer, make sure they are all + set to local time, or all to UTC/GMT. + </p> + + </td> + </tr> + </table> + </div> + + </div> + </body> +</html> diff --git a/configureX_monitor.html b/configureX_monitor.html index 4ff5bed..0001b12 100644 --- a/configureX_monitor.html +++ b/configureX_monitor.html @@ -7,7 +7,7 @@ <link rel="home" href="index.html" title="Installation with DrakX"> <link rel="up" href="index.html" title="Installation with DrakX"> <link rel="prev" href="configureX_card_list.html" title="Choose an X Server (Configure your Graphic Card)"> - <link rel="next" href="setupX.html" title="Set up X, graphic card and monitor configuration (old page)"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css"> + <link rel="next" href="setupBootloader.html" title="Bootloader main options"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css"> <!-- body { font-family: sans-serif; font-size: 13px } table { font-family: sans-serif; font-size: 13px } @@ -54,16 +54,11 @@ <dt><span class="section"><a href="formatPartitions.html">Formatting</a></span></dt> <dt><span class="section"><a href="choosePackages.html">Choosing Packages to be Installed</a></span></dt> - <dd> - <dl> - <dt><span class="section"><a href="choosePackages.html#choose-graphical-env">Desktop Selection</a></span></dt> - <dt><span class="section"><a href="choosePackages.html#choosePackagesGroups">Package Group Selection</a></span></dt> - <dt><span class="section"><a href="choosePackages.html#minimal-install">Minimal Install</a></span></dt> - <dt><span class="section"><a href="choosePackages.html#choosePackagesTree">Choose Individual - Packages</a></span></dt> - <dt><span class="section"><a href="choosePackages.html#choosePackagesLinks">Choose Packages - Links</a></span></dt> - </dl> - </dd> + <dt><span class="section"><a href="chooseDesktop.html">Desktop Selection</a></span></dt> + <dt><span class="section"><a href="choosePackageGroups.html">Package Group Selection</a></span></dt> + <dt><span class="section"><a href="minimal-install.html">Minimal Install</a></span></dt> + <dt><span class="section"><a href="choosePackagesTree.html">Choose Individual + Packages</a></span></dt> <dt><span class="section"><a href="addUser.html">User and Superuser Management</a></span></dt> <dd> <dl> @@ -78,8 +73,6 @@ <dt><span class="section"><a href="configureX_card_list.html">Choose an X Server (Configure your Graphic Card)</a></span></dt> <dt><span class="section"><a href="configureX_monitor.html">Choosing your Monitor</a></span></dt> - <dt><span class="section"><a href="setupX.html">Set up X, graphic card and monitor - configuration (old page)</a></span></dt> <dt><span class="section"><a href="setupBootloader.html">Bootloader main options</a></span></dt> <dd> @@ -93,8 +86,6 @@ </dl> </dd> <dt><span class="section"><a href="setupBootloaderAddEntry.html">Add or Modify a Boot Menu Entry</a></span></dt> - <dt><span class="section"><a href="setupBootloaderBeginner.html">Bootloader main - options (old page)</a></span></dt> <dt><span class="section"><a href="setupBootloaderExpert.html">Bootloader expert use</a></span></dt> <dd> <dl> @@ -113,17 +104,21 @@ <dt><span class="section"><a href="misc-params.html#misc-params-network">Network and Internet parameters</a></span></dt> <dt><span class="section"><a href="misc-params.html#misc-params-security">Security</a></span></dt> - <dt><span class="section"><a href="misc-params.html#drakxid-configureTimezoneGMT">Configure your - Timezone</a></span></dt> - <dt><span class="section"><a href="misc-params.html#drakxid-selectCountry">Select your Country / - Region</a></span></dt> - <dt><span class="section"><a href="misc-params.html#drakxid-configureServices">Configure your - Services</a></span></dt> - <dt><span class="section"><a href="misc-params.html#draxid-miscellaneous">Security Level</a></span></dt> - <dt><span class="section"><a href="misc-params.html#misc-paramsLinks">Summary - Links</a></span></dt> </dl> </dd> + <dt><span class="section"><a href="configureTimezoneUTC.html">Configure your + Timezone</a></span></dt> + <dt><span class="section"><a href="selectCountry.html">Select your Country / + Region</a></span></dt> + <dd> + <dl> + <dt><span class="section"><a href="selectCountry.html#inputMethod">Input method</a></span></dt> + </dl> + </dd> + <dt><span class="section"><a href="configureServices.html">Configure your + Services</a></span></dt> <dt><span class="section"><a href="selectMouse.html">Select mouse</a></span></dt> + <dt><span class="section"><a href="securityLevel.html">Security Level</a></span></dt> <dt><span class="section"><a href="installUpdates.html">Updates</a></span></dt> <dt><span class="section"><a href="exitInstall.html">Congratulations</a></span></dt> </dl> @@ -160,7 +155,13 @@ - + + + + + + + @@ -182,10 +183,18 @@ + + + + + + + + diff --git a/installUpdates.html b/installUpdates.html index d758681..3d4f6b4 100644 --- a/installUpdates.html +++ b/installUpdates.html @@ -6,7 +6,7 @@ <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="index.html" title="Installation with DrakX"> <link rel="up" href="index.html" title="Installation with DrakX"> - <link rel="prev" href="selectMouse.html" title="Select mouse"> + <link rel="prev" href="securityLevel.html" title="Security Level"> <link rel="next" href="exitInstall.html" title="Congratulations"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css"> <!-- body { font-family: sans-serif; font-size: 13px } diff --git a/minimal-install.html b/minimal-install.html new file mode 100644 index 0000000..db4eabe --- /dev/null +++ b/minimal-install.html @@ -0,0 +1,47 @@ +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + + <title>Minimal Install</title> + <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> + <link rel="home" href="index.html" title="Installation with DrakX"> + <link rel="up" href="index.html" title="Installation with DrakX"> + <link rel="prev" href="choosePackageGroups.html" title="Package Group Selection"> + <link rel="next" href="choosePackagesTree.html" title="Choose Individual Packages"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css"> + <!-- + body { font-family: sans-serif; font-size: 13px } + table { font-family: sans-serif; font-size: 13px } + --></style></head> + <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> + <div lang="" class="section" title="Minimal Install"> + <div class="titlepage"> + <div> + <div> + <h2 class="title"><a name="minimal-install"></a>Minimal Install + </h2> + </div> + </div> + </div> + + + + + + <p>You can choose a Minimal Installation by de-selecting everything in the Package Group Selection screen, see <a class="xref" href="choosePackageGroups.html" title="Package Group Selection">the section called “Package Group Selection”</a>. + </p> + + <p>Minimal Installation is intended for those with specific uses in mind for their + <span class="application">Mageia</span>, such as a server or a specialised + workstation. You will probably use this option combined with Manual + Package Selection, see <a class="xref" href="choosePackagesTree.html" title="Choose Individual Packages">the section called “Choose Individual + Packages”</a>. + </p> + + <p>If you choose this installation class, then the next + screen will offer you a few useful extras to install, such as + documentation and X. + </p> + + </div> + </body> +</html> diff --git a/misc-params.html b/misc-params.html index e36a9d3..0114577 100644 --- a/misc-params.html +++ b/misc-params.html @@ -7,7 +7,7 @@ <link rel="home" href="index.html" title="Installation with DrakX"> <link rel="up" href="index.html" title="Installation with DrakX"> <link rel="prev" href="setupBootloaderExpert.html" title="Bootloader expert use"> - <link rel="next" href="selectMouse.html" title="Select mouse"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css"> + <link rel="next" href="configureTimezoneUTC.html" title="Configure your Timezone"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css"> <!-- body { font-family: sans-serif; font-size: 13px } table { font-family: sans-serif; font-size: 13px } @@ -79,7 +79,7 @@ <p><a name="misc-params-system-pa2a"></a>DrakX selected a time zone for you, depending on your preferred language. You can - change it if needed. See also <a class="xref" href="misc-params.html#drakxid-configureTimezoneGMT" title="Configure your Timezone">the section called “Configure your + change it if needed. See also <a class="xref" href="configureTimezoneUTC.html" title="Configure your Timezone">the section called “Configure your Timezone”</a></p> </li> @@ -91,7 +91,7 @@ <p><a name="misc-params-system-pa3a"></a>If you are not in the selected country, it is very important that you correct the - setting. See <a class="xref" href="misc-params.html#drakxid-selectCountry" title="Select your Country / Region">the section called “Select your Country / + setting. See <a class="xref" href="selectCountry.html" title="Select your Country / Region">the section called “Select your Country / Region”</a></p> </li> @@ -142,8 +142,11 @@ <p><a name="misc-params-system-pa6b"></a>You should check carefully before changing anything here - a mistake may prevent your - computer from operating correctly. - </p> + computer from operating correctly. + </p> + + <p>For more information, see <a class="xref" href="configureServices.html" title="Configure your Services">the section called “Configure your + Services”</a></p> </li> </ul> @@ -377,303 +380,6 @@ </div> - - <div class="section" title="Configure your Timezone"> - <div class="titlepage"> - <div> - <div> - <h3 class="title"><a name="drakxid-configureTimezoneGMT"></a>Configure your - Timezone - </h3> - </div> - </div> - </div> - - - - <p><a name="drakxid-configureTimezoneGMT-pa1"></a>Choose your - time zone by choosing your country or a city close to you in the same time - zone. - </p> - - - <p><a name="drakxid-configureTimezoneGMT-pa2"></a>In next - screen you can choose to set your hardware clock to local time or to GMT, - also known as UTC. - </p> - - - <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"> - <table border="0" summary="Note"> - <tr> - <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="note.png"></td> - <th align="left"></th> - </tr> - <tr> - <td align="left" valign="top"> - - <p><a name="drakxid-configureTimezoneGMT-pa3"></a>If you have - more than one operating system on your computer, make sure they are all - set to local time, or all to UTC/GMT. - </p> - - </td> - </tr> - </table> - </div> - - </div> - - - <div class="section" title="Select your Country / Region"> - <div class="titlepage"> - <div> - <div> - <h3 class="title"><a name="drakxid-selectCountry"></a>Select your Country / - Region - </h3> - </div> - </div> - </div> - - - - - <p><a name="drakxid-selectCountry-pa1"></a>Select your country - or region. This is important for all kinds of settings, like the currency - and wireless regulatory domain. Setting the wrong country can lead to not - being able to use a Wireless network. - </p> - - - <p><a name="drakxid-selectCountry-pa2"></a>If your country - isn't in the list, click the <span class="guilabel">Other Countries</span> button - and choose your country / region there. - </p> - - - <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"> - <table border="0" summary="Note"> - <tr> - <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="note.png"></td> - <th align="left"></th> - </tr> - <tr> - <td align="left" valign="top"> - - <p><a name="drakxid-selectCountry-pa3"></a>If your country is - only in the <span class="guilabel">Other Countries</span> list, after clicking - <span class="guibutton">OK</span> it may seem a country from the first list was - chosen. Please ignore this, DrakX will follow your real choice. - </p> - - </td> - </tr> - </table> - </div> - - - <div class="section" title="Input method"> - <div class="titlepage"> - <div> - <div> - <h4 class="title"><a name="inputMethod"></a>Input method - </h4> - </div> - </div> - </div> - - - - - <p><a name="drakxid-selectCountry-pa4"></a>In the - <span class="guilabel">Other Countries</span> screen you can also select an input - method (at the bottom of the list). Input methods allow users to input - multilingual characters (Chinese, Japanese, Korean, etc). IBus is the - default input method in Mageia DVDs, Africa/India and Asia/no-India - Live-CDs. For Asian and African locales, IBus will be set as default - input method so users should not need to configure it manually. Other - input methods(SCIM, GCIN, HIME, etc) also provide similar functions and - can be installed if you added HTTP/FTP media before package - selection. - </p> - - - <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"> - <table border="0" summary="Note"> - <tr> - <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="note.png"></td> - <th align="left"></th> - </tr> - <tr> - <td align="left" valign="top"> - - <p><a name="drakxid-selectCountry-pa5"></a>If you missed - the input method setup during installation, you can access it after - you boot your installed system via "Configure your Computer" -> - "System", or by running localedrake as root. - </p> - - </td> - </tr> - </table> - </div> - - </div> - - </div> - - - <div class="section" title="Configure your Services"> - <div class="titlepage"> - <div> - <div> - <h3 class="title"><a name="drakxid-configureServices"></a>Configure your - Services - </h3> - </div> - </div> - </div> - - - - <p><a name="drakxid-configureServices-pa1"></a>Here you can set - which services should (not) start when you boot your system. - </p> - - - <p><a name="drakxid-configureServices-pa2"></a>There are four - groups, click on the triangle before a group to expand it and see all - services in it. - </p> - - - <p><a name="drakxid-configureServices-pa3"></a>The setting - DrakX chose are usually good. - </p> - - - <p><a name="drakxid-configureServices-pa4"></a>If you highlight - a service, some information about it is shown in the info box - below. - </p> - - - <p><a name="drakxid-configureServices-pa5"></a>Only change - things when you know very well what you are doing. - </p> - - </div> - - - <div class="section" title="Security Level"> - <div class="titlepage"> - <div> - <div> - <h3 class="title"><a name="draxid-miscellaneous"></a>Security Level - </h3> - </div> - </div> - </div> - - - - <p><a name="draxid-miscellaneous-pa1"></a>You can adjust your - security level here. - </p> - - - <p><a name="draxid-miscellaneous-pa2"></a>Leave the default - settings as they are, if you don't know what to choose. - </p> - - - <p><a name="draxid-miscellaneous-pa3"></a>After install, it - will always be possible to adjust your security settings in the - <span class="guilabel">Security</span> part of the Mageia Control Center. - </p> - - </div> - - - <div class="section" title="Summary - Links"> - <div class="titlepage"> - <div> - <div> - <h3 class="title"><a name="misc-paramsLinks"></a>Summary - Links - </h3> - </div> - </div> - </div> - - - - - <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"> - <table border="0" summary="Note"> - <tr> - <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="note.png"></td> - <th align="left"></th> - </tr> - <tr> - <td align="left" valign="top"> - - <p>Clicking the help button may have led you to a wrong section of - this page. Please click on the relevant link below to go to the correct - section, or scroll up to see it. - </p> - - </td> - </tr> - </table> - </div> - - - <div class="itemizedlist"> - <ul class="itemizedlist"> - <li class="listitem"> - - <p><span class="emphasis"><em>Configure your Timezone</em></span>: - </p> - - - <p><a class="xref" href="misc-params.html#drakxid-configureTimezoneGMT" title="Configure your Timezone">the section called “Configure your - Timezone”</a></p> - - </li> - <li class="listitem"> - - <p><span class="emphasis"><em>Select your Country / Region</em></span>: - </p> - - - <p><a class="xref" href="misc-params.html#drakxid-selectCountry" title="Select your Country / Region">the section called “Select your Country / - Region”</a></p> - - </li> - <li class="listitem"> - - <p><span class="emphasis"><em>Configure your Services</em></span>: - </p> - - - <p><a class="xref" href="misc-params.html#drakxid-configureServices" title="Configure your Services">the section called “Configure your - Services”</a></p> - - </li> - <li class="listitem"> - - <p><span class="emphasis"><em>Security Level</em></span>: - </p> - - - <p><a class="xref" href="misc-params.html#draxid-miscellaneous" title="Security Level">the section called “Security Level”</a></p> - - </li> - </ul> - </div> - - </div> </div> </body> diff --git a/securityLevel.html b/securityLevel.html new file mode 100644 index 0000000..00ebbe2 --- /dev/null +++ b/securityLevel.html @@ -0,0 +1,49 @@ +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + + <title>Security Level</title> + <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> + <link rel="home" href="index.html" title="Installation with DrakX"> + <link rel="up" href="index.html" title="Installation with DrakX"> + <link rel="prev" href="selectMouse.html" title="Select mouse"> + <link rel="next" href="installUpdates.html" title="Updates"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css"> + <!-- + body { font-family: sans-serif; font-size: 13px } + table { font-family: sans-serif; font-size: 13px } + --></style></head> + <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> + <div lang="" class="section" title="Security Level"> + <div class="titlepage"> + <div> + <div> + <h2 class="title"><a name="securityLevel"></a>Security Level + </h2> + </div> + </div> + </div> + + + + + + + + <p><a name="draxid-securityLevel-pa1"></a>You can adjust your + security level here. + </p> + + + <p><a name="draxid-securityLevel-pa2"></a>Leave the default + settings as they are, if you don't know what to choose. + </p> + + + <p><a name="draxid-securityLevel-pa3"></a>After install, it + will always be possible to adjust your security settings in the + <span class="guilabel">Security</span> part of the Mageia Control Center. + </p> + + </div> + </body> +</html> diff --git a/selectCountry.html b/selectCountry.html new file mode 100644 index 0000000..c15c93e --- /dev/null +++ b/selectCountry.html @@ -0,0 +1,118 @@ +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + + <title>Select your Country / Region</title> + <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> + <link rel="home" href="index.html" title="Installation with DrakX"> + <link rel="up" href="index.html" title="Installation with DrakX"> + <link rel="prev" href="configureTimezoneUTC.html" title="Configure your Timezone"> + <link rel="next" href="configureServices.html" title="Configure your Services"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css"> + <!-- + body { font-family: sans-serif; font-size: 13px } + table { font-family: sans-serif; font-size: 13px } + --></style></head> + <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> + <div lang="" class="section" title="Select your Country / Region"> + <div class="titlepage"> + <div> + <div> + <h2 class="title"><a name="selectCountry"></a>Select your Country / + Region + </h2> + </div> + </div> + </div> + + + + + + + + + <p><a name="selectCountry-pa1"></a>Select your country + or region. This is important for all kinds of settings, like the currency + and wireless regulatory domain. Setting the wrong country can lead to not + being able to use a Wireless network. + </p> + + + <p><a name="selectCountry-pa2"></a>If your country + isn't in the list, click the <span class="guilabel">Other Countries</span> button + and choose your country / region there. + </p> + + + <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"> + <table border="0" summary="Note"> + <tr> + <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="note.png"></td> + <th align="left"></th> + </tr> + <tr> + <td align="left" valign="top"> + + <p><a name="selectCountry-pa3"></a>If your country is + only in the <span class="guilabel">Other Countries</span> list, after clicking + <span class="guibutton">OK</span> it may seem a country from the first list was + chosen. Please ignore this, DrakX will follow your real choice. + </p> + + </td> + </tr> + </table> + </div> + + + <div class="section" title="Input method"> + <div class="titlepage"> + <div> + <div> + <h3 class="title"><a name="inputMethod"></a>Input method + </h3> + </div> + </div> + </div> + + + + + <p><a name="selectCountry-pa4"></a>In the + <span class="guilabel">Other Countries</span> screen you can also select an input + method (at the bottom of the list). Input methods allow users to input + multilingual characters (Chinese, Japanese, Korean, etc). IBus is the + default input method in Mageia DVDs, Africa/India and Asia/no-India + Live-CDs. For Asian and African locales, IBus will be set as default + input method so users should not need to configure it manually. Other + input methods(SCIM, GCIN, HIME, etc) also provide similar functions and + can be installed if you added HTTP/FTP media before package + selection. + </p> + + + <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"> + <table border="0" summary="Note"> + <tr> + <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="note.png"></td> + <th align="left"></th> + </tr> + <tr> + <td align="left" valign="top"> + + <p><a name="selectCountry-pa5"></a>If you missed + the input method setup during installation, you can access it after + you boot your installed system via "Configure your Computer" -> + "System", or by running localedrake as root. + </p> + + </td> + </tr> + </table> + </div> + + </div> + + </div> + </body> +</html> diff --git a/selectMouse.html b/selectMouse.html index 1682857..fd54c17 100644 --- a/selectMouse.html +++ b/selectMouse.html @@ -6,8 +6,8 @@ <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="index.html" title="Installation with DrakX"> <link rel="up" href="index.html" title="Installation with DrakX"> - <link rel="prev" href="misc-params.html" title="Summary of miscellaneous parameters"> - <link rel="next" href="installUpdates.html" title="Updates"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css"> + <link rel="prev" href="configureServices.html" title="Configure your Services"> + <link rel="next" href="securityLevel.html" title="Security Level"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css"> <!-- body { font-family: sans-serif; font-size: 13px } table { font-family: sans-serif; font-size: 13px } diff --git a/setupBootloader.html b/setupBootloader.html index cb7688c..3f3ed49 100644 --- a/setupBootloader.html +++ b/setupBootloader.html @@ -6,7 +6,7 @@ <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="index.html" title="Installation with DrakX"> <link rel="up" href="index.html" title="Installation with DrakX"> - <link rel="prev" href="setupX.html" title="Set up X, graphic card and monitor configuration (old page)"> + <link rel="prev" href="configureX_monitor.html" title="Choosing your Monitor"> <link rel="next" href="setupBootloaderAddEntry.html" title="Add or Modify a Boot Menu Entry"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css"> <!-- body { font-family: sans-serif; font-size: 13px } diff --git a/setupBootloaderAddEntry.html b/setupBootloaderAddEntry.html index b618c49..06e95ff 100644 --- a/setupBootloaderAddEntry.html +++ b/setupBootloaderAddEntry.html @@ -7,7 +7,7 @@ <link rel="home" href="index.html" title="Installation with DrakX"> <link rel="up" href="index.html" title="Installation with DrakX"> <link rel="prev" href="setupBootloader.html" title="Bootloader main options"> - <link rel="next" href="setupBootloaderBeginner.html" title="Bootloader main options (old page)"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css"> + <link rel="next" href="setupBootloaderExpert.html" title="Bootloader expert use"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css"> <!-- body { font-family: sans-serif; font-size: 13px } table { font-family: sans-serif; font-size: 13px } diff --git a/setupBootloaderExpert.html b/setupBootloaderExpert.html index c27f941..834ef79 100644 --- a/setupBootloaderExpert.html +++ b/setupBootloaderExpert.html @@ -6,7 +6,7 @@ <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="index.html" title="Installation with DrakX"> <link rel="up" href="index.html" title="Installation with DrakX"> - <link rel="prev" href="setupBootloaderBeginner.html" title="Bootloader main options (old page)"> + <link rel="prev" href="setupBootloaderAddEntry.html" title="Add or Modify a Boot Menu Entry"> <link rel="next" href="misc-params.html" title="Summary of miscellaneous parameters"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css"> <!-- body { font-family: sans-serif; font-size: 13px } |